Forums

advanced-cache.php link does not exist (4 posts)

  1. laroca
    Member
    Posted 1 year ago #

    I just finished installing WP-Cache and I am having some issues getting it to work. I copied the WP-Cache folder to the plugins folder and activated it. However, when I WP-Cache manager I get an error message. See below:

    advanced-cache.php link does not exist
    Create it by executing:
    ln -s /potm/wp-content/plugins/wp-cache/wp-cache-phase1.php /potm/wp-content/advanced-cache.php
    in your server

    Cannot continue... fix previous problems and retry.

    I dont have an advanced-cache.php file and how would I be able to create that link when I get that file?

    Thank you

  2. whooami
    Member
    Posted 1 year ago #

  3. wooptoo
    Member
    Posted 1 year ago #

    Create a file named symlink.php in your wp-content folder with this in it:

    <?php symlink("plugins/wp-cache/wp-cache-phase1.php","advanced-cache.php"); ?>

    Then access it from the browser: http://yoursite.com/wp-content/symlink.php

    It will create your symlink. You can delete it afterwards.

  4. dandr69
    Member
    Posted 1 year ago #

    I get this:

    Warning: symlink() has been disabled for security reasons in /home/sites/okey.ro/public_html/wp-content/symlink.php on line 1

Topic Closed

This topic has been closed to new replies.

About this Topic