You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the plugin and when I visit its dedicated page I get the following errors.
Notice: Undefined index: thumbnail in /Users/craigmdennis/Sites/localwhistler.com/content/plugins/manual-image-crop/lib/ManualImageCropSettingsPage.php on line 169
Notice: Undefined index: thumbnail in /Users/craigmdennis/Sites/localwhistler.com/content/plugins/manual-image-crop/lib/ManualImageCropSettingsPage.php on line 174
Notice: Undefined index: thumbnail in /Users/craigmdennis/Sites/localwhistler.com/content/plugins/manual-image-crop/lib/ManualImageCropSettingsPage.php on line 175
Notice: Undefined index: thumbnail in /Users/craigmdennis/Sites/localwhistler.com/content/plugins/manual-image-crop/lib/ManualImageCropSettingsPage.php on line 176
Notice: Undefined index: thumbnail in /Users/craigmdennis/Sites/localwhistler.com/content/plugins/manual-image-crop/lib/ManualImageCropSettingsPage.php on line 177
Notice: Undefined index: thumbnail in /Users/craigmdennis/Sites/localwhistler.com/content/plugins/manual-image-crop/lib/ManualImageCropSettingsPage.php on line 178
Notice: Undefined index: thumbnail in /Users/craigmdennis/Sites/localwhistler.com/content/plugins/manual-image-crop/lib/ManualImageCropSettingsPage.php on line 180
When using the 'crop' button in the media library I get the following errors:
Notice: Undefined index: thumbnail in /Users/craigmdennis/Sites/localwhistler.com/content/plugins/manual-image-crop/lib/ManualImageCropEditorWindow.php on line 48
Thumbnail
Notice: Undefined index: medium in /Users/craigmdennis/Sites/localwhistler.com/content/plugins/manual-image-crop/lib/ManualImageCropEditorWindow.php on line 48
Notice: Undefined index: large in /Users/craigmdennis/Sites/localwhistler.com/content/plugins/manual-image-crop/lib/ManualImageCropEditorWindow.php on line 48
Notice: Undefined index: media--featured in /Users/craigmdennis/Sites/localwhistler.com/content/plugins/manual-image-crop/lib/ManualImageCropEditorWindow.php on line 48
Notice: Undefined index: media--card in /Users/craigmdennis/Sites/localwhistler.com/content/plugins/manual-image-crop/lib/ManualImageCropEditorWindow.php on line 48
Notice: Undefined index: media--thumb in /Users/craigmdennis/Sites/localwhistler.com/content/plugins/manual-image-crop/lib/ManualImageCropEditorWindow.php on line 48
The text was updated successfully, but these errors were encountered:
Same issue on remote server. Also - when I added the plugin on my localhost it seems to work fine (no errors thrown) but the only cropping options I have are Thumbnail and My Custom Image.
The problem persists for the ManualImageCropSettingsPage.php as there are not options set and ergo no options can be retrieved, it can easily be fixed by adding above code right after the foreach call on line 153 in ManualImageCropSettingsPage.php.
This should be part of the next plugin version as the settings page isn't usable otherwise.
tpow
pushed a commit
to tpow/wp-manual-image-crop
that referenced
this issue
Oct 27, 2018
Using Wordpress 3.9.2 on PHP Version 5.4.24
I installed the plugin and when I visit its dedicated page I get the following errors.
When using the 'crop' button in the media library I get the following errors:
The text was updated successfully, but these errors were encountered: