Date index for Jun 2002
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [achievo] Login Refused ! php 4.2.1 problem ?
Thank you for your hint.
After checking my compile-time options and doing exactly was you told my I
found the problem:
My php Version does not search his php.ini in /usr/lib/php/php.ini or in my
case (default php installaiton path) /usr/local/lib/php/php.ini
My version looks for the php.ini in /usr/local/lib/(php.ini) ! Great. I
think this path was just out of my imagination. I tried the phpinfo() thingy
before, only seeking for register_globals. After reading it my idea was that
this option was disabled by compile-time switches.
But I must confess, after rereading the INSTALL document that this is
correct default path. This fact is also mentioned in the offical PHP-FAQ.
Before I posted my question I asked some friends where to poke around to fix
this. They told me the same path as you told me.
I suggest to mention this point more clearly in your FAQ.
Yes,yes RTFM... word for word, character for character.... *sight*