Page 1 of 1

I cannot login

Posted: Sun Feb 09, 2014 10:54 am
by lecastor
Hi,

I updated my te3, but now, I can't login or reset my password !

I put index.php on 705, but the issue is still there.

Help !

Re: I cannot login

Posted: Sun Feb 09, 2014 3:24 pm
by texpert
Hi,

have you checked te3/tedeta folder and sub-folder (also files) permissions, this is not related to index.php permissions?
You can hit me up on ICQ 374821862 and we will find a solution.


best regards,
Alex

Re: I cannot login

Posted: Tue Feb 11, 2014 8:50 am
by lecastor
Hi,

index.php is 604, te3/tedata is 705, sub folder are 705, files are 604.

When i try to have another password, it's written : Security code is incorrect! , but the code is good ! (4 digits)

Bye

Re: I cannot login

Posted: Tue Feb 11, 2014 12:04 pm
by texpert
Hi, try to delete tedata/idata/userdb.dat and run the install.php again and you will get a new password.

best regards,
Alex

Re: I cannot login

Posted: Tue Nov 10, 2015 8:45 pm
by oracle
trying to do this i get the following error from install.php

"Failed, please fix write permission problems, before you proceed with the installation."
I chmoded all folders to 777...

Re: I cannot login

Posted: Wed Nov 11, 2015 1:43 pm
by Rock
Hello, oracle.

You need to chmod all files in tedata directory to 666. Try this:

Code: Select all

cd /PATH/TO/te3/tedata/
find . -type d -exec chmod 777 {} \;
find . -type f -exec chmod 666 {} \; 
Let me know if it works.
Rock