• Any ideas on how to resolve this error:

    Can NOT find LSCWP path for object cache initialization in /mysitepath/wp-content/object-cache.php

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support qtwrk

    (@qtwrk)

    please try enable and disable object cache, or vice versa , disable then enable it.

    Thread Starter andrew55

    (@andrew55)

    Still getting error message. Any suggestions?

    Plugin Support litetim

    (@litetim)

    @andrew55 is file created in: /mysitepath/wp-content/object-cache.php ?

    Thread Starter andrew55

    (@andrew55)

    yes, and it has ‘read only’ permissions

    Plugin Support qtwrk

    (@qtwrk)

    it should be like 644 permission on that file

    Thread Starter andrew55

    (@andrew55)

    It was, and is, 644

    Any other suggestions?

    Plugin Support litetim

    (@litetim)

    @andrew55 Let’s try this:
    in site folder wp-content please add file test.php
    with content:

    <?php
    ini_set('display_errors', '1');
    ini_set('display_startup_errors', '1');
    error_reporting(E_ALL);
    file_put_contents('test.log', 'test QC');

    Visit: your_site.com/wp-content/test.php and observe what happens. Please replace your_site.com with your site link.

    If you see file test.log (in same folder) it means that we need to look why LSC cannot write there.
    But if error or no file present, then it’s about owner and permissions from parent folder or current one.

Viewing 7 replies - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.