Page 1 of 1
activation and login not work
Posted:
Wed Feb 29, 2012 12:32 pm
by zedna
Hi,
on Daddy's File Host v1.2.4 activation and login not working for me.
When i want to log in or activate a new user, there where shown a blank page.
Can you help me to repair it?
Thanks
Re: activation and login not work
Posted:
Wed Feb 29, 2012 3:55 pm
by SamEA
Hi,
Go to ./config.php and change the following line from:
- Code: Select all
error_reporting (E_ALL ^ E_NOTICE);
to
- Code: Select all
// error_reporting (E_ALL ^ E_NOTICE);
. Afterwards, try logging in/activating the account and report back the error message you receive. Thank you.
Re: activation and login not work
Posted:
Wed Feb 29, 2012 5:21 pm
by zedna
there is no error message, it seems like activation.php and login.php are not loading into theme or someting like that
Re: activation and login not work
Posted:
Thu Mar 01, 2012 1:37 pm
by zedna
i use the error log and it show:
PHP Fatal error: [] operator not supported for strings in index.php on line 24
PHP Fatal error: [] operator not supported for strings in index.php on line 24
PHP Fatal error: [] operator not supported for strings in index.php on line 24
Re: activation and login not work
Posted:
Thu Mar 01, 2012 7:16 pm
by SamEA
Open ./index.php and add before this line
- Code: Select all
while (!feof($downloaders)) {
, add above it
- Code: Select all
$user = array();
See if this solves your problem.
Re: activation and login not work
Posted:
Fri Mar 02, 2012 7:30 am
by zedna
yep, it solved my problem!
thank you for help and for whole script too
Re: activation and login not work
Posted:
Fri Mar 02, 2012 11:18 am
by SamEA
Glad it resolved your issue and that you're enjoying DFH
.
activation and login not work
Posted:
Wed Dec 18, 2013 7:20 pm
by celinalm
Hello friends.
I'm trying to register a new user but when I login, it says the user does not exist.
Can someone please help me?
Re: activation and login not work
Posted:
Sat Feb 01, 2014 10:46 pm
by SamEA
Please provide the link to where DFH is installed for further investigation. Thanks.