• Resolved dtompkin

    (@dtompkin)


    Hi,
    I updated to 1.5.1 and suddenly couldn’t access the admin area. After deleting the plugin I could access it again. I reloaded the plugin and when I tried to activate I got a fatal error:

    Warning: require_once(/var/www/wordpress/wp-content/plugins/error-log-monitor/vendor/ajax-wrapper/AjaxWrapper.php): failed to open stream: No such file or directory in /var/www/wordpress/wp-content/plugins/error-log-monitor/plugin.php on line 18

    Fatal error: require_once(): Failed opening required ‘/var/www/wordpress/wp-content/plugins/error-log-monitor/vendor/ajax-wrapper/AjaxWrapper.php’ (include_path=’.:/usr/share/php:/usr/share/pear’) in /var/www/wordpress/wp-content/plugins/error-log-monitor/plugin.php on line 18

    just fyi.

    Thanks,
    David

Viewing 11 replies - 1 through 11 (of 11 total)
  • I also had the same error.
    Warning: require_once(/home/website/public_html/repo/wp-content/plugins/error-log-monitor/vendor/ajax-wrapper/AjaxWrapper.php): failed to open stream: No such file or directory in /home/website/public_html/repo/wp-content/plugins/error-log-monitor/plugin.php on line 18

    Fatal error: require_once(): Failed opening required ‘/home/website/public_html/repo/wp-content/plugins/error-log-monitor/vendor/ajax-wrapper/AjaxWrapper.php’ (include_path=’.:/usr/local/php56/pear’) in /home/website/public_html/repo/wp-content/plugins/error-log-monitor/plugin.php on line 18

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

    Exact same error. I am locked out of the admin screen. When I downloaded the plugin and opened the Vendor folder. I expected to see a ajax-wrapper/AjaxWrapper.php. The Vendor folder, however, was empty.

    Need a fix that does NOT require accessing the admin screen.

    Same error here… AJAXWRAPPER error… WP_DEBUG true shows that error on plugin. Deactivated and it worked like a charm ??

    How did you “deactivate” the plugin? I am locked out of the Dashboard admin panel by the error.

    Try going directly to yoursite.com/wp-admin/plugins.php

    You should be able to get to the plugins page if you don’t go to the dashboard first.

    If that does not work. Ftp in and remove the entire folder for the plugin.

    Thanks much. The yoursite.com/wp-admin/plugins.php did not work…the FTP – delete folder put me back in business.

    Hi!
    Same error here.
    But after rename folder to “error-log-monitor.old” I can see Admin panel but view “inst. plugins” still longer out of order. Webserver respond empty String. No Header, no content, nothing.
    What to do?
    Thanks

    Add another victim to the list. My guess by looking at the Changelog is that some PHP 7 code is trying to execute even if you have an older version of PHP running.

    Plugin Author Janis Elsts

    (@whiteshadow)

    Thank you for the reports! Version 1.5.2 is out and it should fix the error.

    In case anyone is curious, this problem was not related to PHP 7. As far as I can tell, it was caused by the www.ads-software.com repository handling SVN externals in an unexpected way. The vendor/ajax-wrapper directory was originally added as an external reference, but for whatever reason, www.ads-software.com didn’t include it in the ZIP file. As a result, version 1.5.1 would to load a non-existent file and immediately crash. This was fixed by adding ajax-wrapper as a normal directory instead of an external.

    I can verify that the 1.5.2 update solves the crash problem.

    Same. Admin site become inaccessible with error page after updating to v1.5.2. restore back to earlier version fixes the issue.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Fatal Error after updating to 1.5.1’ is closed to new replies.