Warning: include(./forumcommon.php) [function.include]: failed to open stream: No such file or directory in /web/htdocs/www.graphicboulevard.com/home/index.php on line 5
Warning: include(./forumcommon.php) [function.include]: failed to open stream: No such file or directory in /web/htdocs/www.graphicboulevard.com/home/index.php on line 5
Warning: include() [function.include]: Failed opening './forumcommon.php' for inclusion (include_path='.

Fatal error: Call to a member function session_begin() on a non-object in /web/htdocs/www.graphicboulevard.com/home/index.php on line 8
Questo è il mio index.php
Codice: Seleziona tutto
<?php
define('IN_PHPBB', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './forum';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup();
page_header('prova_home');
$template->set_filenames(array(
'body' => 'nometemplate_body.html',
));
make_jumpbox(append_sid("{$phpbb_root_path}viewforum.$phpEx"));
page_footer();
?>