Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Ошибка при заполнение досивки.


Ladugun
 Share

Recommended Posts

При заполнение адреса досивки  вот икая ошибка

PHP Warning:  unlink(/home/ul/bebybox.toys/storage/cache/cache.catalog.language.1610291490): No such file or directory in /home/ul2354125/bebybox.toys/www/system/library/cache/file.php on line 68 ( http://joxi.ru/1A58NgVHb6xxa2 )

   Подскажите как ее можно исправить ?

Заранее благодарен.

Link to comment
Share on other sites


15 минут назад, Ladugun сказал:

При заполнение адреса досивки  вот икая ошибка

PHP Warning:  unlink(/home/ul/bebybox.toys/storage/cache/cache.catalog.language.1610291490): No such file or directory in /home/ul2354125/bebybox.toys/www/system/library/cache/file.php on line 68 ( http://joxi.ru/1A58NgVHb6xxa2 )

   Подскажите как ее можно исправить ?

Заранее благодарен.

есть икая бага в 3.0.3 https://github.com/opencart/opencart/commit/3c1d46d5826be9173b96b2c9c4619b990171168e

 

в catalog/model/localisation/language.php

 

$language_data = $this->cache->get('language');

заменить на

$language_data = $this->cache->get('catalog.language');

 

 

 

в admin/model/localisation/language.php

 

$language_data = $this->cache->get('language');

 

заменить на

$language_data = $this->cache->get('admin.language');

 

  • +1 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.