I am having a similar issue, however none of the buttons on the media settings page no longer work.
same here – no functions at all buttons … not one button works.
Same here, unable to add new image sizes or export PHP theme code.
This is error:
Warning: Illegal offset type in isset or empty in D:\EasyPHP\data\localweb\something\wp-content\plugins\simple-image-sizes\classes\admin\main.php on line 200
Problem is in media.php file, line 37.
if ( ‘options-media.php’!== $hook_suffix ) {
to
if( $hook_suffix == ‘options-media.php’ ) {
And everything works.
I will change it in core, hope something will be done in next update.
This plugin updates often.
Hey Stagger Lee,
By media.php are you referring to the wordpress wp-admin? If so there doesn’t seem to be any code relating to your fix.
Had a search through the PHP within Simple Image Sizes and cannot find any relevant code.
Thanks
J
It would seem that an update has been released which may include your fix.
J
No, media.php inside plugin folder.
Regenerate thumbnail in page media doesn’t work now… 🙁
Works with my change above. Made custom size, and re(genetared) images for this size.
Do you people read anything here.
Hi,
Version 3.0.6 should fix the code error !
Rahe