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

Страница продуки в иероглифах после переноса на хостинг


Nat7
 Share

Recommended Posts

После переноса на хостинг весь сайт отображается норм, кроме страницы продуки

Пишет ошибку

PHP Notice:  Undefined index: add_info in /home/mybiogarde/mybiogarden.ru/docs/vqmod/vqcache/vq2-catalog_controller_product_product.php on line 293
PHP Notice:  Undefined index: add_info in /home/mybiogarde/mybiogarden.ru/docs/vqmod/vqcache/vq2-catalog_controller_product_product.php on line 415
 

 

строка 293  

$this->data['add_info'] = $product_info['add_info'];

       
 if ($product_info['quantity'] <= 0) {
$this->data['stock'] = $product_info['stock_status'];
} elseif ($this->config->get('config_stock_display')) {
$this->data['stock'] = $product_info['quantity'];
} else {
$this->data['stock'] = $this->language->get('text_instock');
}                      
 
строка 415   
$this->data['add_info'] = html_entity_decode($product_info['add_info'], ENT_QUOTES, 'UTF-8');
 
Что не ик то? Помогите пожалуйси!
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

×
×
  • 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.