XFileSharing Pro - Software error after changing e-mail for premium user

Message
Author
glavbyh
Posts: 3
Joined: Jun 13, 2009 5:15 pm

Software error after changing e-mail for premium user

#1 Postby glavbyh » Jul 10, 2009 9:48 am

Hi again,

I tried to pay for premium account just for test.
Then script generates login password for this user.
I logged in with this account and want to add e-mail address to My account section, but got an error:
Software error:

Can't exec:
Column 'usr_direct_downloads' cannot be null at Modules/DataBase.pm line 52.
Also I noticed that e-mail was added to account.

Could you please help?

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Jul 13, 2009 1:26 pm

Try this: in index.cgi find

Code: Select all

$f->{usr_direct_downloads}
and replace with

Code: Select all

$f->{usr_direct_downloads}||0
Or request latest ZIP from client area and update index.cgi, hopefully fixed this bug there.