We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 49132
    • 7 Posts
    I have a lot of this errors in my log, and don't understand why.

    26 01:26:21] (ERROR @ /var/www/vadim/data/www/my.site/core/xpdo/cache/xpdocachemanager.class.php : 510) PHP warning: unlink(/var/www/vadim/data/my.site/core/cache/db/objects/modResource/7c6fa7ed0056bdbe7113f4817c063f1b.cache.php): Not such file or directory
    [2014-10-26 01:26:21] (ERROR @ /var/www/vadim/data/www/my.site/core/xpdo/cache/xpdocachemanager.class.php : 510) PHP warning: unlink(/var/www/vadim/data/www/my.site/core/cache/db/objects/modResource/0da6c12a0d279260e79e66f2038ce0d8.cache.php): Not such file or directory
    [2014-10-26 01:26:21] (ERROR @ /var/www/vadim/data/www/my.site/core/xpdo/cache/xpdocachemanager.class.php : 510) PHP warning: unlink(/var/www/vadim/data/www/my.site/core/cache/db/objects/modResource/3081cf871532ab772cac03d7a29fe6ee.cache.php): Not such file or directory
    [2014-10-26 01:26:21] (ERROR @ /var/www/vadim/data/www/my.site/core/xpdo/cache/xpdocachemanager.class.php : 518) PHP warning: closedir(): 82 is not a valid Directory resource
    [2014-10-26 01:26:21] (ERROR @ /var/www/vadim/data/www/my.site/core/xpdo/cache/xpdocachemanager.class.php : 518) PHP warning: closedir(): 82 is not a valid Directory resource
    [2014-10-26 01:26:21] (ERROR @ /var/www/vadim/data/www/my.site/core/xpdo/cache/xpdocachemanager.class.php : 510) PHP warning: unlink(/var/www/vadim/data/www/bizphuket.net/core/cache/db/objects/modContext/dad2e0ba8ac121d61d9294ddf04e2d4f.cache.php): Not such file or directory
    [2014-10-26 01:26:21] (ERROR @ /var/www/vadim/data/www/my.site/core/xpdo/cache/xpdocachemanager.class.php : 518) PHP warning: closedir(): 88 is not a valid Directory resource
    Not such file or directory
    


    There are 2 types of error, both in xpdocachemanager:
    closedir(): 88 is not a valid Directory resource
    and
    unlink(/var/www/vadim/data/my.site/core/cache/db/objects/modResource/7c6fa7ed0056bdbe7113f4817c063f1b.cache.php): Not such file or directory
    Please help find problem source
    there is code from my xpdocachemanager.php.class where error appears


    [ed. note: wolf6969 last edited this post 9 years, 6 months ago.]
      • 3749
      • 24,544 Posts
      Make sure the core/cache directory exists and is writable.
        Did I help you? Buy me a beer
        Get my Book: MODX:The Official Guide
        MODX info for everyone: http://bobsguides.com/modx.html
        My MODX Extras
        Bob's Guides is now hosted at A2 MODX Hosting
        • 49132
        • 7 Posts
        Directories exists and writable, 0755 rights.
        Caching works, and cache files creates, there are a lot of newly created files there but sometimes arror appears.
          • 3749
          • 24,544 Posts
          CacheManager is clearly finding the file, but failing to unlink it. Could it be an issue with the ownership of the file?
            Did I help you? Buy me a beer
            Get my Book: MODX:The Official Guide
            MODX info for everyone: http://bobsguides.com/modx.html
            My MODX Extras
            Bob's Guides is now hosted at A2 MODX Hosting