yard Posted September 16, 2018 Share Posted September 16, 2018 Hello, I have enabled creating errors.csv log according this: https://zemez.io/prestashop/support/how-to/prestashop-1-5-x-1-6-x-how-to-enable-error-reporting-debug-mode/ code was placed into autoair_sk/config/defines.inc.php Errors.csv was created and filled with many similar errors: "16 Sep 2018 12:18:47","/***/*****/domain_sk/classes/Media.php: 289","(Warning) filemtime(): stat failed for /***/*****/domain_sk/themes/default-bootstrap/css/grid_prestashop.css" "16 Sep 2018 12:18:47","/***/*****/domain_sk/classes/controller/FrontController.php: 1307","(Warning) filemtime(): stat failed for /***/*****/domain_sk/themes/default-bootstrap/css/modules/blocksocial/blocksocial.css" "16 Sep 2018 12:18:47","/***/*****/domain_sk/classes/Media.php: 289","(Warning) filemtime(): stat failed for /***/*****/domain_sk/modules/blocksocial/blocksocial.css" "16 Sep 2018 12:18:47","/***/*****/domain_sk/classes/controller/FrontController.php: 1307","(Warning) filemtime(): stat failed for /***/*****/domain_sk/themes/default-bootstrap/css/modules/blockfacebook/css/blockfacebook.css" "16 Sep 2018 12:18:47","/***/*****/domain_sk/classes/controller/FrontController.php: 1309","(Warning) filemtime(): stat failed for /***/*****/domain_sk/themes/default-bootstrap/css/modules/blockfacebook/blockfacebook.css" "16 Sep 2018 12:18:47","/***/*****/domain_sk/classes/controller/FrontController.php: 1307","(Warning) filemtime(): stat failed for /***/*****/domain_sk/themes/default-bootstrap/js/modules/blockfacebook/blockfacebook.js" "16 Sep 2018 12:18:47","/***/*****/domain_sk/classes/controller/FrontController.php: 1307","(Warning) filemtime(): stat failed for /***/*****/domain_sk/themes/default-bootstrap/css/modules/blockcms/blockcms.css" "16 Sep 2018 12:18:47","/***/*****/domain_sk/classes/Media.php: 289","(Warning) filemtime(): stat failed for /***/*****/domain_sk/modules/blockcms/blockcms.css" "16 Sep 2018 12:18:47","/***/*****/domain_sk/classes/controller/FrontController.php: 1307","(Warning) filemtime(): stat failed for /***/*****/domain_sk/themes/default-bootstrap/css/modules/blockcontactinfos/blockcontactinfos.css" "16 Sep 2018 12:18:47","/***/*****/domain_sk/classes/Media.php: 289","(Warning) filemtime(): stat failed for /***/*****/domain_sk/modules/blockcontactinfos/blockcontactinfos.css" "16 Sep 2018 12:18:47","/***/*****/domain_sk/classes/controller/FrontController.php: 1307","(Warning) filemtime(): stat failed for /***/*****/domain_sk/themes/default-bootstrap/css/modules/blockmyaccount/blockmyaccount.css" "16 Sep 2018 12:18:47","/***/*****/domain_sk/classes/Media.php: 289","(Warning) filemtime(): stat failed for /***/*****/domain_sk/modules/blockmyaccount/blockmyaccount.css" "16 Sep 2018 12:18:47","/***/*****/domain_sk/classes/controller/FrontController.php: 1307","(Warning) filemtime(): stat failed for /***/*****/domain_sk/themes/default-bootstrap/css/modules/blockstore/blockstore.css" "16 Sep 2018 12:18:47","/***/*****/domain_sk/classes/Media.php: 289","(Warning) filemtime(): stat failed for /***/*****/domain_sk/modules/blockstore/blockstore.css" "16 Sep 2018 12:18:48","/***/*****/domain_sk/classes/controller/FrontController.php: 1307","(Warning) filemtime(): stat failed for /***/*****/domain_sk/themes/default-bootstrap/css/modules/homefeatured/css/homefeatured.css" "16 Sep 2018 12:18:48","/***/*****/domain_sk/classes/controller/FrontController.php: 1307","(Warning) filemtime(): stat failed for /***/*****/domain_sk/themes/default-bootstrap/css/modules/themeconfigurator/css/hooks.css" "16 Sep 2018 12:18:48","/***/*****/domain_sk/classes/controller/FrontController.php: 1309","(Warning) filemtime(): stat failed for /***/*****/domain_sk/themes/default-bootstrap/css/modules/themeconfigurator/hooks.css" "16 Sep 2018 12:18:48","/***/*****/domain_sk/classes/controller/FrontController.php: 1307","(Warning) filemtime(): stat failed for /***/*****/domain_sk/themes/default-bootstrap/js/modules/ganalytics/views/js/GoogleAnalyticActionLib.js" "16 Sep 2018 12:18:48","/***/*****/domain_sk/classes/controller/FrontController.php: 1309","(Warning) filemtime(): stat failed for /***/*****/domain_sk/themes/default-bootstrap/js/modules/ganalytics/views/GoogleAnalyticActionLib.js" "16 Sep 2018 12:18:48","/***/*****/domain_sk/classes/controller/FrontController.php: 1307","(Warning) filemtime(): stat failed for /***/*****/domain_sk/themes/default-bootstrap/css/modules/notarobot/views/css/front.css" "16 Sep 2018 12:18:48","/***/*****/domain_sk/classes/controller/FrontController.php: 1309","(Warning) filemtime(): stat failed for /***/*****/domain_sk/themes/default-bootstrap/css/modules/notarobot/views/front.css" "16 Sep 2018 12:18:48","/***/*****/domain_sk/tools/smarty/sysplugins/smarty_internal_cacheresource_file.php: 64","(Warning) filemtime(): stat failed for /***/*****/domain_sk/cache/smarty/cache/5d/d7/69/5dd76986db1efac2e05a01f280709e00f174b900.blockspecials.tpl.php" "16 Sep 2018 12:18:48","/***/*****/domain_sk/tools/smarty/sysplugins/smarty_internal_cacheresource_file.php: 64","(Warning) filemtime(): stat failed for /***/*****/domain_sk/cache/smarty/cache/5d/d7/69/5dd76986db1efac2e05a01f280709e00f174b900.blockspecials.tpl.php" From what coming this ? From some statistic module ? thankx Link to comment Share on other sites More sharing options...
Andrej Stas Posted September 19, 2018 Share Posted September 19, 2018 I don't know the exact reason of the error, but it seems it is connected with the debug code that you have implemented and its handling of time. https://stackoverflow.com/questions/13386082/filemtime-warning-stat-failed-for Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now