darkfreaks Posted February 7, 2008 Share Posted February 7, 2008 how would i fix this problem? the last problem i fixed by adding inlude_once(includes/header2.php). but now i get undefined method Security->online_users; Code: <?php $qls->Security->online_users;?> Quote Link to comment Share on other sites More sharing options...
darkfreaks Posted February 7, 2008 Author Share Posted February 7, 2008 ok i tried <?php $users = $qls->Security->make_safe->online_users();?> now i get call to a non object again? but the header2 file is included? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.