PDA

View Full Version : Admin login problems


gabykule
02-12-2008, 09:11 AM
Hi All, I installed the osticket latest release (1.6).

First, with php register_globals On, I had to login twice into the administrator, then I setted register_globals Off in my php.ini and I could not login anymore (always the "Authentication Required" message, and redirects to the same login page.

Y had to comment the function isValid in file scp/staff.inc.php :
//1) is the user Logged in for real && is staff.
if(!is_object($thisuser) || !$thisuser->getId() /*|| !$thisuser->isValid()*/){

Do you know why could be this ?
best regards
Gabriel