Warning: Undefined array key "category_rewrite" in /home/filkom/ogrod.filhost.pl/override/classes/Dispatcher.php on line 1324

Warning: Cannot modify header information - headers already sent by (output started at /home/filkom/ogrod.filhost.pl/override/classes/Dispatcher.php:1324) in /home/filkom/ogrod.filhost.pl/controllers/front/ProductController.php on line 149

Warning: Cannot modify header information - headers already sent by (output started at /home/filkom/ogrod.filhost.pl/override/classes/Dispatcher.php:1324) in /home/filkom/ogrod.filhost.pl/controllers/front/ProductController.php on line 150

Warning: Attempt to read property "id_category_default" on null in /home/filkom/ogrod.filhost.pl/controllers/front/ProductController.php on line 1344

Warning: Attempt to read property "name" on null in /home/filkom/ogrod.filhost.pl/controllers/front/ProductController.php on line 1364

Warning: Cannot modify header information - headers already sent by (output started at /home/filkom/ogrod.filhost.pl/override/classes/Dispatcher.php:1324) in /home/filkom/ogrod.filhost.pl/classes/exception/PrestaShopException.php on line 41

[PrestaShopException]

Invalid product vars
at line 605 in file override/classes/Link.php

600.             if (is_array($product) && isset($product['id_product'])) {
601.                 $params['id'] = $product['id_product'];
602.             } elseif ((int) $product) {
603.                 $params['id'] = $product;
604.             } else {
605.                 throw new PrestaShopException('Invalid product vars');
606.             }
607.         } else {
608.             $params['id'] = $product->id;
609.         }
610.         if (empty($idProductAttribute)) {