Hello Numix,
thank you for this great Script. I have same issues using it.
On a MySQL5 / PHP5 Server I get the following error:
Code:
Warning: chmod() [function.chmod]: Operation not permitted in lps.php on line 69
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 'ORDER BY p.products_id ASC' at line 11
in:
[SELECT p.products_id, p.products_model, pd.products_name, pd.products_description, p.products_image, p.products_tax_class_id, p.products_price_sorter, s.specials_new_products_price, s.expires_date, GREATEST(p.products_date_added, p.products_last_modified, p.products_date_available) AS base_date, m.manufacturers_name, p.products_quantity, pt.type_handler FROM zen_products p LEFT JOIN zen_manufacturers m ON (p.manufacturers_id = m.manufacturers_id) LEFT JOIN zen_products_description pd ON (p.products_id = pd.products_id) LEFT JOIN zen_product_types pt ON (p.products_type=pt.type_id) LEFT JOIN zen_specials s ON (s.products_id = p.products_id) WHERE p.products_status = 1 AND p.product_is_call = 0 AND p.product_is_free = 0 AND pd.language_id = ORDER BY p.products_id ASC]
I am on a German Shop so it would be great to include the language_id to the configuartion_group statement in you lps.sql.
Anyway on a PHP4 / MySQL 4 Server it works perfect. Thank you.
Stefan
I´m not a native english speaker so apologize for mistakes.
Bookmarks