• Resolved Technically Blonde

    (@technically-blonde)


    I just updated WP3 and now on the WP3 dashboard I see the following :

    FTP credentials don’t allow to write to file /var/www/vhosts/26/312513/webspace/httpdocs/wp-config.php
    W3 Total Cache Error: Files and directories could not be automatically created to complete the installation.
    Please execute commands manually

    I have added the suggested lines
    /** Enable W3 Total Cache */
    define(‘WP_CACHE’, true); // Added by W3 Total Cache
    to wpconfig.php manually

    I have uploaded the updated wpconfig.php file and checked that these lines have been added

    However the same messages keep appearing on the dashboard.

    I’ve also noticed that there is a further message which states

    “The plugin is currently enabled in community mode.”

    I don’t know if it is relevant but the WP3 plugin was deactivated when I ran the update.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Ashok

    (@bappidgreat)

    Hello @technically-blonde

    I have added the suggested lines
    /** Enable W3 Total Cache */
    define(‘WP_CACHE’, true); // Added by W3 Total Cache
    to wpconfig.php manually

    Do you confirm that you didn’t add the code not below of “That’s all……..” message? You need to put the define code above that message.

    Please check and let me know.

    Have a good day!

    Cheers
    Ash

    Thread Starter Technically Blonde

    (@technically-blonde)

    Hi Ash

    Yes it is above the That’s all message. It’s actually at the top just before

    /** Enable W3 Total Cache Edge Mode */
    define(‘W3TC_EDGE_MODE’, true); // Added by W3 Total Cache

    which was already there, I didn’t add those lines

    Ciao, Debbie

    Thread Starter Technically Blonde

    (@technically-blonde)

    Do you have any suggestions / answers for me. I replied to your question two days ago.

    Thread Starter Technically Blonde

    (@technically-blonde)

    Don’t worry, I have resolved this myself. The error message shown above may have been due to caching or similar issue. After quitting everything, clearing caches, closing down laptop the message disappeared.

    Further changes were required and made to .htaccess. Now the upgrade seems to be complete.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem after upgrade’ is closed to new replies.