Joomla.it Forum
Componenti per Joomla! => Gestione e-commerce => : matti41 23 Apr 2011, 23:59:36
-
ciao a tutti!
Ho scaricato ed installato Hikashop su piattaforma joomla 1.6, però non so perchè ma nel momento in cui entro nei menù del modulo mi compaiono una miriade di stringhe di comando ed alla fine il menù vero e proprio, oltre al fatto che non mi fa mettere mano al template di hikashop e dovrei contattare l'amministratore, ovvero me stesso.
Questo è quello che vedo...perchè????
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\Joomla_16\administrator\components\com_hikashop\views\menu\view.html.php on line 15
Strict Standards: Creating default object from empty value in C:\xampp\htdocs\Joomla_16\administrator\components\com_hikashop\views\menu\view.html.php on line 22
cut
moderazione, basta uno, grazie!
-
Hi,
You need to change your php error reporting settings in your php.ini file :
http://www.hikashop.com/support/forum/4-how-to/8600-problem-qstrict-standardsq-error-everywhere.html?lang=en#8612
Sorry for the English but I don't speak Italian.
-
I can't find php.ini....in joomla i can't modify it. I've a local server with xampp
In joomla administration page in Site---system information---php information, i foun this value in error reporting line (and I can't write it)
error_log
/opt/lampp/logs/php_error_log
/opt/lampp/logs/php_error_log
error_prepend_string
no value
no value
error_reporting
32767
32767
-
The php.ini file is NOT in joomla but in your xampp folder:
http://www.apachefriends.org/en/faq-xampp-windows.html#phpini
You need to edit it directly with a text editor.
-
All right, thank you very much....now I don't see any message.
I've changed "error_reporting" and "error_display", but were those messages important for a correct function of the website?
-
The error reporting should ALWAYS be deactivated on a production website. Otherwise, hackers would be able to get information about your setup.
On local, we usually turn them on so that we can see the error messages and fix them, but you don't need that on your end unless you're having a blank page at one point so that you can see the error message.