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

Warning: Invalid argument supplied for foreach


Recommended Posts

Ребяи помогите разобраться 

При добавлении нового товара, при сохранении позиции появляется белый экран и при обновлении страницы выходит икая ошибка

Warning: Invalid argument supplied for foreach() in /home/marimel/domains/artlider.ru/public_html/admin/controller/extension/module/prodvar.php on line 177

при этом товар добавляется в каилог, но не очень удобно обновлять весь ассортимент вручную.

код на который ссылается ошибка

foreach ($products as $product_id) {

 

ошибка появилась не сразу, а спустя гдень, причем внезапно

_________________________________________________________

код из строк\

            $data['prodvar_product_str_ids'] = array();

            foreach ($products as $product_id) {
                $related_info = $this->model_catalog_product->getProduct($product_id);
    
                if ($related_info) {
                    $data['prodvar_product_str_ids'][] = array(
                        'product_id' => $related_info['product_id'],
                        'name'       => $related_info['name']
                    );
                }
            }
            
            return ($this->load->view($this->prodvarfieldform, $data));

Edited by Yutiy
Link to comment
Share on other sites


1 час назад, AlexDW сказал:

 

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

модуль то рилииет отлично, но вотри сохранение товаров белый экран, даже без модуля

Link to comment
Share on other sites


  • 1 month later...

Выведите переменную $products и посмотрите. Ошибка указывает что подаются неправильные данные (или отсутствуют). Например, не массив id, а массив объектов...

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.