XFileSharing Pro - invalid user error
invalid user error
i keep getting and error message when i try to go to a download link on my page. it says invalid user. anyone ever experienced this??
Re: invalid user error
1) Does the email or userid contain special characters? (The .htaccess file doesn't like that, for example.)
2) Do you have a screenshot?
mrperl
2) Do you have a screenshot?
mrperl
Thanks for checking into it!admin wrote:We've checked your site and were unable to replicate this problem. Provide step by step instruction how to replicate problem.xvirus wrote:I still cannot find a solution to this, and as a result my script is not working for members.
It's odd, without changing anything in the script or configuration, the problem is not showing anymore.
I did perform a total re-install and the problem was still showing, so I'm not sure what exactly changed.
Thanks again for the note.
Same problem!
Hello,
I've the same problem here, can someone help me ?
I deleted this on index_dl.pm:
And this error doesn't prompt anymore but is there a reliable solution to fix this ?
Thanks in advance
I've the same problem here, can someone help me ?
I deleted this on index_dl.pm:
Code: Select all
unless($ses->{user})
{
sleep 1;
$ses->{error}="Invalid user";
return undef;
}
Thanks in advance