Code: Alles auswählen
Warning: include(./common.php) [function.include]: failed to open stream: No such file or directory in C:\xampp\htdocs\xampp\phpbb\adm\shop.php on line 14
Warning: include() [function.include]: Failed opening './common.php' for inclusion (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\xampp\phpbb\adm\shop.php on line 14
Warning: include(./includes/functions_shop.php) [function.include]: failed to open stream: No such file or directory in C:\xampp\htdocs\xampp\phpbb\adm\shop.php on line 15
Warning: include() [function.include]: Failed opening './includes/functions_shop.php' for inclusion (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\xampp\phpbb\adm\shop.php on line 15
Fatal error: Call to a member function session_begin() on a non-object in C:\xampp\htdocs\xampp\phpbb\adm\shop.php on line 18
Code: Alles auswählen
define('IN_PHPBB', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx); (<--- Zeile 14)
include($phpbb_root_path . 'includes/functions_shop.' . $phpEx); (<--- Zeile 15)
// Start session management
$user->session_begin(); (<--- Zeile 18)
$auth->acl($user->data);
$user->setup('lang_shop');
Könnt ihr mir helfen?
PROBLEM SCHEINT SICH VON SELBST GELÖST ZU HABEN?!?!?
Habe aber immer noch das Permissions Problem...[/size]