Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Users Management
#3
(08-08-2010, 12:22 AM)olga Wrote:
(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\mydmsc.Cl\inc\inc.ClassUser.ph 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

Thank you for your answer. But I can't change the parameters off php.ini file.

To solve my problem I changed the file inc.ClassUser.ph :
$resArr ["language"], $resArr [ "theme"], on line 76 to
$resArr[$i]["language"], $resArr[$i]["theme"],

What do you think about this quickfix ?

Thank you again for your help.
Reply


Messages In This Thread
Users Management - by bandreo - 08-04-2010, 05:02 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)