php_lib_login takeing a long time to login

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jackbourne
Forum Newbie
Posts: 4
Joined: Mon Oct 27, 2003 1:51 pm

php_lib_login takeing a long time to login

Post 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
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post 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
Post Reply