K9 Barry - 2007-05-04

Logged In: YES
user_id=1784894
Originator: YES

Located problem in MPAFileProp table where the Position column for three files was set to "" this caused the Protect.php script code - if ($IsAcessable>=1) - to fail and show the user does not have access

$rightcontent = "Your user level does not allow you to view <strong>".$FileInfo['Hint']."</strong> If you believe this is an error, please contact an administrator and ask for access to \"<strong>".$FileInfo['Hint']."</strong>.\"";
$leftcontent = "<h1>Access Denied</h1>
<p>I'm Sorry but you do not have sufficient rights to view the
contents of the requested page.</p>";

ADDING '0' to the database MPAFileProp.Position corrected this problem.