Перейти к публикации
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Постоянные ошибки, помогите решить проблему


Kratos
 Поделиться

Рекомендованные сообщения

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, не помогает. Что именно нужно настроить на сервере? Стоит обычный дебиан стрейтч.

 

Ссылка на комментарий
Поделиться на других сайтах

Если внимательнее глянуть в буржуйском решении не только собака перед анлинком ;)

 

                if ([email protected]($file)) {
                    clearstatcache(false, $file);
                }
  • +1 1
Ссылка на комментарий
Поделиться на других сайтах


4 минуты назад, vorobey сказал:

Если внимательнее глянуть в буржуйском решении не только собака перед анлинком ;)

 

                if ([email protected]($file)) {
                    clearstatcache(false, $file);
                }

Значит достаточно добавления этого:

clearstatcache(false, $file);
Ссылка на комментарий
Поделиться на других сайтах

Если остальная часть совпадает, то видимо да. У меня само условие немного другое было:

if (file_exists($file)) {
 unlink($file);
}

На том же форуме вычитал что file_exists в данном случае применять не корректно так как может вернуть ложный ответ

 

Ну и вместо

 

basename($key)

В моем случае было регулярное выражение

preg_replace('/[^A-Z0-9\._-]/i'

 

Потому привел функцию целиком.

Изменено пользователем vorobey
Ссылка на комментарий
Поделиться на других сайтах


  • 4 месяца спустя...

Добрый вечер. Тоже много ошибок в логе всего за 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 месяцев спустя...
В 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

Спасибо!

подскажите пожалуйста, удалось разобраться с ошибками?

Ссылка на комментарий
Поделиться на других сайтах


В 15.03.2019 в 00:43, freelancer сказал:

если ничего не помогает

 

function dummy_handler($errno, $errstr, $errfile, $errline){};
set_error_handler('dummy_handler');
@unlink($file);
restore_error_handler();

 

хоть кто-то пробовал решение?

Ссылка на комментарий
Поделиться на других сайтах

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 месяц спустя...
В 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);
                }
            }
        }
    }  

 

Нет, не помогает.

Ссылка на комментарий
Поделиться на других сайтах


Создайте аккаунт или войдите в него для комментирования

Вы должны быть пользователем, чтобы оставить комментарий

Создать аккаунт

Зарегистрируйтесь для получения аккаунта. Это просто!

Зарегистрировать аккаунт

Войти

Уже зарегистрированы? Войдите здесь.

Войти сейчас
 Поделиться

×
×
  • Создать...

Важная информация

На нашем сайте используются файлы cookie и происходит обработка некоторых персональных данных пользователей, чтобы улучшить пользовательский интерфейс. Чтобы узнать для чего и какие персональные данные мы обрабатываем перейдите по ссылке. Если Вы нажмете «Я даю согласие», это означает, что Вы понимаете и принимаете все условия, указанные в этом Уведомлении о Конфиденциальности.