http://www.barattalo...in-integration/
I put Phpbb3Integration.php into protected/components
I modified some path and managed to get yii to load Phpbb3Integration.php but then it failed
and after some trace i found that it stops at PHPBB's session.php
This is what phpbb's common.php trying to include
// Include files require($phpbb_root_path . 'includes/acm/acm_' . $acm_type . '.' . $phpEx); require($phpbb_root_path . 'includes/cache.' . $phpEx); require($phpbb_root_path . 'includes/template.' . $phpEx); require($phpbb_root_path . 'includes/session.' . $phpEx); require($phpbb_root_path . 'includes/auth.' . $phpEx); require($phpbb_root_path . 'includes/functions.' . $phpEx); require($phpbb_root_path . 'includes/functions_content.' . $phpEx); require($phpbb_root_path . 'includes/constants.' . $phpEx); require($phpbb_root_path . 'includes/db/' . $dbms . '.' . $phpEx); require($phpbb_root_path . 'includes/utf/utf_tools.' . $phpEx);
It seems something crashing with yii.
If i try in a new php script without yii it works

Help













