On 5/6/2004 12:17 PM, steve wrote:
Hi,
In the php.ini file I have:
register_globals = On short_tags = On
But also
short_open_tag = On
I am not sure how to run phpinfo(): is it a binary?
you have to create a small php script like:
<?php phpinfo(); ?>
and open it via your http server.
Another way is to use the php executable, if you have it installed. E.g.,
bash$ php -i >phpinfo.html
then open phpinfo.html in a browser.
Daniel
Thanks..
-----Original Message----- From: Klaus Darilion [mailto:klaus.mailinglists@pernau.at] Sent: Thursday 06 May 2004 10:46 To: steve Cc: serusers@lists.iptel.org Subject: Re: [Serusers] SerWeb authentication fails, my confusion over domain/realm referenced in archives
steve wrote:
Hi, I have got Serweb going but when I access admin/index.php or user_interface/index.php I get the login prompt but when I try to login it returns to the login prompt.
is your php configured correctly? short_tags and register_globals must be turned on!
use phpinfo(); to verify your settings
klaus
This message has been checked for all known viruses by the CitC Virus Scanning Service powered by SkyLabs. For further information visit http://www.citc.it
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers