Search found 2 matches

by vincy
Fri Aug 01, 2003 6:09 pm
Forum: General discussions
Topic: Admin Login Loop
Replies: 2
Views: 9129

Admin Loop

Hi,

yes, it seems, your changing IP causes this. Please download the file config.php from the directory inc/ and edit it:

Change this

$ipcheck = "true";

to this

$ipcheck = "false";

Then copy the file back on your server and your changing IP shouldn't make any trouble.

bye
Thorsten ...
by vincy
Thu Jul 31, 2003 8:17 pm
Forum: General discussions
Topic: Admin Login Loop
Replies: 2
Views: 9129

Admin Login Loop

I managed to install phpMyFAQ perfectly. But when I login to ADMIN from my home system, it just cause a loop and asked for ID and PASSORD.

Then i try to login, it was successful, but when i want to make changes, it redirect me to the main password login page, that's weird, anyone can help pls?

I ...