• shustr

    (@shustr)


    The following mistake occured after moving site to localhost:

    Warning: filemtime(): stat failed for /home/.../wp-content/plugins/smart-slider-2/nextend/assets/js/class.js in F:\Xampp\htdocs\wp-content\plugins\smart-slider-2\nextend\cache\cache.php on line 119
    
    Warning: filemtime(): stat failed for /home/.../wp-content/plugins/smart-slider-2/nextend/javascript/modernizr/modernizr.js in F:\Xampp\htdocs\wp-content\plugins\smart-slider-2\nextend\cache\cache.php on line 119
    
    Warning: filemtime(): stat failed for /home/.../wp-content/plugins/smart-slider-2/nextend/javascript/jquery/1.9.1/njQuery.js in F:\Xampp\htdocs\wp-content\plugins\smart-slider-2\nextend\cache\cache.php on line 119
    
    Warning: filemtime(): stat failed for /home/.../wp-content/plugins/smart-slider-2/nextend/javascript/jquery/1.9.1/jQuery.js in F:\Xampp\htdocs\wp-content\plugins\smart-slider-2\nextend\cache\cache.php on line 119
    
    Warning: filemtime(): stat failed for /home/.../wp-content/plugins/smart-slider-2/nextend/javascript/jquery/1.9.1/uacss.js in F:\Xampp\htdocs\wp-content\plugins\smart-slider-2\nextend\cache\cache.php on line 119
    
    Warning: filemtime(): stat failed for /home/.../wp-content/plugins/smart-slider-2/nextend/javascript/jquery/1.9.1/jquery.unique-element-id.js in F:\Xampp\htdocs\wp-content\plugins\smart-slider-2\nextend\cache\cache.php on line 119
    
    Warning: filemtime(): stat failed for /home.../wp-content/plugins/smart-slider-2/nextend/javascript/jquery/1.9.1/jquery.waitforimages.js in F:\Xampp\htdocs\wp-content\plugins\smart-slider-2\nextend\cache\cache.php on line 119
    
    Warning: filemtime(): stat failed for /home/.../wp-content/plugins/smart-slider-2/nextend/javascript/jquery/1.9.1/easing.js in F:\Xampp\htdocs\wp-content\plugins\smart-slider-2\nextend\cache\cache.php on line 119
    
    Warning: filemtime(): stat failed for /home/.../wp-content/plugins/smart-slider-2/nextend/javascript/jquery/1.9.1/jquery.transit.js in F:\Xampp\htdocs\wp-content\plugins\smart-slider-2\nextend\cache\cache.php on line 119
    
    Warning: filemtime(): stat failed for /home/.../wp-content/plugins/smart-slider-2/library/smartslider/assets/js/animationbase.js in F:\Xampp\htdocs\wp-content\plugins\smart-slider-2\nextend\cache\cache.php on line 119
    
    Warning: filemtime(): stat failed for /home/.../wp-content/plugins/smart-slider-2/library/smartslider/assets/js/smartsliderbase.js in F:\Xampp\htdocs\wp-content\plugins\smart-slider-2\nextend\cache\cache.php on line 119
    
    Warning: filemtime(): stat failed for /home/.../wp-content/plugins/smart-slider-2/library/smartslider/assets/js/mainslider.js in F:\Xampp\htdocs\wp-content\plugins\smart-slider-2\nextend\cache\cache.php on line 119
    
    Warning: filemtime(): stat failed for /home/.../wp-content/plugins/smart-slider-2/library/smartslider/assets/js/layers.js in F:\Xampp\htdocs\wp-content\plugins\smart-slider-2\nextend\cache\cache.php on line 119
    
    Warning: filemtime(): stat failed for /home/.../wp-content/plugins/smart-slider-2/library/smartslider/assets/js/motions/no.js in F:\Xampp\htdocs\wp-content\plugins\smart-slider-2\nextend\cache\cache.php on line 119
    
    Warning: filemtime(): stat failed for /home/.../wp-content/plugins/smart-slider-2/library/smartslider/assets/js/motions/fade.js in F:\Xampp\htdocs\wp-content\plugins\smart-slider-2\nextend\cache\cache.php on line 119
    
    Warning: filemtime(): stat failed for /home/.../wp-content/plugins/smart-slider-2/library/smartslider/assets/js/motions/slide.js in F:\Xampp\htdocs\wp-content\plugins\smart-slider-2\nextend\cache\cache.php on line 119
    
    Warning: filemtime(): stat failed for /home/.../wp-content/plugins/smart-slider-2/library/smartslider/assets/js/motions/transit.js in F:\Xampp\htdocs\wp-content\plugins\smart-slider-2\nextend\cache\cache.php on line 119
    
    Warning: filemtime(): stat failed for /home/.../wp-content/plugins/smart-slider-2/plugins/nextendslidertype/simple/simple/slider.js in F:\Xampp\htdocs\wp-content\plugins\smart-slider-2\nextend\cache\cache.php on line 119

    appears on all pages. Any ideas of solving this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • RossMitchell

    (@rossmitchell)

    Most likely is a directory (or file) ownership issue. If the process running your web server + php etc, does not have permission to read the directories, then it will get this kind of error when it tries to do anything with file which we know are there.
    Do you have other localhost thingies working ? Like phpmyadmin ? Other sites ? See how its directory ownerships and permissions are set.

    Dion

    (@diondesigns)

    It appears that a “smart slider” plugin you’ve installed has a cache, and that cache contains absolute paths to files. Those absolute paths are no longer valid on your new site, and that is causing filemtime() to fail with a warning.

    If you can get into your admin panel, you should deactivate, then delete the “smart slider” plugin. That should clear the errors. At that point you can decide whether to continue using a plugin that stores absolute paths in a cache.

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

The topic ‘Warning filemtime stat failed for’ is closed to new replies.