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
php_lib_login takeing a long time to login
Moderator: General Moderators
-
jackbourne
- Forum Newbie
- Posts: 4
- Joined: Mon Oct 27, 2003 1:51 pm
does any error or warning occur?
in case of doubt try with(for debugging only)
before the first call of a function of this library
in case of doubt try with
Code: Select all
error_reporting(E_ALL);
ini_set('display_errors', TRUE);before the first call of a function of this library