• Hi
    Im having a problem with the hyper cache plugin and hope that you can help me with this

    When I publish a post im always getting this error message:

    Hyper Cache is NOT correctly installed: some files or directories have not been created. Check if the wp-content directory is writable and remove any advanced-cache.php file into it. Deactivate and reactivate the plugin.

    And then the plugin stops to work. Then I need to reactivate the plugin again. Its kinda irritating 😛

    The content dir is writable ( 777 )

    Any idea?

Viewing 4 replies - 1 through 4 (of 4 total)
  • For motives that I don’t know, the first line of the code does not execute:
    @mkdir(ABSPATH . ‘wp-content/hyper-cache’, 0766);

    You must change the permissions of the folder hyper-cache to 766.
    If it does not work, it tries with 777

    Change the permissions did not solve the problem.
    I installed version 1.2 until the issue is resolved

    Thread Starter phattrance

    (@phattrance)

    Miguel –> as i wrote before the dir is already writable ( 777 ) and i still get that error message, i installed the 2.0 version and it works great, i hope that the author fixes this problem soon =)

    great plugin, works way better than super cahce and wp-cache

    I was not referring to the “wp-content” but to “hyper-cache.” It makes no difference because neither works.
    Version 1.2 also works great

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hyper Cache stops working after publishing a post’ is closed to new replies.