Yes, that's the same. So your php configuration is fine.
Have you tried to login to the admin interface as user admin with password heslo?
Is the user existing in the ser.subscriber table?
klaus
steve wrote:
Many thanks.
I have created the file.
A search for global finds register_globals => On => On
While a search for short only finds short_open_tag => On => On
Is my syntax correct in the ini file?
short_tags = On
The short_open_tag appears before the short_tags in the ini file, are they connected in anyway?
Thanks for the help..
-----Original Message----- From: Daniel-Constantin Mierla [mailto:daniel@iptel.org] Sent: Thursday 06 May 2004 11:26 To: steve Cc: 'Klaus Darilion'; serusers@lists.iptel.org Subject: Re: [Serusers] SerWeb authentication fails, my confusion over domain/realm referenced in archives
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
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