Unable to create auth confiq.php?

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
mtb211
Forum Newbie
Posts: 15
Joined: Sun Dec 14, 2008 11:32 am

Unable to create auth confiq.php?

Post by mtb211 »

Hi,

I just installed loginmanager v.3.0 and I set up a database but I keep receiving this error

Unable to create authconfig.php file.


I have set authconfig.php to 777

any ideas?

thx

matt

image of setup

Image
cptnwinky
Forum Commoner
Posts: 84
Joined: Sat Dec 27, 2008 10:58 am
Location: Williamstown, MA

Re: Unable to create auth confiq.php?

Post by cptnwinky »

I would search the source code for that specific error and look at the routine that is causing it to come up. If your lucky, that error message only occurs once in the source. Once you narrow it down you can start var_dump()'ing variables line by line leading up to the error. You'll probably find that something didn't get handled the way the programmer expected it too.
Post Reply