• Resolved Dzikri Aziz

    (@kucrut)


    Hi.

    I’m using the latest version of Regenerate Thumbnails plugin (2.0.2) with the latest stable version of WP on LAMP (Gentoo Linux).

    Upon clicking the regenerate button, I don’t see any progress bar like it used to with the previous version of wordpress. I’m building a theme and have set WP_DEBUG to true but didn’t see any notice/error message.

    Please let me know if you need more info to reproduce the bug. Any help will be greatly appreciated. Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You don’t see the progress bar at all? Or it’s not animating?

    Thread Starter Dzikri Aziz

    (@kucrut)

    Sorry for the delay.

    No, nothing at all.
    I just check the page with firebug and it throws an error:
    unterminated string literal
    $("#message").html("<p><strong><br />\n

    What’s on the next line of the page’s source? I bet there’s a fatal error nearby to that.

    Thread Starter Dzikri Aziz

    (@kucrut)

    Viper,

    I throughly check the plugin with firebug. Turns out it’s not working correctly because you’re still using the deprecated js_escape() function AND I have WP_DEBUG set to true. I changed it to esc_js() (at line 148) as the debug message suggested and it’s now working as it should.

    Thanks again for the great plugin and quick response. You may want to update your plugin though ??

    Ah, okay. Yeah, if WP_DEBUG is enabled, WordPress will make PHP throw an E_NOTICE which in turn breaks the Javascript.

    Will fix when I have a chance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Regenerate Thumbnails: No Progress Bar’ is closed to new replies.