g0ats
Fri 29 December 2006, 11:49 pm GMT +0100
After installing access_user, I successfully registered a new account but whenever I login I get bounced back to login.php.
It is loading MAIN_PAGE, or start.php but the $page_protect = access_page(); is apparently bouncing me back to login.php
When I comment out that line, but leave in the $page_protect = get_user_info(); I get the following series of errors:
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 7 in /var/www/classes/access_user/access_user_class.php on line 216
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 7 in /var/www/classes/access_user/access_user_class.php on line 217
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 7 in /var/www/classes/access_user/access_user_class.php on line 218
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 7 in /var/www/classes/access_user/access_user_class.php on line 219
Upon querying the database, it appears all information is there as it should be.
What am I doing wrong?
It is loading MAIN_PAGE, or start.php but the $page_protect = access_page(); is apparently bouncing me back to login.php
When I comment out that line, but leave in the $page_protect = get_user_info(); I get the following series of errors:
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 7 in /var/www/classes/access_user/access_user_class.php on line 216
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 7 in /var/www/classes/access_user/access_user_class.php on line 217
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 7 in /var/www/classes/access_user/access_user_class.php on line 218
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 7 in /var/www/classes/access_user/access_user_class.php on line 219
Upon querying the database, it appears all information is there as it should be.
What am I doing wrong?