sewpafly / post-thumbnail-editor

Wordpress Plugin to manually edit post thumbnails
http://wordpress.org/extend/plugins/post-thumbnail-editor/
32 stars 18 forks source link

Blank Screen #96

Closed ajtroxell closed 10 years ago

ajtroxell commented 10 years ago

No longer receive error messages, now just a blank screen when clicking on featured image link or link from within media library. error3

sewpafly commented 10 years ago

Is there anything in the javascript console? is there anything in the log file?

ajtroxell commented 10 years ago

snapcrab_noname_2014-4-25_14-8-19_no-00

sewpafly commented 10 years ago

OK, those are definitely bad errors. Try deleting PTE and reinstalling, and trying it with both debugging on and off.

sewpafly commented 10 years ago

That's definitely an issue. Try deleting and re-installing the plugin. (I'm assuming you have the latest from github as I've been pushing changes all morning, it might not be a bad idea to re-fetch).

Additionally try it with debugging on and debugging off to see if the problem changes.

ajtroxell commented 10 years ago

Ive been just downloading the zip of the master branch. Just deleted and downloaded latest version again. First screen is with debugging off, second is with it on. snapcrab_noname_2014-4-25_14-52-12_no-00 snapcrab_noname_2014-4-25_14-51-52_no-00

sewpafly commented 10 years ago

Do you have any errors when you load PTE through the media library?

ajtroxell commented 10 years ago

Same on both!


From: Brent Sent: 4/25/2014 2:57 PM To: sewpafly/post-thumbnail-editor Cc: ajtroxell Subject: Re: [post-thumbnail-editor] Blank Screen (#96)

Do you have any errors when you load PTE through the media library?


Reply to this email directly or view it on GitHub: https://github.com/sewpafly/post-thumbnail-editor/issues/96#issuecomment-41433218

sewpafly commented 10 years ago

From a post, copy the post-thumbnail-editor link and open that in a new tab. (This limits most conflicts with other plugins by only opening the editor). Are the errors any different?

ajtroxell commented 10 years ago

snapcrab_noname_2014-4-25_15-7-58_no-00

sewpafly commented 10 years ago

That's a little weird because I don't need Backbone, makes me think another plugin might be interfering. Have you tried disabling other plugins?

ajtroxell commented 10 years ago

Backbone was coming from another plugin, which I deactivated and that error went away. It also seems that IIS has issues with compiling coffee script. I've added a mime type to my web.config for coffee and it serves out the script properly. The plugin "seems" to be working but let me run through it a few times to make sure.

sewpafly commented 10 years ago

Yeah sorry about that. coffeescript only compiles when debugging is enabled, so hopefully if you disable debugging it will work without having to mess with the IIS config...

ajtroxell commented 10 years ago

Also it seems "enhanced media library" was calling backbone, causing the error, which prevents your plugin from initializing.

perceptions commented 10 years ago

I'm having the same problem. Are there any suggestions for a workaround or an ETA on a fix?

sewpafly commented 10 years ago

@perceptions - sorry this issue should have been closed. It was caused by another plugn interfering with PTE. Please open a new issue describing your problem exactly including any errors in the server log and your browser log.

It's helpful to disable other plugins while debugging in order to find out if the problem comes from the core or an incompatibility between plugins.