Page 1 of 1

php_lib_login takeing a long time to login

Posted: Sat Nov 08, 2003 4:02 pm
by jackbourne
I just installed php_lib_login and tried signing in but all it does it looks likes its loading takes a long time, then the load bard goes to the end as if its done loading ans just stays there... Any advice?
Thanks

Posted: Sat Nov 08, 2003 9:03 pm
by volka
does any error or warning occur?
in case of doubt try with

Code: Select all

error_reporting(E_ALL);
ini_set('display_errors', TRUE);
(for debugging only)
before the first call of a function of this library