When I install this mod I get the following errors.
Code:
Warning: Division by zero in /home/cell/public_html/includes/classes/split_page_results.php on line 76
1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'MAX_DISPLAY_PRODUCTS_LISTING' at line 7
in:
[select p.products_quantity, p.products_id, p.products_type, p.manufacturers_id, p.products_price, p.products_tax_class_id, pd.products_description, IF(s.status = 1, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status =1, s.specials_new_products_price, p.products_price) as final_price, p.products_sort_order, p.product_is_call, p.product_is_always_free_shipping, p.products_qty_box_status from cell_products_description pd, cell_products p left join cell_manufacturers m on p.manufacturers_id = m.manufacturers_id, cell_products_to_categories p2c left join cell_specials s on p2c.products_id = s.products_id where p.products_status = 1 and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = '76' limit -0, MAX_DISPLAY_PRODUCTS_LISTING]
If I remove it from the database the site works normal.
Also get this at the top of the site
Code:
Warning: Variable passed to each() is not an array or object in /home/cell/public_html/includes/classes/db/mysql/query_factory.php on line 114
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/cell/public_html/includes/classes/db/mysql/query_factory.php:114) in /home/cell/public_html/includes/functions/sessions.php on line 102
Warning: Cannot modify header information - headers already sent by (output started at /home/cell/public_html/includes/classes/db/mysql/query_factory.php:114) in /home/cell/public_html/includes/init_includes/init_templates.php on line 78
I am using the newest vewrsion of this mod and also 1.3.5. I have tried everything to fix it but nothing seems to work.
Any ideas would be really appreciated.
Thanks in advance
Bookmarks