errors
-
I’m getting a few errors (I’ve removed the full path for clarity).
The first is on initialisation of the popup after clicking on thumbnails from the media library:
Notice: Use of undefined constant size_information – assumed ‘size_information’ in (…)\wp-content\plugins\post-thumbnail-editor\php\functions.php on line 255The second occurs in the ajax callback after doing a crop and clicking ‘create thumbnails’:
Notice: Undefined offset: 1 in (…)\wp-content\plugins\post-thumbnail-editor\php\log.php on line 83Notice: Undefined index: log in (…)\wp-content\plugins\post-thumbnail-editor\php\functions.php on line 57
{“thumbnails”:{“thumbnail”:{“url”:”(…)\/wp-content\/uploads\/ptetmp\/199\/463226253TUKCrS_fs-2-150×150.jpg”,”file”:”463226253TUKCrS_fs-2-150×150.jpg”},”medium”:{“url”:”(…)\/wp-content\/uploads\/ptetmp\/199\/463226253TUKCrS_fs-2-300×273.jpg”,”file”:”463226253TUKCrS_fs-2-300×273.jpg”},”large”:{“url”:”(…)\/wp-content\/uploads\/ptetmp\/199\/463226253TUKCrS_fs-2-1024×931.jpg”,”file”:”463226253TUKCrS_fs-2-1024×931.jpg”}},”pte-nonce”:”9bf22a6cca”,”pte-delete-nonce”:”fca2c18feb”,”error”:[“[WARNING] – Buffered output:
\nNotice<\/b>: wp_load_image is niet meer in gebruik<\/strong> sinds versie3.5! Gebruik in plaats daarvan wp_get_image_editor(). in (…)\\wp-includes\\functions.php<\/b> on line 2824<\/b>
\n”]}Translation of that last part is: ‘wp_load_image is no longer in use since version 3.5! Use wp_get_image_editor() instead’
https://www.ads-software.com/extend/plugins/post-thumbnail-editor/
- The topic ‘errors’ is closed to new replies.