• Resolved hamirayane

    (@hamirayane)


    After WP Retina 2x v4.7.7 every versions at any versions of WordPress don’t work at windows server platform. and it cause control panel error to load.

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    The Control Panel? You mean, the WP Admin? What errors do you get in your PHP Error Logs?

    Thread Starter hamirayane

    (@hamirayane)

    Hello,
    Thanks for your job and your Answer.
    Yes, WP Admin show this error.
    “Fatal error: Class ‘Meow_WR2X_Dashboard’ not found in C:\Inetpub\vhosts\…\wp-content\plugins\wp-retina-2x\core.php on line 24”
    but web pages work but I don’t test all. I just home page.
    and after error I replace old version to ignore the problem.

    This is the exact message I receive (although 4.8 seems to work fine) and i’m also on a windows server (running iis 8.5 along with php 7.1)

    Hi, I have the same error. I migrated the site from linux to windows, with the same php version (7.0.1), same php config, but is not working. Also if deactivate the plugin to be able to work on back, after I can’t activate, including updating the plugin to last version.

    The problem is not only I can’t acces to wp-admin panel, also, the blog entries has desapeared.

    Futhermore, I try to updating wp, Alaska Theme (Now has dissapared from theme forest) and plugin and is not working anyway.

    Any idea?
    Thanks

    Plugin Author Jordy Meow

    (@tigroumeow)

    Mmm, it’s really hard to guess. Definitely linked to Windows then. Maybe because it doesn’t actually find the files.

    Can you look in the core.php file?
    And replace “require( ” by “include( ” ?
    Basically modify the functions used to include files. The “require” function doesn’t show any errors if the file is not found, and maybe in your case… the files aren’t found. By switching the functions, we will know. And anyway, I will also start using include rather than require.

    Hi, I’ve replace all required by incluides in core.php and it’s still not working. I deativated all plugins, so, I’ve tried it alone to avoid incompatilbilities.

    Fatal error: Uncaught Error: Class ‘Meow_WR2X_Dashboard’ not found in xxx\httpdocs\wp-content\plugins\wp-retina-2x\core.php:24 Stack trace: #0 C:\Inetpub\vhosts\xxx\httpdocs\wp-content\plugins\wp-retina-2x\wp-retina-2x.php(36): Meow_WR2X_Core->__construct(Object(Meow_WR2X_Admin)) #1 C:\Inetpub\vhosts\xxx\httpdocs\wp-admin\includes\plugin.php(1882): include(‘C:\\Inetpub\\vhos…’) #2 C:\Inetpub\vhosts\xxxx\httpdocs\wp-admin\plugins.php(164): plugin_sandbox_scrape(‘wp-retina-2x/wp…’) #3 {main} thrown in C:\Inetpub\vhosts\xxx\httpdocs\wp-content\plugins\wp-retina-2x\core.php on line 24

    Plugin Author Jordy Meow

    (@tigroumeow)

    And there is no other errors before that?

    Nop is always the same error.

    Plugin Author Jordy Meow

    (@tigroumeow)

    I would love to help but I am not sure how. If you have a developer around who could take a look that would be awesome. Actually, it’s quite rare nowadays to run a WordPress on a Windows server (Windows server are excellent for .NET solutions, but not really for PHP ones), hence the lack of feedbacks. Especially if you are using IIS and running PHP as a CGI library.

    Hi Jordy,
    My client uses your product and I am in the process (or was) of moving her site to a Linux server. It has been on a Windows server because she has a Windows shopping cart, and some less-than-experienced person (I’m being kind) at GoDaddy told her she could have her blog within the same hosting account and he set it up for her. It’s been nothing but trouble since.
    Anyway, I backed up her blog database last night and today, when ready to start the move, saw plugin updates so I thought I’d do those and then move the site. Big mistake. After telling WP to update 4 plugins, I can’t get into the site, just like the folks above. Same error message.
    I’ve been a web designer for 20 years (see https://www.trulytexan.com, which I’m entering here just to give you my creds, and you are welcome to delete the URL when approving this comment) and I’m thinking if I could get the previous (vulnerable) version of your product and upload it to her site, then I’m hoping I could at least get into Admin and delete the plugin and then continue the move process.
    FYI, I downloaded your current version and uploaded to her site, but that didn’t help. I knew it wouldn’t since the installation process hadn’t been performed on it, but I figured it was worth a shot.
    Any help would be greatly, greatly appreciated!
    Thanks!
    Cindy

    Plugin Author Jordy Meow

    (@tigroumeow)

    Hi @ctruly ?? Sorry for the quick message, I am on a trip. But you can easily get any of the previous versions here: https://www.ads-software.com/plugins/wp-retina-2x/advanced/ (at the bottom of the page) ??

    You should be able to update to the latest version 5.2.6 if using on a windows server and it should activate without issue. the latest has a fix for directory traversal which fixes the problems users were having on activating v5 of this plugin.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘WP Retina 2x don’t work at windows server after v4.7.7’ is closed to new replies.