• Resolved alexzubovich

    (@alexzubovich)


    “Fatal error: Class ‘Meow_WR2X_MediaLibrary’ not found in /wp-content/plugins/wp-retina-2x/core.php on line 29” after update last update (5.0.1)

    • This topic was modified 7 years, 10 months ago by alexzubovich.
Viewing 15 replies - 1 through 15 (of 24 total)
  • Same, please give us a link to download the previous version! I have things I need to get done on my website today and now I cannot use the backend at all!

    I tried deleting the folder in the plugins and that just caused the rest of the website to have errors that were linking to wp-retina.

    NEED A FIX FOR THIS VERY FAST

    Same here :/

    “Fatal error: Class ‘Meow_WR2X_MediaLibrary’ not found in /wp-content/plugins/wp-retina-2x/core.php on line 29” after update last update (5.0.1)

    failedUrl: https://my-site……/wp-admin/index.php
    errorCode:”HTTP ERROR 500″

    Can’t login to Admin Area after update last update (5.0.1)
    errorCode:”HTTP ERROR 500″

    Plugin Author Jordy Meow

    (@tigroumeow)

    Sorry about this issue guys, it’s the biggest update of the plugin ever so unfortunately I expected things to happen, even though I thoroughly tested it. I could experience the issue by installing more plugins triggering the .htaccess rewriting and I found an issue on my side in that process.

    Can you all update to 5.0.2?

    5.0.2 gives the same error message and won’t let me activate it. I’m running WordPress on an nginx server if that helps. Therefore, no htaccess.

    Reverted back to 4.8.0 and everything is as it should be.

    Great plugin,
    Chad

    Plugin Author Jordy Meow

    (@tigroumeow)

    I could access somebody install and experienced the exact issue, it was a bit more than I originally thought, 5.0.3 should fix it (released).

    Sorry…..I delete WP Retina 2X from my WP….

    Plugin Author Jordy Meow

    (@tigroumeow)

    That’s okay, you can install the latest version of the plugin now, it works, I worked with another user on it ??

    Thread Starter alexzubovich

    (@alexzubovich)

    problem still exists (in 5.0.3)

    Plugin Author Jordy Meow

    (@tigroumeow)

    It should be totally gone. Let’s check this. Can you contact me directly? Here: meowapps.com/contact/

    A. Albrecht

    (@alexander-albrecht)

    Same here. With 5.0.3 there are still problems around.

    Hi guys,

    Same problem here, I have quick fixed by edit a bit the code (because the site is crashed).

    This is the original code:

    if ( !get_option( "wr2x_hide_retina_column" ) )
    require( 'media-library.php' );
    new Meow_WR2X_MediaLibrary( $this );

    I replaced with

    if ( !get_option( "wr2x_hide_retina_column" ) ) {
        require( 'media-library.php' );
        new Meow_WR2X_MediaLibrary( $this );
    }

    File: plugins/wp-retina-2×1/core.php.

    It worked but I hope the plugin author find the real problem (I’m maintainance a quite big site). Thanks

    • This reply was modified 7 years, 10 months ago by vuongbui.

    Error 500 still (5.0.3),but some websites work well with 5.0.3.

    Meow_WR2X_Core->__construct(Object(Meow_WR2X_Admin)) #1 /home/wwwroot/xxxxx/wp-admin/includes/plugin.php(1882): include(‘/home/wwwroot/w…’) #2 /home/wwwroot/xxxxx/wp-admin/plugins.php(164): plugin_sandbox_scrape(‘wp-retina-2x/wp…’) #3 {main} thrown in /home/wwwroot/xxxxx/wp-content/plugins/wp-retina-2x/core.php on line 29

    • This reply was modified 7 years, 10 months ago by BigChicken.

    I’m receiving the same error:

    Fatal error: Class ‘Meow_WR2X_MediaLibrary’ not found in /wp-content/plugins/wp-retina-2x/core.php on line 29”

    And am receiving an Error 500 when accessing the back-end only for update version 5.0.4

Viewing 15 replies - 1 through 15 (of 24 total)
  • The topic ‘Fatal error after last update (5.0.1)’ is closed to new replies.