Oggi anche a me ha trovato lo stesso problema, ma non capisco perché!![]()
io ho messo questo codice:Codice PHP:
<?php
define('IN_PHPBB', true);
$phpbb_root_path = './forum';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
include_once($phpbb_root_path . 'includes/session.'.$phpEx);
?>
<?php $userdata = session_pagestart($user_ip, "PAGE_LOGIN"); ?>