![]() |
Users Management - Printable Version +- LetoDMS Community Forum (https://community.letodms.com) +-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4) +--- Forum: Bugs/Errors (https://community.letodms.com/forumdisplay.php?fid=11) +--- Thread: Users Management (/showthread.php?tid=120) |
Users Management - bandreo - 08-04-2010 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. RE: Users Management - olga - 08-08-2010 (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. 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 RE: Users Management - bandreo - 08-08-2010 (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. 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. RE: Users Management - matteo lucarelli - 08-10-2010 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. RE: Users Management - bandreo - 08-10-2010 (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! Thank you for your time. No problem, we use it for now. I hope you can do some thing for the next release. |