hsg26 ha scritto:mi correggo: deve proprio andare in admin/includes/functions/html_output.php, prima del tag di chiusura ?>
occhio che hai due files dal nome uguale:
catalog/includes/functions/html_output.php
catalog/admin/includes/functions/html_output.php
e tu devi metterlo in admin.
Grande.....adesso è tornato tutto a posto!
L'unica problema è che mi da un messaggio di errore quando vado nella sezione CATALOG (Categories / Products)
Il messaggio è:
-------------------------------------------------------------------------------------
Warning: Division by zero in /home/abc/public_html/admin/includes/classes/split_page_results.php on line 33
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 '-0, MAX_PROD_ADMIN_SIDE' at line 1
select p.products_id, pd.products_name, p.products_quantity, p.products_image, p.products_price, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_status from products p, products_description pd, products_to_categories p2c where p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = p2c.products_id and p2c.categories_id = '0' order by pd.products_name limit -0, MAX_PROD_ADMIN_SIDE
[TEP STOP]
-------------------------------------------------------------------------------------
p.s Grazie mille! Almeno adesso ho la possibilità di aggiungere i prodotti e administrare i clienti!
