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;?> Link to comment https://forums.phpfreaks.com/topic/89952-solved-call-to-undefined-method/ 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? Link to comment https://forums.phpfreaks.com/topic/89952-solved-call-to-undefined-method/#findComment-461152 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.