08-08-2010, 12:22 AM
(08-04-2010, 05:02 PM)bandreo Wrote: I install the letodms 1.9. When I click on the users Management i receive 4 msgs.
Notice: Undefined index: language in C:\wamp\www\mydms\inc\inc.ClassUser.php on line 76
Notice: Undefined index: theme in C:\wamp\www\mydms\inc\inc.ClassUser.php on line 76
Notice: Undefined index: language in C:\wamp\www\mydms\inc\inc.ClassUser.php on line 76
Notice: Undefined index: theme in C:\wamp\www\mydms\inc\inc.ClassUser.php on line 76
Thank you for your help.
Hi, these are just notices, not errors, just disable notice reporting in your php.ini file. You can show all errors, except for notices and coding standards warnings:
error_reporting = E_ALL & ~E_NOTICE