buslikdrev Опубліковано: 12 травня 2020 Share Опубліковано: 12 травня 2020 18 минут назад, vorobey сказал: Решение с буржуйского форума: public function delete($key) { $files = glob(DIR_CACHE . 'cache.' . basename($key) . '.*'); if ($files) { foreach ($files as $file) { if (!@unlink($file)) { clearstatcache(false, $file); } } } } В 14.07.2018 в 09:40, lavka сказал: После переноса на новый сервер тоже полный лог этих unlink cache.product.seopath. Ставил собаку перед unlink, не помогает. Что именно нужно настроить на сервере? Стоит обычный дебиан стрейтч. Надіслати Поділитися на інших сайтах More sharing options... vorobey Опубліковано: 12 травня 2020 Share Опубліковано: 12 травня 2020 Если внимательнее глянуть в буржуйском решении не только собака перед анлинком if (!@unlink($file)) { clearstatcache(false, $file); } 1 Надіслати Поділитися на інших сайтах More sharing options... buslikdrev Опубліковано: 12 травня 2020 Share Опубліковано: 12 травня 2020 4 минуты назад, vorobey сказал: Если внимательнее глянуть в буржуйском решении не только собака перед анлинком if (!@unlink($file)) { clearstatcache(false, $file); } Значит достаточно добавления этого: clearstatcache(false, $file); Надіслати Поділитися на інших сайтах More sharing options... vorobey Опубліковано: 12 травня 2020 Share Опубліковано: 12 травня 2020 (змінено) Если остальная часть совпадает, то видимо да. У меня само условие немного другое было: if (file_exists($file)) { unlink($file); } На том же форуме вычитал что file_exists в данном случае применять не корректно так как может вернуть ложный ответ Ну и вместо basename($key) В моем случае было регулярное выражение preg_replace('/[^A-Z0-9\._-]/i' Потому привел функцию целиком. Змінено 12 травня 2020 користувачем vorobey Надіслати Поділитися на інших сайтах More sharing options... AlexDW Опубліковано: 12 травня 2020 Share Опубліковано: 12 травня 2020 is_file Надіслати Поділитися на інших сайтах More sharing options... 4 months later... Andrew18 Опубліковано: 14 вересня 2020 Share Опубліковано: 14 вересня 2020 Добрый вечер. Тоже много ошибок в логе всего за 1 минуту: Спойлер 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:32 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993632): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:32 - PHP Warning: filesize(): stat failed for /var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993632 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:32 - PHP Warning: fread(): Length parameter must be greater than 0 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:32 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:33 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993633): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:34 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993634): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:40:34 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:40:34 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:34 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:40:34 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:40:34 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:35 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993635): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:35 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993635): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:36 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993636): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:36 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:36 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:36 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993636): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:37 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993637): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:37 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:37 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:37 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:37 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993637): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:37 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993637): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993639): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:39 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993639): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/seo_pro.php on line 339 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/system/library/response.php on line 36 2020-09-13 13:40:39 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993639): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:40 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993640): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:40:40 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:40:40 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:40 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:40:40 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:40:40 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:40 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993640): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:40 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:40 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:43 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993643): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:43 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:43 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:43 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:43 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993643): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:45 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993645): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:45 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:45 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:45 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:46 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993646): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:46 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:46 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:46 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:48 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993648): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:48 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:48 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:48 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:51 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993651): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:51 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993651): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:51 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993651): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:40:51 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:40:51 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:51 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:40:51 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:40:51 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:55 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993655): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:55 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993655): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:55 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993655): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:56 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993656): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:57 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993657): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:57 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:57 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:57 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:58 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993658): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:58 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:58 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:58 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:00 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993660): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:00 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993660): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:02 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993662): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:02 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993662): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:02 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:02 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:02 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:03 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993663): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:03 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:03 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:03 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:05 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993665): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:05 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:05 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:05 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:06 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993666): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:06 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993666): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:06 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:08 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993668): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:08 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993668): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:08 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993668): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:11 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993671): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:11 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993671): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:11 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993671): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:12 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993672): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:12 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:12 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:12 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:14 - PHP Warning: filesize(): stat failed for /var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993674 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:41:14 - PHP Warning: fread(): Length parameter must be greater than 0 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:41:14 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:14 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993674): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:14 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:14 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:16 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993676): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:41:16 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:41:16 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:41:16 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:41:16 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:16 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993676): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:16 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993676): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:19 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993679): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:19 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993679): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:21 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993681): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:21 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:21 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:21 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 На сайте https://github.com/opencart/opencart/tree/master/upload есть каталог файлов (обновленных на сколько я понял). Можно ли их закачать на сервер и исправят ли они эти ошибки? Какие именно файлы можно обновить не боясь все испортить? ОС 3.0.3.2 (rs.2), хостинг на reg.ru Спасибо! Надіслати Поділитися на інших сайтах More sharing options... 8 months later... Vova2701 Опубліковано: 8 червня 2021 Share Опубліковано: 8 червня 2021 В 15.09.2020 в 00:34, Andrew18 сказал: Добрый вечер. Тоже много ошибок в логе всего за 1 минуту: Показать контент 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:32 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993632): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:32 - PHP Warning: filesize(): stat failed for /var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993632 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:32 - PHP Warning: fread(): Length parameter must be greater than 0 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:32 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:33 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993633): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:34 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993634): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:40:34 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:40:34 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:34 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:40:34 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:40:34 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:35 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993635): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:35 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993635): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:36 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993636): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:36 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:36 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:36 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993636): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:37 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993637): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:37 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:37 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:37 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:37 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993637): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:37 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993637): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993639): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:39 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993639): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/seo_pro.php on line 339 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/system/library/response.php on line 36 2020-09-13 13:40:39 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993639): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:40 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993640): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:40:40 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:40:40 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:40 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:40:40 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:40:40 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:40 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993640): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:40 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:40 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:43 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993643): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:43 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:43 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:43 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:43 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993643): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:45 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993645): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:45 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:45 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:45 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:46 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993646): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:46 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:46 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:46 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:48 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993648): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:48 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:48 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:48 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:51 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993651): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:51 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993651): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:51 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993651): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:40:51 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:40:51 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:51 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:40:51 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:40:51 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:55 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993655): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:55 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993655): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:55 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993655): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:56 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993656): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:57 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993657): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:57 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:57 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:57 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:58 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993658): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:58 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:58 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:58 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:00 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993660): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:00 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993660): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:02 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993662): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:02 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993662): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:02 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:02 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:02 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:03 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993663): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:03 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:03 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:03 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:05 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993665): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:05 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:05 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:05 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:06 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993666): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:06 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993666): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:06 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:08 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993668): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:08 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993668): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:08 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993668): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:11 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993671): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:11 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993671): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:11 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993671): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:12 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993672): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:12 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:12 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:12 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:14 - PHP Warning: filesize(): stat failed for /var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993674 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:41:14 - PHP Warning: fread(): Length parameter must be greater than 0 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:41:14 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:14 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993674): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:14 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:14 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:16 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993676): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:41:16 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:41:16 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:41:16 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:41:16 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:16 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993676): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:16 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993676): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:19 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993679): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:19 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993679): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:21 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993681): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:21 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:21 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:21 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 На сайте https://github.com/opencart/opencart/tree/master/upload есть каталог файлов (обновленных на сколько я понял). Можно ли их закачать на сервер и исправят ли они эти ошибки? Какие именно файлы можно обновить не боясь все испортить? ОС 3.0.3.2 (rs.2), хостинг на reg.ru Спасибо! подскажите пожалуйста, удалось разобраться с ошибками? Надіслати Поділитися на інших сайтах More sharing options... freelancer Опубліковано: 10 червня 2021 Share Опубліковано: 10 червня 2021 В 15.03.2019 в 00:43, freelancer сказал: если ничего не помогает function dummy_handler($errno, $errstr, $errfile, $errline){}; set_error_handler('dummy_handler'); @unlink($file); restore_error_handler(); хоть кто-то пробовал решение? Надіслати Поділитися на інших сайтах More sharing options... chukcha Опубліковано: 10 червня 2021 Share Опубліковано: 10 червня 2021 1 час назад, freelancer сказал: хоть кто-то пробовал решение? function silent_unlink( $filename ) { $old_er = error_reporting(); error_reporting( $old_er & ~E_WARNING ); $result = unlink( $filename ); error_reporting( $old_er ); return $result; } Выдрано с инета, попробовал, отключил, забыл Надіслати Поділитися на інших сайтах More sharing options... 1 month later... lavka Опубліковано: 23 липня 2021 Share Опубліковано: 23 липня 2021 В 13.05.2020 в 00:12, vorobey сказал: Решение с буржуйского форума: public function delete($key) { $files = glob(DIR_CACHE . 'cache.' . basename($key) . '.*'); if ($files) { foreach ($files as $file) { if (!@unlink($file)) { clearstatcache(false, $file); } } } } Нет, не помогает. Надіслати Поділитися на інших сайтах More sharing options... Назад 1 2 Вперед Сторінка 2 з 2 Створіть аккаунт або увійдіть для коментування Ви повинні бути користувачем, щоб залишити коментар Створити обліковий запис Зареєструйтеся для отримання облікового запису. Це просто! Зареєструвати аккаунт Вхід Уже зареєстровані? Увійдіть тут. Вхід зараз Share More sharing options... Передплатники 1 Перейти до списку тем Зараз на сторінці 0 користувачів Ні користувачів, які переглядиють цю сторінку Последние темы Последние дополнения Последние новости Вся активність Головна Підтримка та відповіді на запитання. Песочница Постоянные ошибки, помогите решить проблему Покупцям Оплата розширень фізичними особами Оплата розширень юридичними особами Політика повернень Розробникам Регламент розміщення розширень Регламент продажу та підтримки розширень Віртуальний обліковий запис автора Політика просування оголошень API каталогу розширень Вирішення спорів щодо авторських прав Корисна інформація Публічна оферта Політика повернень Політика конфіденційності Платіжна політика Політика передачі особистих даних Політика прозорості Останні розширення Повний пакет SEO Автор: GeekoDev SameSite Session Fix Opencart 3 Автор: web_bond SP Telegram повідомлення FREE Автор: spectre Відключити порожні категорії Автор: spectre SEO Автор тексту категорії / фільтра / блогу з датою оновлення контенту + мікророзмітка Автор: radaevich × Уже зареєстровані? Ввійти Реєстрація Ваші замовлення Назад Придбані модулі та шаблони Ваші рахунки Лист очікувань Альтернативні контакти Форум Новини ocStore Назад Офіційний сайт Демо ocStore 3.0.3.2 Демо ocStore 2.3.0.2.4 Завантажити ocStore Документація Історія версій ocStore Блоги Модулі Шаблони Назад Безкоштовні шаблони Платні шаблони Де купувати модулі? Послуги FAQ OpenCart.Pro Назад Демо Купити Порівняння × Створити... Important Information На нашому сайті використовуються файли cookie і відбувається обробка деяких персональних даних користувачів, щоб поліпшити користувальницький інтерфейс. Щоб дізнатися для чого і які персональні дані ми обробляємо перейдіть за посиланням . Якщо Ви натиснете «Я даю згоду», це означає, що Ви розумієте і приймаєте всі умови, зазначені в цьому Повідомленні про конфіденційність. Я даю згоду
vorobey Опубліковано: 12 травня 2020 Share Опубліковано: 12 травня 2020 Если внимательнее глянуть в буржуйском решении не только собака перед анлинком if (!@unlink($file)) { clearstatcache(false, $file); } 1 Надіслати Поділитися на інших сайтах More sharing options...
buslikdrev Опубліковано: 12 травня 2020 Share Опубліковано: 12 травня 2020 4 минуты назад, vorobey сказал: Если внимательнее глянуть в буржуйском решении не только собака перед анлинком if (!@unlink($file)) { clearstatcache(false, $file); } Значит достаточно добавления этого: clearstatcache(false, $file); Надіслати Поділитися на інших сайтах More sharing options... vorobey Опубліковано: 12 травня 2020 Share Опубліковано: 12 травня 2020 (змінено) Если остальная часть совпадает, то видимо да. У меня само условие немного другое было: if (file_exists($file)) { unlink($file); } На том же форуме вычитал что file_exists в данном случае применять не корректно так как может вернуть ложный ответ Ну и вместо basename($key) В моем случае было регулярное выражение preg_replace('/[^A-Z0-9\._-]/i' Потому привел функцию целиком. Змінено 12 травня 2020 користувачем vorobey Надіслати Поділитися на інших сайтах More sharing options... AlexDW Опубліковано: 12 травня 2020 Share Опубліковано: 12 травня 2020 is_file Надіслати Поділитися на інших сайтах More sharing options... 4 months later... Andrew18 Опубліковано: 14 вересня 2020 Share Опубліковано: 14 вересня 2020 Добрый вечер. Тоже много ошибок в логе всего за 1 минуту: Спойлер 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:32 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993632): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:32 - PHP Warning: filesize(): stat failed for /var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993632 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:32 - PHP Warning: fread(): Length parameter must be greater than 0 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:32 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:33 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993633): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:34 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993634): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:40:34 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:40:34 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:34 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:40:34 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:40:34 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:35 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993635): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:35 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993635): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:36 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993636): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:36 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:36 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:36 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993636): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:37 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993637): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:37 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:37 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:37 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:37 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993637): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:37 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993637): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993639): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:39 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993639): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/seo_pro.php on line 339 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/system/library/response.php on line 36 2020-09-13 13:40:39 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993639): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:40 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993640): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:40:40 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:40:40 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:40 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:40:40 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:40:40 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:40 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993640): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:40 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:40 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:43 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993643): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:43 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:43 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:43 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:43 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993643): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:45 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993645): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:45 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:45 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:45 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:46 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993646): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:46 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:46 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:46 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:48 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993648): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:48 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:48 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:48 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:51 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993651): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:51 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993651): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:51 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993651): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:40:51 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:40:51 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:51 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:40:51 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:40:51 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:55 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993655): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:55 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993655): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:55 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993655): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:56 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993656): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:57 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993657): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:57 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:57 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:57 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:58 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993658): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:58 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:58 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:58 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:00 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993660): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:00 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993660): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:02 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993662): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:02 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993662): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:02 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:02 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:02 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:03 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993663): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:03 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:03 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:03 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:05 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993665): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:05 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:05 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:05 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:06 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993666): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:06 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993666): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:06 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:08 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993668): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:08 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993668): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:08 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993668): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:11 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993671): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:11 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993671): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:11 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993671): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:12 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993672): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:12 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:12 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:12 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:14 - PHP Warning: filesize(): stat failed for /var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993674 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:41:14 - PHP Warning: fread(): Length parameter must be greater than 0 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:41:14 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:14 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993674): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:14 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:14 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:16 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993676): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:41:16 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:41:16 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:41:16 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:41:16 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:16 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993676): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:16 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993676): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:19 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993679): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:19 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993679): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:21 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993681): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:21 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:21 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:21 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 На сайте https://github.com/opencart/opencart/tree/master/upload есть каталог файлов (обновленных на сколько я понял). Можно ли их закачать на сервер и исправят ли они эти ошибки? Какие именно файлы можно обновить не боясь все испортить? ОС 3.0.3.2 (rs.2), хостинг на reg.ru Спасибо! Надіслати Поділитися на інших сайтах More sharing options... 8 months later... Vova2701 Опубліковано: 8 червня 2021 Share Опубліковано: 8 червня 2021 В 15.09.2020 в 00:34, Andrew18 сказал: Добрый вечер. Тоже много ошибок в логе всего за 1 минуту: Показать контент 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:32 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993632): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:32 - PHP Warning: filesize(): stat failed for /var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993632 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:32 - PHP Warning: fread(): Length parameter must be greater than 0 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:32 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:33 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993633): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:34 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993634): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:40:34 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:40:34 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:34 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:40:34 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:40:34 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:35 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993635): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:35 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993635): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:36 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993636): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:36 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:36 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:36 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993636): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:37 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993637): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:37 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:37 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:37 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:37 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993637): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:37 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993637): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993639): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:39 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993639): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/seo_pro.php on line 339 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/system/library/response.php on line 36 2020-09-13 13:40:39 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993639): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:40 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993640): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:40:40 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:40:40 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:40 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:40:40 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:40:40 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:40 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993640): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:40 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:40 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:43 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993643): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:43 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:43 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:43 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:43 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993643): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:45 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993645): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:45 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:45 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:45 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:46 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993646): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:46 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:46 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:46 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:48 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993648): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:48 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:48 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:48 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:51 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993651): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:51 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993651): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:51 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993651): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:40:51 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:40:51 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:51 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:40:51 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:40:51 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:55 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993655): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:55 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993655): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:55 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993655): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:56 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993656): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:57 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993657): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:57 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:57 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:57 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:58 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993658): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:58 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:58 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:58 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:00 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993660): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:00 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993660): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:02 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993662): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:02 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993662): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:02 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:02 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:02 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:03 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993663): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:03 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:03 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:03 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:05 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993665): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:05 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:05 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:05 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:06 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993666): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:06 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993666): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:06 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:08 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993668): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:08 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993668): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:08 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993668): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:11 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993671): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:11 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993671): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:11 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993671): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:12 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993672): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:12 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:12 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:12 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:14 - PHP Warning: filesize(): stat failed for /var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993674 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:41:14 - PHP Warning: fread(): Length parameter must be greater than 0 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:41:14 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:14 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993674): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:14 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:14 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:16 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993676): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:41:16 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:41:16 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:41:16 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:41:16 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:16 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993676): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:16 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993676): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:19 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993679): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:19 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993679): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:21 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993681): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:21 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:21 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:21 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 На сайте https://github.com/opencart/opencart/tree/master/upload есть каталог файлов (обновленных на сколько я понял). Можно ли их закачать на сервер и исправят ли они эти ошибки? Какие именно файлы можно обновить не боясь все испортить? ОС 3.0.3.2 (rs.2), хостинг на reg.ru Спасибо! подскажите пожалуйста, удалось разобраться с ошибками? Надіслати Поділитися на інших сайтах More sharing options... freelancer Опубліковано: 10 червня 2021 Share Опубліковано: 10 червня 2021 В 15.03.2019 в 00:43, freelancer сказал: если ничего не помогает function dummy_handler($errno, $errstr, $errfile, $errline){}; set_error_handler('dummy_handler'); @unlink($file); restore_error_handler(); хоть кто-то пробовал решение? Надіслати Поділитися на інших сайтах More sharing options... chukcha Опубліковано: 10 червня 2021 Share Опубліковано: 10 червня 2021 1 час назад, freelancer сказал: хоть кто-то пробовал решение? function silent_unlink( $filename ) { $old_er = error_reporting(); error_reporting( $old_er & ~E_WARNING ); $result = unlink( $filename ); error_reporting( $old_er ); return $result; } Выдрано с инета, попробовал, отключил, забыл Надіслати Поділитися на інших сайтах More sharing options... 1 month later... lavka Опубліковано: 23 липня 2021 Share Опубліковано: 23 липня 2021 В 13.05.2020 в 00:12, vorobey сказал: Решение с буржуйского форума: public function delete($key) { $files = glob(DIR_CACHE . 'cache.' . basename($key) . '.*'); if ($files) { foreach ($files as $file) { if (!@unlink($file)) { clearstatcache(false, $file); } } } } Нет, не помогает. Надіслати Поділитися на інших сайтах More sharing options... Назад 1 2 Вперед Сторінка 2 з 2 Створіть аккаунт або увійдіть для коментування Ви повинні бути користувачем, щоб залишити коментар Створити обліковий запис Зареєструйтеся для отримання облікового запису. Це просто! Зареєструвати аккаунт Вхід Уже зареєстровані? Увійдіть тут. Вхід зараз Share More sharing options... Передплатники 1 Перейти до списку тем Зараз на сторінці 0 користувачів Ні користувачів, які переглядиють цю сторінку Последние темы Последние дополнения Последние новости Вся активність Головна Підтримка та відповіді на запитання. Песочница Постоянные ошибки, помогите решить проблему Покупцям Оплата розширень фізичними особами Оплата розширень юридичними особами Політика повернень Розробникам Регламент розміщення розширень Регламент продажу та підтримки розширень Віртуальний обліковий запис автора Політика просування оголошень API каталогу розширень Вирішення спорів щодо авторських прав Корисна інформація Публічна оферта Політика повернень Політика конфіденційності Платіжна політика Політика передачі особистих даних Політика прозорості Останні розширення Повний пакет SEO Автор: GeekoDev SameSite Session Fix Opencart 3 Автор: web_bond SP Telegram повідомлення FREE Автор: spectre Відключити порожні категорії Автор: spectre SEO Автор тексту категорії / фільтра / блогу з датою оновлення контенту + мікророзмітка Автор: radaevich
vorobey Опубліковано: 12 травня 2020 Share Опубліковано: 12 травня 2020 (змінено) Если остальная часть совпадает, то видимо да. У меня само условие немного другое было: if (file_exists($file)) { unlink($file); } На том же форуме вычитал что file_exists в данном случае применять не корректно так как может вернуть ложный ответ Ну и вместо basename($key) В моем случае было регулярное выражение preg_replace('/[^A-Z0-9\._-]/i' Потому привел функцию целиком. Змінено 12 травня 2020 користувачем vorobey Надіслати Поділитися на інших сайтах More sharing options...
AlexDW Опубліковано: 12 травня 2020 Share Опубліковано: 12 травня 2020 is_file Надіслати Поділитися на інших сайтах More sharing options... 4 months later... Andrew18 Опубліковано: 14 вересня 2020 Share Опубліковано: 14 вересня 2020 Добрый вечер. Тоже много ошибок в логе всего за 1 минуту: Спойлер 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:32 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993632): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:32 - PHP Warning: filesize(): stat failed for /var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993632 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:32 - PHP Warning: fread(): Length parameter must be greater than 0 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:32 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:33 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993633): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:34 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993634): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:40:34 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:40:34 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:34 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:40:34 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:40:34 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:35 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993635): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:35 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993635): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:36 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993636): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:36 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:36 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:36 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993636): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:37 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993637): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:37 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:37 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:37 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:37 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993637): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:37 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993637): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993639): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:39 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993639): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/seo_pro.php on line 339 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/system/library/response.php on line 36 2020-09-13 13:40:39 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993639): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:40 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993640): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:40:40 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:40:40 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:40 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:40:40 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:40:40 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:40 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993640): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:40 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:40 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:43 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993643): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:43 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:43 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:43 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:43 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993643): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:45 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993645): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:45 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:45 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:45 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:46 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993646): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:46 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:46 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:46 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:48 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993648): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:48 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:48 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:48 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:51 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993651): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:51 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993651): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:51 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993651): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:40:51 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:40:51 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:51 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:40:51 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:40:51 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:55 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993655): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:55 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993655): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:55 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993655): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:56 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993656): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:57 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993657): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:57 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:57 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:57 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:58 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993658): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:58 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:58 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:58 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:00 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993660): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:00 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993660): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:02 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993662): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:02 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993662): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:02 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:02 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:02 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:03 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993663): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:03 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:03 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:03 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:05 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993665): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:05 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:05 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:05 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:06 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993666): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:06 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993666): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:06 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:08 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993668): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:08 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993668): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:08 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993668): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:11 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993671): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:11 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993671): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:11 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993671): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:12 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993672): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:12 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:12 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:12 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:14 - PHP Warning: filesize(): stat failed for /var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993674 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:41:14 - PHP Warning: fread(): Length parameter must be greater than 0 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:41:14 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:14 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993674): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:14 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:14 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:16 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993676): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:41:16 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:41:16 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:41:16 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:41:16 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:16 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993676): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:16 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993676): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:19 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993679): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:19 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993679): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:21 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993681): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:21 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:21 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:21 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 На сайте https://github.com/opencart/opencart/tree/master/upload есть каталог файлов (обновленных на сколько я понял). Можно ли их закачать на сервер и исправят ли они эти ошибки? Какие именно файлы можно обновить не боясь все испортить? ОС 3.0.3.2 (rs.2), хостинг на reg.ru Спасибо! Надіслати Поділитися на інших сайтах More sharing options... 8 months later... Vova2701 Опубліковано: 8 червня 2021 Share Опубліковано: 8 червня 2021 В 15.09.2020 в 00:34, Andrew18 сказал: Добрый вечер. Тоже много ошибок в логе всего за 1 минуту: Показать контент 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:32 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993632): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:32 - PHP Warning: filesize(): stat failed for /var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993632 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:32 - PHP Warning: fread(): Length parameter must be greater than 0 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:32 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:33 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993633): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:34 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993634): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:40:34 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:40:34 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:34 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:40:34 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:40:34 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:35 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993635): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:35 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993635): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:36 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993636): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:36 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:36 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:36 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993636): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:37 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993637): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:37 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:37 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:37 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:37 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993637): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:37 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993637): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993639): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:39 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993639): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/seo_pro.php on line 339 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/system/library/response.php on line 36 2020-09-13 13:40:39 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993639): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:40 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993640): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:40:40 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:40:40 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:40 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:40:40 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:40:40 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:40 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993640): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:40 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:40 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:43 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993643): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:43 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:43 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:43 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:43 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993643): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:45 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993645): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:45 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:45 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:45 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:46 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993646): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:46 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:46 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:46 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:48 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993648): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:48 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:48 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:48 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:51 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993651): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:51 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993651): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:51 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993651): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:40:51 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:40:51 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:51 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:40:51 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:40:51 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:55 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993655): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:55 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993655): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:55 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993655): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:56 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993656): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:57 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993657): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:57 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:57 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:57 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:58 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993658): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:58 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:58 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:58 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:00 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993660): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:00 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993660): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:02 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993662): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:02 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993662): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:02 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:02 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:02 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:03 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993663): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:03 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:03 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:03 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:05 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993665): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:05 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:05 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:05 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:06 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993666): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:06 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993666): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:06 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:08 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993668): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:08 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993668): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:08 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993668): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:11 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993671): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:11 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993671): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:11 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993671): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:12 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993672): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:12 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:12 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:12 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:14 - PHP Warning: filesize(): stat failed for /var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993674 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:41:14 - PHP Warning: fread(): Length parameter must be greater than 0 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:41:14 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:14 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993674): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:14 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:14 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:16 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993676): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:41:16 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:41:16 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:41:16 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:41:16 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:16 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993676): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:16 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993676): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:19 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993679): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:19 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993679): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:21 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993681): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:21 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:21 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:21 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 На сайте https://github.com/opencart/opencart/tree/master/upload есть каталог файлов (обновленных на сколько я понял). Можно ли их закачать на сервер и исправят ли они эти ошибки? Какие именно файлы можно обновить не боясь все испортить? ОС 3.0.3.2 (rs.2), хостинг на reg.ru Спасибо! подскажите пожалуйста, удалось разобраться с ошибками? Надіслати Поділитися на інших сайтах More sharing options... freelancer Опубліковано: 10 червня 2021 Share Опубліковано: 10 червня 2021 В 15.03.2019 в 00:43, freelancer сказал: если ничего не помогает function dummy_handler($errno, $errstr, $errfile, $errline){}; set_error_handler('dummy_handler'); @unlink($file); restore_error_handler(); хоть кто-то пробовал решение? Надіслати Поділитися на інших сайтах More sharing options... chukcha Опубліковано: 10 червня 2021 Share Опубліковано: 10 червня 2021 1 час назад, freelancer сказал: хоть кто-то пробовал решение? function silent_unlink( $filename ) { $old_er = error_reporting(); error_reporting( $old_er & ~E_WARNING ); $result = unlink( $filename ); error_reporting( $old_er ); return $result; } Выдрано с инета, попробовал, отключил, забыл Надіслати Поділитися на інших сайтах More sharing options... 1 month later... lavka Опубліковано: 23 липня 2021 Share Опубліковано: 23 липня 2021 В 13.05.2020 в 00:12, vorobey сказал: Решение с буржуйского форума: public function delete($key) { $files = glob(DIR_CACHE . 'cache.' . basename($key) . '.*'); if ($files) { foreach ($files as $file) { if (!@unlink($file)) { clearstatcache(false, $file); } } } } Нет, не помогает. Надіслати Поділитися на інших сайтах More sharing options... Назад 1 2 Вперед Сторінка 2 з 2 Створіть аккаунт або увійдіть для коментування Ви повинні бути користувачем, щоб залишити коментар Створити обліковий запис Зареєструйтеся для отримання облікового запису. Це просто! Зареєструвати аккаунт Вхід Уже зареєстровані? Увійдіть тут. Вхід зараз Share More sharing options... Передплатники 1 Перейти до списку тем Зараз на сторінці 0 користувачів Ні користувачів, які переглядиють цю сторінку Последние темы Последние дополнения Последние новости Вся активність Головна Підтримка та відповіді на запитання. Песочница Постоянные ошибки, помогите решить проблему
Andrew18 Опубліковано: 14 вересня 2020 Share Опубліковано: 14 вересня 2020 Добрый вечер. Тоже много ошибок в логе всего за 1 минуту: Спойлер 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:32 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993632): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:32 - PHP Warning: filesize(): stat failed for /var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993632 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:32 - PHP Warning: fread(): Length parameter must be greater than 0 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:32 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:33 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993633): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:34 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993634): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:40:34 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:40:34 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:34 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:40:34 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:40:34 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:35 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993635): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:35 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993635): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:36 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993636): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:36 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:36 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:36 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993636): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:37 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993637): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:37 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:37 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:37 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:37 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993637): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:37 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993637): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993639): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:39 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993639): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/seo_pro.php on line 339 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/system/library/response.php on line 36 2020-09-13 13:40:39 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993639): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:40 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993640): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:40:40 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:40:40 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:40 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:40:40 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:40:40 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:40 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993640): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:40 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:40 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:43 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993643): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:43 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:43 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:43 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:43 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993643): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:45 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993645): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:45 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:45 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:45 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:46 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993646): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:46 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:46 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:46 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:48 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993648): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:48 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:48 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:48 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:51 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993651): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:51 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993651): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:51 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993651): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:40:51 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:40:51 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:51 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:40:51 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:40:51 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:55 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993655): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:55 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993655): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:55 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993655): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:56 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993656): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:57 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993657): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:57 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:57 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:57 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:58 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993658): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:58 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:58 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:58 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:00 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993660): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:00 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993660): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:02 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993662): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:02 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993662): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:02 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:02 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:02 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:03 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993663): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:03 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:03 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:03 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:05 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993665): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:05 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:05 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:05 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:06 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993666): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:06 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993666): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:06 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:08 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993668): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:08 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993668): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:08 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993668): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:11 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993671): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:11 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993671): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:11 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993671): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:12 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993672): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:12 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:12 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:12 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:14 - PHP Warning: filesize(): stat failed for /var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993674 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:41:14 - PHP Warning: fread(): Length parameter must be greater than 0 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:41:14 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:14 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993674): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:14 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:14 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:16 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993676): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:41:16 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:41:16 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:41:16 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:41:16 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:16 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993676): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:16 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993676): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:19 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993679): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:19 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993679): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:21 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993681): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:21 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:21 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:21 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 На сайте https://github.com/opencart/opencart/tree/master/upload есть каталог файлов (обновленных на сколько я понял). Можно ли их закачать на сервер и исправят ли они эти ошибки? Какие именно файлы можно обновить не боясь все испортить? ОС 3.0.3.2 (rs.2), хостинг на reg.ru Спасибо! Надіслати Поділитися на інших сайтах More sharing options...
Vova2701 Опубліковано: 8 червня 2021 Share Опубліковано: 8 червня 2021 В 15.09.2020 в 00:34, Andrew18 сказал: Добрый вечер. Тоже много ошибок в логе всего за 1 минуту: Показать контент 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:31 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993631): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:32 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993632): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:32 - PHP Warning: filesize(): stat failed for /var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993632 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:32 - PHP Warning: fread(): Length parameter must be greater than 0 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:32 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:33 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993633): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:34 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993634): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:40:34 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:40:34 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:34 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:40:34 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:40:34 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:35 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993635): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:35 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993635): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:35 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:36 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993636): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:36 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:36 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:36 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993636): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:37 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993637): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:37 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:37 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:37 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:37 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993637): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:37 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993637): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993639): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:39 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993639): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/seo_pro.php on line 339 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/system/library/response.php on line 36 2020-09-13 13:40:39 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993639): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:39 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:40 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993640): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:40:40 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:40:40 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:40 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:40:40 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:40:40 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:40 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993640): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:40 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:40 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:43 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993643): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:43 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:43 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:43 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:43 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993643): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:45 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993645): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:45 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:45 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:45 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:46 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993646): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:46 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:46 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:46 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:48 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993648): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:48 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:48 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:48 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:51 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993651): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:51 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993651): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:51 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993651): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:40:51 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:40:51 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:40:51 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:40:51 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:40:51 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:55 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993655): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:55 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993655): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:55 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993655): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:55 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:56 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993656): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:57 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993657): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:57 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:57 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:57 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:40:58 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993658): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:40:58 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:40:58 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:40:58 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:00 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993660): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:00 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993660): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:02 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993662): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:02 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993662): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:02 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:02 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:02 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:03 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993663): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:03 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:03 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:03 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:05 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993665): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:05 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:05 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:05 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:06 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993666): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:06 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993666): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:06 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:08 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993668): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:08 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993668): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:08 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993668): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:11 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993671): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:11 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993671): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:11 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993671): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:12 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993672): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:12 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:12 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:12 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:14 - PHP Warning: filesize(): stat failed for /var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993674 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:41:14 - PHP Warning: fread(): Length parameter must be greater than 0 in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:41:14 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:14 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993674): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:14 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:14 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:16 - PHP Warning: fopen(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.product.seopath.1599993676): failed to open stream: No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 28 2020-09-13 13:41:16 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 30 2020-09-13 13:41:16 - PHP Warning: fread() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 32 2020-09-13 13:41:16 - PHP Warning: flock() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 34 2020-09-13 13:41:16 - PHP Warning: fclose() expects parameter 1 to be resource, bool given in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 36 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/catalog/controller/startup/error.php:34) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:16 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993676): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:16 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 2020-09-13 13:41:16 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993676): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:19 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993679): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:19 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993679): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:21 - PHP Warning: unlink(/var/www/xxxxxxxx/data/www/site.ru/storage/cache/cache.catalog.language.1599993681): No such file or directory in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/system/library/cache/file.php on line 82 2020-09-13 13:41:21 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 102 2020-09-13 13:41:21 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/startup/startup.php on line 160 2020-09-13 13:41:21 - PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/xxxxxxxx/data/www/site.ru/system/framework.php:42) in /var/www/xxxxxxxx/data/www/site.ru/storage/modification/catalog/controller/product/product.php on line 18 На сайте https://github.com/opencart/opencart/tree/master/upload есть каталог файлов (обновленных на сколько я понял). Можно ли их закачать на сервер и исправят ли они эти ошибки? Какие именно файлы можно обновить не боясь все испортить? ОС 3.0.3.2 (rs.2), хостинг на reg.ru Спасибо! подскажите пожалуйста, удалось разобраться с ошибками? Надіслати Поділитися на інших сайтах More sharing options...
freelancer Опубліковано: 10 червня 2021 Share Опубліковано: 10 червня 2021 В 15.03.2019 в 00:43, freelancer сказал: если ничего не помогает function dummy_handler($errno, $errstr, $errfile, $errline){}; set_error_handler('dummy_handler'); @unlink($file); restore_error_handler(); хоть кто-то пробовал решение? Надіслати Поділитися на інших сайтах More sharing options... chukcha Опубліковано: 10 червня 2021 Share Опубліковано: 10 червня 2021 1 час назад, freelancer сказал: хоть кто-то пробовал решение? function silent_unlink( $filename ) { $old_er = error_reporting(); error_reporting( $old_er & ~E_WARNING ); $result = unlink( $filename ); error_reporting( $old_er ); return $result; } Выдрано с инета, попробовал, отключил, забыл Надіслати Поділитися на інших сайтах More sharing options... 1 month later... lavka Опубліковано: 23 липня 2021 Share Опубліковано: 23 липня 2021 В 13.05.2020 в 00:12, vorobey сказал: Решение с буржуйского форума: public function delete($key) { $files = glob(DIR_CACHE . 'cache.' . basename($key) . '.*'); if ($files) { foreach ($files as $file) { if (!@unlink($file)) { clearstatcache(false, $file); } } } } Нет, не помогает. Надіслати Поділитися на інших сайтах More sharing options... Назад 1 2 Вперед Сторінка 2 з 2 Створіть аккаунт або увійдіть для коментування Ви повинні бути користувачем, щоб залишити коментар Створити обліковий запис Зареєструйтеся для отримання облікового запису. Це просто! Зареєструвати аккаунт Вхід Уже зареєстровані? Увійдіть тут. Вхід зараз Share More sharing options... Передплатники 1 Перейти до списку тем Зараз на сторінці 0 користувачів Ні користувачів, які переглядиють цю сторінку
chukcha Опубліковано: 10 червня 2021 Share Опубліковано: 10 червня 2021 1 час назад, freelancer сказал: хоть кто-то пробовал решение? function silent_unlink( $filename ) { $old_er = error_reporting(); error_reporting( $old_er & ~E_WARNING ); $result = unlink( $filename ); error_reporting( $old_er ); return $result; } Выдрано с инета, попробовал, отключил, забыл Надіслати Поділитися на інших сайтах More sharing options... 1 month later... lavka Опубліковано: 23 липня 2021 Share Опубліковано: 23 липня 2021 В 13.05.2020 в 00:12, vorobey сказал: Решение с буржуйского форума: public function delete($key) { $files = glob(DIR_CACHE . 'cache.' . basename($key) . '.*'); if ($files) { foreach ($files as $file) { if (!@unlink($file)) { clearstatcache(false, $file); } } } } Нет, не помогает. Надіслати Поділитися на інших сайтах More sharing options... Назад 1 2 Вперед Сторінка 2 з 2 Створіть аккаунт або увійдіть для коментування Ви повинні бути користувачем, щоб залишити коментар Створити обліковий запис Зареєструйтеся для отримання облікового запису. Це просто! Зареєструвати аккаунт Вхід Уже зареєстровані? Увійдіть тут. Вхід зараз Share More sharing options... Передплатники 1
lavka Опубліковано: 23 липня 2021 Share Опубліковано: 23 липня 2021 В 13.05.2020 в 00:12, vorobey сказал: Решение с буржуйского форума: public function delete($key) { $files = glob(DIR_CACHE . 'cache.' . basename($key) . '.*'); if ($files) { foreach ($files as $file) { if (!@unlink($file)) { clearstatcache(false, $file); } } } } Нет, не помогает. Надіслати Поділитися на інших сайтах More sharing options...
Recommended Posts