• Resolved Johnny Bravo

    (@herbiehysteria)


    Hi
    Just last night, I tried to update to WP 4.9.3 and my site broke. The only way I got it back was to rename my plugins folder to ‘plugins.deactivate’.

    This brought the site back and I deactivated all my plugins from wp-admin area. However, now all the deactivated plugins cannot be re-activated because I do not have an ‘Activate’ option under each plugin. The only option showing under each plugin is ‘Delete’.

    This is the first time in 9 years a WP update has broken my site and I have tried to deactivate my .htaccess file, but no luck.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • In your wp-config.php file, find the line:
    define('WP_DEBUG', false);
    and comment it out, then add:

    define('WP_DEBUG', true);
    error_reporting(E_ALL); ini_set('display_errors', 1);

    Now re enable your plugins etc and see what error messages you get. If you need more support just paste the error messages on this thread, or start a new thread.

    Thread Starter Johnny Bravo

    (@herbiehysteria)

    thanks, back in business now. all sorted.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Site broke after latest WP update…’ is closed to new replies.