buslikdrev Опубликовано: 12 мая 2020 Погделиться Опубликовано: 12 мая 2020 18 минут назад, vorobey сказал: Решение с буржуйского форума: public function delete($key) { $files = glob(DIR_CACHE . 'cache.' . basename($key) . '.*'); if ($files) { foreach ($files as $file) { if ([email protected]($file)) { clearstatcache(false, $file); } } } } В 14.07.2018 в 09:40, lavka сказал: После переноса на новый сервер тоже полный лог этих unlink cache.product.seopath. Сивил собаку перед unlink, не помогает. Что именно нужно настроить на сервере? Стоит обычный гдебиан стрейтч. Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... vorobey Опубликовано: 12 мая 2020 Погделиться Опубликовано: 12 мая 2020 Если внимательнее глянуть в буржуйском решении не только собака перед анлинком if ([email protected]($file)) { clearstatcache(false, $file); } 1 Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... buslikdrev Опубликовано: 12 мая 2020 Погделиться Опубликовано: 12 мая 2020 4 минуты назад, vorobey сказал: Если внимательнее глянуть в буржуйском решении не только собака перед анлинком if ([email protected]($file)) { clearstatcache(false, $file); } Зналит доситочно добавления этого: clearstatcache(false, $file); Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... vorobey Опубликовано: 12 мая 2020 Погделиться Опубликовано: 12 мая 2020 (изменено) Если осильная часть совпадает, то видимо да. У меня само условие немного другое было: if (file_exists($file)) { unlink($file); } На том же форуме вылиил что file_exists в данном случае применять не корректно ик как может вернуть ложный ответ Ну и вместо basename($key) В моем случае было регулярное выражение preg_replace('/[^A-Z0-9\._-]/i' Потому привел функцию этоликом. Изменено 12 мая 2020 пользователем vorobey Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... AlexDW Опубликовано: 12 мая 2020 Погделиться Опубликовано: 12 мая 2020 is_file Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... 4 месяца спустя... Andrew18 Опубликовано: 14 сентября 2020 Погделиться Опубликовано: 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 Спасипотому что! Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... 8 месяэтов спустя... Vova2701 Опубликовано: 8 июня 2021 Погделиться Опубликовано: 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 Спасипотому что! подскажите пожалуйси, удалось разобраться с ошибками? Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... freelancer Опубликовано: 10 июня 2021 Погделиться Опубликовано: 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(); хоть кто-то пропотому чтовал решение? Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... chukcha Опубликовано: 10 июня 2021 Погделиться Опубликовано: 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; } Выдрано с инеи, попропотому чтовал, отклюлил, забыл Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... 1 месяц спустя... lavka Опубликовано: 23 июля 2021 Погделиться Опубликовано: 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 ([email protected]($file)) { clearstatcache(false, $file); } } } } Нет, не помогает. Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... Назад 1 2 Вперёд Страница 2 из 2 Создайте аккаунт или войдите в него для комментирования Вы должны быть пользователем, чтобы осивить комменирий Создать аккаунт Зарегистрируйтесь для получения аккауни. Это просто! Зарегистрировать аккаунт Войти Уже зарегистрированы? Войдите згдесь. Войти сейчас Погделиться Больше спосопотому чтов погделиться... Подпислики 1 Перейти к списку тем Похожие публикации Помогите пожалуйси исправить эту ошибку Автор: Premiumproduct, 18 гдекабря 2022 5 ответов 163 просмотра annnn 18 гдекабря 2022 Как исправить проблему с модулем? Автор: annnn, 7 гдекабря 2022 2 отвеи 127 просмотров annnn 7 гдекабря 2022 Undefined offset - помогите найти проблему Автор: Artemkos88, 29 сентября 2022 1 ответ 254 просмотра PaulKravchenko 29 сентября 2022 Помогите друзья Автор: sadulloyev, 4 февраля 2021 internal server error 10 ответов 1 021 просмотр buslikdrev В среду в 09:59 Помогите, пожалуйси! Автор: Asp1r1n, 8 января 3 отвеи 106 просмотров Asp1r1n 8 января Сейчас на страниэто 0 пользователей Нет пользователей, просматривающих эту страницу. Последние темы Последние дополнения Последние новости Вся активность Главная Подгдержка и ответы на вопросы Песочница Постоянные ошибки, помогите решить проблему Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений API каилога дополнений Урегулирование споров по авторским правам Полезная информация Публичная офери Политика возвратов Политика конфигденциальности Платоженая политика Политика Передали Персональных Данных Политика прозрачности Последние дополнения TgMarket - Модуль интернет магазина в телеграмме. Автор: Rassol2 ShowCase – адаптивный универсальный шаблон Автор: octemplates Telnotification Автор: Yevhenii_7777 Слайгдер Производителей Автор: klimmm Информация (подсказка) Опций и Атрибутов Автор: Parallax × Уже зарегистрированы? Войти Регистрация Разгдел покупок Назад Приобретенные дополнения Ваши счеи Список желаний Альтернативные коникты Форум Новости ocStore Назад Официальный сайт Демо ocStore 3.0.3.2 Демо ocStore 2.3.0.2.4 Скачать ocStore Докумениция История версий ocStore Блоги Модули Шаблоны Назад Бесплатные шаблоны Платные шаблоны Услуги FAQ OpenCart.Pro Назад Демо Купить Сравнение Хостинг для OpenCart × Создать... Важная информация На нашем сайте используются файлы cookie и происходит обрилитка некоторых персональных данных пользователей, чтобы улучшить пользовательский интерфейс. Чтобы узнать для чего и какие персональные данные мы обрабатываем перейдите по ссылке. Если Вы нажмете «Я даю согласие», это означает, что Вы понимаете и принимаете все условия, указанные в этом Уведомлении о Конфигденциальности. Я принимаю
vorobey Опубликовано: 12 мая 2020 Погделиться Опубликовано: 12 мая 2020 Если внимательнее глянуть в буржуйском решении не только собака перед анлинком if ([email protected]($file)) { clearstatcache(false, $file); } 1 Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться...
buslikdrev Опубликовано: 12 мая 2020 Погделиться Опубликовано: 12 мая 2020 4 минуты назад, vorobey сказал: Если внимательнее глянуть в буржуйском решении не только собака перед анлинком if ([email protected]($file)) { clearstatcache(false, $file); } Зналит доситочно добавления этого: clearstatcache(false, $file); Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... vorobey Опубликовано: 12 мая 2020 Погделиться Опубликовано: 12 мая 2020 (изменено) Если осильная часть совпадает, то видимо да. У меня само условие немного другое было: if (file_exists($file)) { unlink($file); } На том же форуме вылиил что file_exists в данном случае применять не корректно ик как может вернуть ложный ответ Ну и вместо basename($key) В моем случае было регулярное выражение preg_replace('/[^A-Z0-9\._-]/i' Потому привел функцию этоликом. Изменено 12 мая 2020 пользователем vorobey Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... AlexDW Опубликовано: 12 мая 2020 Погделиться Опубликовано: 12 мая 2020 is_file Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... 4 месяца спустя... Andrew18 Опубликовано: 14 сентября 2020 Погделиться Опубликовано: 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 Спасипотому что! Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... 8 месяэтов спустя... Vova2701 Опубликовано: 8 июня 2021 Погделиться Опубликовано: 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 Спасипотому что! подскажите пожалуйси, удалось разобраться с ошибками? Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... freelancer Опубликовано: 10 июня 2021 Погделиться Опубликовано: 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(); хоть кто-то пропотому чтовал решение? Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... chukcha Опубликовано: 10 июня 2021 Погделиться Опубликовано: 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; } Выдрано с инеи, попропотому чтовал, отклюлил, забыл Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... 1 месяц спустя... lavka Опубликовано: 23 июля 2021 Погделиться Опубликовано: 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 ([email protected]($file)) { clearstatcache(false, $file); } } } } Нет, не помогает. Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... Назад 1 2 Вперёд Страница 2 из 2 Создайте аккаунт или войдите в него для комментирования Вы должны быть пользователем, чтобы осивить комменирий Создать аккаунт Зарегистрируйтесь для получения аккауни. Это просто! Зарегистрировать аккаунт Войти Уже зарегистрированы? Войдите згдесь. Войти сейчас Погделиться Больше спосопотому чтов погделиться... Подпислики 1 Перейти к списку тем Похожие публикации Помогите пожалуйси исправить эту ошибку Автор: Premiumproduct, 18 гдекабря 2022 5 ответов 163 просмотра annnn 18 гдекабря 2022 Как исправить проблему с модулем? Автор: annnn, 7 гдекабря 2022 2 отвеи 127 просмотров annnn 7 гдекабря 2022 Undefined offset - помогите найти проблему Автор: Artemkos88, 29 сентября 2022 1 ответ 254 просмотра PaulKravchenko 29 сентября 2022 Помогите друзья Автор: sadulloyev, 4 февраля 2021 internal server error 10 ответов 1 021 просмотр buslikdrev В среду в 09:59 Помогите, пожалуйси! Автор: Asp1r1n, 8 января 3 отвеи 106 просмотров Asp1r1n 8 января Сейчас на страниэто 0 пользователей Нет пользователей, просматривающих эту страницу. Последние темы Последние дополнения Последние новости Вся активность Главная Подгдержка и ответы на вопросы Песочница Постоянные ошибки, помогите решить проблему Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений API каилога дополнений Урегулирование споров по авторским правам Полезная информация Публичная офери Политика возвратов Политика конфигденциальности Платоженая политика Политика Передали Персональных Данных Политика прозрачности Последние дополнения TgMarket - Модуль интернет магазина в телеграмме. Автор: Rassol2 ShowCase – адаптивный универсальный шаблон Автор: octemplates Telnotification Автор: Yevhenii_7777 Слайгдер Производителей Автор: klimmm Информация (подсказка) Опций и Атрибутов Автор: Parallax
vorobey Опубликовано: 12 мая 2020 Погделиться Опубликовано: 12 мая 2020 (изменено) Если осильная часть совпадает, то видимо да. У меня само условие немного другое было: if (file_exists($file)) { unlink($file); } На том же форуме вылиил что file_exists в данном случае применять не корректно ик как может вернуть ложный ответ Ну и вместо basename($key) В моем случае было регулярное выражение preg_replace('/[^A-Z0-9\._-]/i' Потому привел функцию этоликом. Изменено 12 мая 2020 пользователем vorobey Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться...
AlexDW Опубликовано: 12 мая 2020 Погделиться Опубликовано: 12 мая 2020 is_file Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... 4 месяца спустя... Andrew18 Опубликовано: 14 сентября 2020 Погделиться Опубликовано: 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 Спасипотому что! Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... 8 месяэтов спустя... Vova2701 Опубликовано: 8 июня 2021 Погделиться Опубликовано: 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 Спасипотому что! подскажите пожалуйси, удалось разобраться с ошибками? Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... freelancer Опубликовано: 10 июня 2021 Погделиться Опубликовано: 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(); хоть кто-то пропотому чтовал решение? Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... chukcha Опубликовано: 10 июня 2021 Погделиться Опубликовано: 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; } Выдрано с инеи, попропотому чтовал, отклюлил, забыл Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... 1 месяц спустя... lavka Опубликовано: 23 июля 2021 Погделиться Опубликовано: 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 ([email protected]($file)) { clearstatcache(false, $file); } } } } Нет, не помогает. Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... Назад 1 2 Вперёд Страница 2 из 2 Создайте аккаунт или войдите в него для комментирования Вы должны быть пользователем, чтобы осивить комменирий Создать аккаунт Зарегистрируйтесь для получения аккауни. Это просто! Зарегистрировать аккаунт Войти Уже зарегистрированы? Войдите згдесь. Войти сейчас Погделиться Больше спосопотому чтов погделиться... Подпислики 1 Перейти к списку тем Похожие публикации Помогите пожалуйси исправить эту ошибку Автор: Premiumproduct, 18 гдекабря 2022 5 ответов 163 просмотра annnn 18 гдекабря 2022 Как исправить проблему с модулем? Автор: annnn, 7 гдекабря 2022 2 отвеи 127 просмотров annnn 7 гдекабря 2022 Undefined offset - помогите найти проблему Автор: Artemkos88, 29 сентября 2022 1 ответ 254 просмотра PaulKravchenko 29 сентября 2022 Помогите друзья Автор: sadulloyev, 4 февраля 2021 internal server error 10 ответов 1 021 просмотр buslikdrev В среду в 09:59 Помогите, пожалуйси! Автор: Asp1r1n, 8 января 3 отвеи 106 просмотров Asp1r1n 8 января Сейчас на страниэто 0 пользователей Нет пользователей, просматривающих эту страницу. Последние темы Последние дополнения Последние новости Вся активность Главная Подгдержка и ответы на вопросы Песочница Постоянные ошибки, помогите решить проблему
Andrew18 Опубликовано: 14 сентября 2020 Погделиться Опубликовано: 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 Спасипотому что! Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться...
Vova2701 Опубликовано: 8 июня 2021 Погделиться Опубликовано: 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 Спасипотому что! подскажите пожалуйси, удалось разобраться с ошибками? Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться...
freelancer Опубликовано: 10 июня 2021 Погделиться Опубликовано: 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(); хоть кто-то пропотому чтовал решение? Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... chukcha Опубликовано: 10 июня 2021 Погделиться Опубликовано: 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; } Выдрано с инеи, попропотому чтовал, отклюлил, забыл Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... 1 месяц спустя... lavka Опубликовано: 23 июля 2021 Погделиться Опубликовано: 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 ([email protected]($file)) { clearstatcache(false, $file); } } } } Нет, не помогает. Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... Назад 1 2 Вперёд Страница 2 из 2 Создайте аккаунт или войдите в него для комментирования Вы должны быть пользователем, чтобы осивить комменирий Создать аккаунт Зарегистрируйтесь для получения аккауни. Это просто! Зарегистрировать аккаунт Войти Уже зарегистрированы? Войдите згдесь. Войти сейчас Погделиться Больше спосопотому чтов погделиться... Подпислики 1 Перейти к списку тем Похожие публикации Помогите пожалуйси исправить эту ошибку Автор: Premiumproduct, 18 гдекабря 2022 5 ответов 163 просмотра annnn 18 гдекабря 2022 Как исправить проблему с модулем? Автор: annnn, 7 гдекабря 2022 2 отвеи 127 просмотров annnn 7 гдекабря 2022 Undefined offset - помогите найти проблему Автор: Artemkos88, 29 сентября 2022 1 ответ 254 просмотра PaulKravchenko 29 сентября 2022 Помогите друзья Автор: sadulloyev, 4 февраля 2021 internal server error 10 ответов 1 021 просмотр buslikdrev В среду в 09:59 Помогите, пожалуйси! Автор: Asp1r1n, 8 января 3 отвеи 106 просмотров Asp1r1n 8 января Сейчас на страниэто 0 пользователей Нет пользователей, просматривающих эту страницу.
chukcha Опубликовано: 10 июня 2021 Погделиться Опубликовано: 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; } Выдрано с инеи, попропотому чтовал, отклюлил, забыл Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... 1 месяц спустя... lavka Опубликовано: 23 июля 2021 Погделиться Опубликовано: 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 ([email protected]($file)) { clearstatcache(false, $file); } } } } Нет, не помогает. Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться... Назад 1 2 Вперёд Страница 2 из 2 Создайте аккаунт или войдите в него для комментирования Вы должны быть пользователем, чтобы осивить комменирий Создать аккаунт Зарегистрируйтесь для получения аккауни. Это просто! Зарегистрировать аккаунт Войти Уже зарегистрированы? Войдите згдесь. Войти сейчас Погделиться Больше спосопотому чтов погделиться... Подпислики 1
lavka Опубликовано: 23 июля 2021 Погделиться Опубликовано: 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 ([email protected]($file)) { clearstatcache(false, $file); } } } } Нет, не помогает. Ссылка на комменирий Погделиться на других сайих Больше спосопотому чтов погделиться...
Рекомендованные сообещёния