php newbie needs help please... I'm stuck

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
stowknee
Forum Newbie
Posts: 1
Joined: Wed Jan 07, 2009 2:35 pm

php newbie needs help please... I'm stuck

Post by stowknee »

I installed a basic link exchange script nothing fancy, and everything thing works fine on the site except that I am unable to access the sites admin panel. I'm supposed to use admin/test for the user and password the first time then once inside change them. Problem is the user and password don't work, nothing works for the user and password and I can't access the admin panel. The login prompt says "Test For Authentication" when it comes up, whatever that means. I've double checked the config.php files and everything looks correct for the mysql settings and I don't really no what else to check being a newbie at php and all.

Has anyone ever come across this problem before when installing a script? Does anybody have any ideas as to what to check or look for? Please... there must be some php wizard out there that seen this before and knows how to fix this. :banghead:
User avatar
yacahuma
Forum Regular
Posts: 870
Joined: Sun Jul 01, 2007 7:11 am

Re: php newbie needs help please... I'm stuck

Post by yacahuma »

enable all errors in php.ini and run again. if there is something wrong it will tell you
Post Reply