Page 1 of 1

Unable to create auth confiq.php?

Posted: Mon Dec 15, 2008 3:28 am
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

Re: Unable to create auth confiq.php?

Posted: Sun Dec 28, 2008 1:14 am
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.