The MU forums have moved to WordPress.org

Error Warning: filemtime() [function.filemtime]: stat failed for (7 posts)

  1. wep
    Member
    Posted 16 years ago #

    Hi, i have in on Object cache. the error:
    Warning: filemtime() [function.filemtime]: stat failed for /wp-content/cache/91a7044c120f21f45501ae753c1ef463/2-calendar/1bfdca0c9e50b62774297005fb4b5b1b.php in /wp-includes/cache.php on line 180

  2. wep
    Member
    Posted 16 years ago #

    line 180 of cache.php is:

    if ((filemtime($cache_file) + $this->expiration_time) <= $now) {
    $this->cache_misses += 1;
    $this->delete($id, $group, true);
    return false;
    }

  3. SteveAtty
    Member
    Posted 16 years ago #

    Its a warning about the stat failing - not an actual error

    Is the file there?

    What size is it?

  4. wep
    Member
    Posted 16 years ago #

    now yes, now delete files from wp-cache
    I am running wp-cache for only wordpress in wordpress mu 1.2.5a /mu-plugins and work. but my question is: wp-cache plugin and Object Cache compatibles?

  5. wep
    Member
    Posted 16 years ago #

    again error now in: /wp-content/cache/91a7044c120f21f45501ae753c1ef463/2-options/f241973753ec0f934de69a2666969dbf.php in

    /wp-includes/cache.php on line 180

    f241973753ec0f934de69a2666969dbf.php
    size file: 25,9 Kib

  6. wep
    Member
    Posted 16 years ago #

    Steve Atty: yes error actual because error in line 180. error in php5?
    error in cache.php? solution?

  7. lunabyte
    Member
    Posted 16 years ago #

    Read the WP-Cache thread here in our forums. It isn't the easiest plugin to properly implement.

About this Topic