• Resolved th23

    (@th23)


    Hi there,

    great plugin you put together – really like to functionality and simplicity!

    While debugging some of my scripts, I noticed some entries in my debug.log from your plugin:

    [12-Dec-2015 11:41:13 UTC] PHP Notice:  Undefined index: medium_large in /wp-content/plugins/crop-thumbnails/functions/settings.php on line 264
    [12-Dec-2015 11:41:13 UTC] PHP Notice:  Undefined index: medium_large in /wp-content/plugins/crop-thumbnails/functions/settings.php on line 265
    [12-Dec-2015 11:41:13 UTC] PHP Notice:  Undefined index: medium_large in /wp-content/plugins/crop-thumbnails/functions/settings.php on line 266

    Seems like the new WP standard image size medium_large is not handled well via the global variable you use to determine the sizes!?

    https://www.ads-software.com/plugins/crop-thumbnails/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Volkmar Kantor

    (@volkmar-kantor)

    hi th23,
    thanks a lot, i will get an eye on that in the next release.

    Plugin Author Volkmar Kantor

    (@volkmar-kantor)

    Hello again,
    that’s a little bit strange. I checked the code:
    1. there shouldnt be a notice (cause this index-key has to be there).
    2. “medium_large” is no wordpress-default.

    So i have a few questions to get this correct.
    1. Can you provide me the image-sizes you registered in your System?
    2. Do you have used the “image_size_names_choose” filter to rename the image-sizes in frontend?

    Would be great if you could help me with that.

    Ciao Volkmar

    Plugin Author Volkmar Kantor

    (@volkmar-kantor)

    never mind,
    i got the notice by myself.

    Plugin Author Volkmar Kantor

    (@volkmar-kantor)

    hi th23,
    i really have to thank you. The problem was that wordpress added a new default-image-size “medium_large” in wp 4.4. I didnt know about that.

    I fixed the notice. The fix will be up in the next release.

    Thread Starter th23

    (@th23)

    Hi Volkmar,

    nothing to thank for!

    Rather the otherway around: Thanks again for this great plugin and the ultra-quick fix ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘New WP standard size medium_large creates errors’ is closed to new replies.