CodeIgniter and PhPBB 3.1.3 integration
I develop a website site based on CodeIgniter, the latest version 2.2.1 and I installed a PhPBB forum (version 3.1.3). I would like to use the functions of the forum on my web site (like the connection/profile etc.). I've looked on this site : http://www.3cc.org/blog/2010/03/integrating-your-existing-site-into-phpbb3/ to simply display my pseudo. My Controller is just a copy/paste of the first paragraph class Forum_test extends CI_Controller{ function __construct() { parent::__construct(); } function index() { define('IN_PHPBB', true); $phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB