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

PHP Fatal Error Cannot redeclare class ChromePhp #89

Closed mindctrl closed 10 years ago

mindctrl commented 10 years ago

I had this plugin installed and working ok, but added another plugin that also includes ChromePhp. When I activated the other plugin I get the PHP fatal error "Cannot redeclare class ChromePhp in /Library/WebServer/Documents/wp-content/plugins/post-thumbnail-editor/php/chromephp/ChromePhp.php".

I did a quick spot check and noticed the other plugin does check that if it exists before loading it, but didn't find the same in this plugin. Can you verify this, and if so add a check to prevent it from trying to redeclare the existing class?

sewpafly commented 10 years ago

Oh snap! Great catch. You can add that check (temporarily) and I'll make sure that the next version I put on wordpress.org has that check included.

sewpafly commented 10 years ago

Fixed at cdac2b5edab988a739f1294536bdc595dbd4de65