• Resolved jl925

    (@jl925)


    I have been using WP-Optimize in different installations but I just installed it in a new website with wordpress version 5.8.3 I get every time I activate “critical error” … Plugin b wp-optimize/wp-optimize.php has been deactivated due to error: Plugin file does not exist. having to manually disable it to make the web work again.
    In my tests the same thing happens, even though it is the only active plugin

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • @jl925 Can you please enable debugging mode, Please add following lines to wp-config.php just before where it says: /* That’s all, stop editing! Happy publishing. */

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_DISPLAY', false );
    define( 'WP_DEBUG_LOG', true );

    Then try to activate the plugin.

    A debug.log file should be created inside wp-content folder,which should contain error information in it, Please share the file with us.

    Thread Starter jl925

    (@jl925)

    Thanks @bornforphp,
    I just found the solution:
    The error occurs with version 8.1 of php. I went back to php 7.2 and the problem is gone.
    It would be nice if it was checked for compatibility with php 8

    @jl925 Yes the compatibility issue will be fixed in next release.

    Meanwhile keep your php version to to 7.2

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘critical error’ is closed to new replies.