PDA

View Full Version : Authentication Required Admin Login


Martin30
01-12-2008, 10:17 PM
hi
Sorry, speaks unfortunately no English property after Setup Admin Login of problems it comes the Meldung:Authentication Required2 of this code in this file staff.inc.php
$thisuser = new StaffSession($_SESSION['_staff']['userID']); /*always reload???*/
//print_r($thisuser);
//1) is the user Logged in for real && is staff.
if(!is_object($thisuser) || !$thisuser->getId() || !$thisuser->isValid()){
$msg=(!$thisuser || !$thisuser->isValid())?'Authentication Required2':'Session timed out due to inactivity';
staffLoginPage($msg);
exit;
Username and Password is correctly

One can help me

Mfg
Martin

Martin30
01-14-2008, 10:37 AM
Hi
The error found session problem has was it with me Mfg Martin