Hi, I somewhat need help on making a somewhat called "_toString" (sorry for not know much about php) in order to have my phpBB External Login work with Cutenews.
What I get from the pages that I use this code
to a page that uses Cutenews, it results this...Code:<?php define('IN_PHPBB', true); // Directory your forum resides in - CHANGE IT $phpbb_root_path = '/home/empyrean/public_html/forum/'; $forum_path = 'forum/'; $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.' . $phpEx); include($phpbb_root_path . 'includes/functions_display.' . $phpEx); // Start session management $user->session_begin(); $auth->acl($user->data); $user->setup(); ?>
I've tried to find solutions, but I'm not sure. In Support Chat someone told me to use a _toString, which I am not sure how to use it.Code:Catchable fatal error: Object of class template could not be converted to string in /home/empyrean/public_html/cutenews/inc/functions.inc.php on line 20
Could anyone help me?


LinkBack URL
About LinkBacks
Reply With Quote

