• Resolved titan21

    (@titan21)


    Hi,

    Just came across an issue today whereby when accessing the PTE editor, the list of thumbnails is not displaying correctly. The script generates a list of thumbnail sizes with no name. The number of items is a bit worrying and I think that the plugin has entered some kind of loop. I tested this in Chrome and Firefox. Chrome seems to terminate the script responsible for displaying the thumbnails automatically and Firefox offers to do this.

    Not sure if anyone has come across this issue before. I’ve added the following code to my functions.php:

    add_theme_support('post-thumbnails');

    and

    add_image_size("showcase-image-size", 960, 310, true);

    Am using version 2.0.1-beta.

    Any help would be greatly appreciated!

    Cheers,

    Tim

    http://wordpress.org/extend/plugins/post-thumbnail-editor/

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

    (@sewpafly)

    Using the chrome developer tools (in the network tab) can you post what is passed back from the url that resembles this: http://site/wp-admin/admin-ajax.php?action=pte_ajax&id=108&pte-action=get-thumbnail-info. This happens on the initial page load to get the list of thumbnails.

    Did this happen in 2.0.0?

    Plugin Author sewpafly

    (@sewpafly)

    Does the problem occur with only the PTE plugin enabled?

    Thread Starter titan21

    (@titan21)

    Got it! The error from the URL was a “Strict Standards” error. I turned off my error reporting and all works as expected! I think this got me last time! Thanks sewpafly!

    Plugin Author sewpafly

    (@sewpafly)

    Glad you found the problem. Do you know if there is anything I can do as far as headers to disable this for others?

    Thread Starter titan21

    (@titan21)

    Not sure. Happy to help if I can. What do you need?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Wierd Issue’ is closed to new replies.