Date index for Jan 2003
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AW: [achievo] beginner problem
Hello,
Gerd König wrote:
Now I am able to call http://.../achievo/index.php, but I cannot login.
I proofed everything I read in the help.
Could you create a file called phpinfo.php with the following contents:
<?php phpinfo(); ?>
Then browse to it, and verify if:
- the php.ini file you edited is the one php is actually using
- session.save_path is pointed to the correct dir
- register_globals is actually On (you've set it correctly in php.ini,
but perhaps there's an .htaccess or an apache configuration directive
which turns if off)
Greetings,
Ivo