XFileSharing Pro - invalid user error

Message
Author
blazepr
Posts: 11
Joined: Feb 14, 2011 6:26 pm

invalid user error

#1 Postby blazepr » Feb 14, 2011 7:03 pm

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??

mrperl
Posts: 65
Joined: Mar 06, 2010 11:40 am

Re: invalid user error

#2 Postby mrperl » Mar 08, 2011 2:02 am

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

xvirus
Posts: 5
Joined: May 30, 2011 4:56 pm

#3 Postby xvirus » May 30, 2011 4:56 pm

Was there ever a solution to this?

I'm having the same problem when uploading through any registered member, with just normal letters for a name.

This problem does not show up when the user is anonymous.

xvirus
Posts: 5
Joined: May 30, 2011 4:56 pm

#4 Postby xvirus » Jun 02, 2011 4:31 pm

I still cannot find a solution to this, and as a result my script is not working for members.

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#5 Postby admin » Jun 02, 2011 4:54 pm

xvirus wrote:I still cannot find a solution to this, and as a result my script is not working for members.
We've checked your site and were unable to replicate this problem. Provide step by step instruction how to replicate problem.

xvirus
Posts: 5
Joined: May 30, 2011 4:56 pm

#6 Postby xvirus » Jun 03, 2011 8:44 pm

admin wrote:
xvirus wrote:I still cannot find a solution to this, and as a result my script is not working for members.
We've checked your site and were unable to replicate this problem. Provide step by step instruction how to replicate problem.
Thanks for checking into it!

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.

Scepter
Posts: 6
Joined: Nov 27, 2012 2:00 pm

Same problem!

#7 Postby Scepter » Feb 09, 2013 6:33 pm

Hello,

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;
  }
And this error doesn't prompt anymore but is there a reliable solution to fix this ?

Thanks in advance :)