Probleme nach installation - could not find...
Verfasst: 26.02.2005 13:00
hallo zusammen!
habe soeben phpbb installiert. nur leider taucht direkt eine fehlermeldung auf:
was könnte das sein?
mfg
p.s. will das forum später in meiner index.php in eine table includen...
habe soeben phpbb installiert. nur leider taucht direkt eine fehlermeldung auf:
dazu auch die zeilen 23-35 aus der index.phpWarning: main(/forum/extension.inc) [function.main]: failed to open stream: No such file or directory in f:\e-novative\WAMP\www\forum\index.php on line 25
Warning: main() [function.include]: Failed opening '/forum/extension.inc' for inclusion (include_path='.;F:\e-novative\WAMP\php\pear') in f:\e-novative\WAMP\www\forum\index.php on line 25
Notice: Undefined variable: phpEx in f:\e-novative\WAMP\www\forum\index.php on line 26
extension.inc ist im folder vorhanden!define('IN_PHPBB', true);
$phpbb_root_path = '/forum/';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
//
// Start session management
//
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
//
// End session management
//
was könnte das sein?
mfg
p.s. will das forum später in meiner index.php in eine table includen...