Support » Plugin: W3 Total Cache » I upgraded to the latest version and lost the Dashboard

  • Resolved els4vents

    (@els4vents)


    I upgraded to the latest version and lost the desktop WP, Then I saw it was a widespread issue.

    I get this:

    Fatal error: Uncaught exception ‘FileOperationException’ with message ‘/home/MYUSER/public_html/wp-content/w3tc-config/master.php could not be created, please run following command:

    • <strong style=”color: #f00;”>chmod 777 /home/MYUSER/public_html/wp-content/cache/tmp
    • <strong style=”color: #f00;”>chmod 777 /home/MYUSER/public_html/wp-content/w3tc-config
    • ‘ in /home/MYUSER/public_html/wp-content/plugins/w3-total-cache/inc/functions/activation.php:127 Stack trace: #0 /home/MYUSER/public_html/wp-content/plugins/w3-total-cache/lib/W3/ConfigWriter.php(159): w3_throw_on_write_error(‘/home/MYUSER/…’, Array) #1 /home/MYUSER/public_html/wp-content/plugins/w3-total-cache/lib/W3/Config.php(71): W3_ConfigWriter->save() #2 /home/MYUSER/public_html/wp-content/plugins/w3-total-cache/lib/W3/CloudFlare.php(174): W3_Config->save() #3 /home/MYUSER/public_html/wp-content/plugins/w3-total-cache/lib/W3/Plugin/CloudFlare.php(52): W3_CloudFlare->update_ip_ranges() #4 /h in /home/MYUSER/public_html/wp-content/plugins/w3-total-cache/inc/functions/activation.php on line 127

    chmod 777 hand put it later, but not fix anything

    anyone can help me?

    http://wordpress.org/extend/plugins/w3-total-cache/

Viewing 1 replies (of 1 total)
  • Thread Starter els4vents

    (@els4vents)

    Solution:

    Go to /wp-content/plugins/w3-total-cache/inc/functions/
    Look for activation.php and
    Open it in code editor through your Cpanel or FTP access.

    At beginning of line no. 127 type: /* and at the end type */

    it looks like –

    /*throw new FileOperationException($error, ‘read’, ‘file’, $path);*/

    Save the file.

    Now you can login to dashboard, deactivate w3 total cache plugin.

    Now remove the /* and */ you added before,
    save the file again.

    Go to dashboard activate plugin and you’re good to go

Viewing 1 replies (of 1 total)
  • The topic ‘I upgraded to the latest version and lost the Dashboard’ is closed to new replies.