Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Users Management
#1
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.
Reply
#2
(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
Reply
#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
#4
Cannot test your fix because I'm currently working on the next version, but if it works for you use it!
I'll have a look on the notice/warnings for the next release.
Reply
#5
(08-10-2010, 05:23 PM)matteo lucarelli Wrote: Cannot test your fix because I'm currently working on the next version, but if it works for you use it!
I'll have a look on the notice/warnings for the next release.

Thank you for your time. No problem, we use it for now.
I hope you can do some thing for the next release.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)