I have successfully installed and configured Serweb but cannot login to the web site. I enter admin / heslo and the web page just refreshes. I am not logged in. Can some one point me in the right direction? I am completely stumped.
Mike
Please check out the logs of Apache, it should display some error. If not then check that the realm configured in config.php and the realm in the subscriber database are the same.
Jan.
On 30-01 12:12, Michael Little wrote:
I have successfully installed and configured Serweb but cannot login to the web site. I enter admin / heslo and the web page just refreshes. I am not logged in. Can some one point me in the right direction? I am completely stumped.
Mike
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
This typicaly happens when people modify a wrong php.ini or simply don't read README and do not configure PHP correctly. There are PHP configuration values which MUST be set.
-jiri
At 02:16 AM 1/31/2004, Jan Janak wrote:
Please check out the logs of Apache, it should display some error. If not then check that the realm configured in config.php and the realm in the subscriber database are the same.
Jan.
On 30-01 12:12, Michael Little wrote:
I have successfully installed and configured Serweb but cannot login to the web site. I enter admin / heslo and the web page just refreshes. I am not logged in. Can some one point me in the right direction? I am completely stumped.
Mike
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
I had similar problems a long time ago. As far as I remeber it was a php problem. Have you enabled "register_globals" and "short_open_tag" in your php configuration?
regards, Klaus
Michael Little wrote:
I have successfully installed and configured Serweb but cannot login to the web site. I enter admin / heslo and the web page just refreshes. I am not logged in. Can some one point me in the right direction? I am completely stumped.
Mike
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
These are enabled. I must be missing something really simple. Any other ideas?
HELP!
Thanks, Mike
-----Original Message----- From: Klaus Darilion [mailto:klaus.mailinglists@pernau.at] Sent: Saturday, January 31, 2004 9:08 AM To: Michael Little Cc: serusers@lists.iptel.org Subject: Re: [Serusers] Serweb
I had similar problems a long time ago. As far as I remeber it was a php problem. Have you enabled "register_globals" and "short_open_tag" in your php configuration?
regards, Klaus
Michael Little wrote:
I have successfully installed and configured Serweb but cannot login to the web site. I enter admin / heslo and the web page just refreshes. I am not logged in. Can some one point me in the right direction? I am completely stumped.
Mike
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Klaus,
You pointed me in the right direction. It seems NOTHING changed when I removed the php.ini file. That told me php was looking elsewhere for the ini file. It turns out that I left the defaults for config setting when I compiled php. Php was looking in /PREFIX/lib for the php.ini file. I moved it there and all is good now. So now I need to rebuild php with the proper settings.
Thanks a bunch for helping out.
Mike
-----Original Message----- From: Klaus Darilion [mailto:klaus.mailinglists@pernau.at] Sent: Saturday, January 31, 2004 9:08 AM To: Michael Little Cc: serusers@lists.iptel.org Subject: Re: [Serusers] Serweb
I had similar problems a long time ago. As far as I remeber it was a php problem. Have you enabled "register_globals" and "short_open_tag" in your php configuration?
regards, Klaus
Michael Little wrote:
I have successfully installed and configured Serweb but cannot login to the web site. I enter admin / heslo and the web page just refreshes. I am not logged in. Can some one point me in the right direction? I am completely stumped.
Mike
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
my little trick to verify the current php settings is a small script: test.php
<?php phpinfo(); ?>
this will give you a lot of information about your current configuration.
regards, klaus
Michael wrote:
Klaus,
You pointed me in the right direction. It seems NOTHING changed when I removed the php.ini file. That told me php was looking elsewhere for the ini file. It turns out that I left the defaults for config setting when I compiled php. Php was looking in /PREFIX/lib for the php.ini file. I moved it there and all is good now. So now I need to rebuild php with the proper settings.
Thanks a bunch for helping out.
Mike
-----Original Message----- From: Klaus Darilion [mailto:klaus.mailinglists@pernau.at] Sent: Saturday, January 31, 2004 9:08 AM To: Michael Little Cc: serusers@lists.iptel.org Subject: Re: [Serusers] Serweb
I had similar problems a long time ago. As far as I remeber it was a php problem. Have you enabled "register_globals" and "short_open_tag" in your php configuration?
regards, Klaus
Michael Little wrote:
I have successfully installed and configured Serweb but cannot login to the web site. I enter admin / heslo and the web page just refreshes. I am not logged in. Can some one point me in the right direction? I am completely stumped.
Mike
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers