Seite 3 von 3

Verfasst: 26.06.2005 17:12
von Markus67
Hi ...

verlinke mal die common.php

Sind die beiden Dateien im Ordner includes ? Also auch die common.php?



Markus

Verfasst: 26.06.2005 17:19
von Mihil
:o :o

Bei mir fehlt die common.php im Ordner includes!!
Was nun? :cry: :-?

Verfasst: 26.06.2005 17:31
von Mihil
Die common.php ist doch auf meinem Board :oops:

http://www.hilgarths.de/Dateien/common.txt

Verfasst: 26.06.2005 17:57
von Markus67
Hi ...

verlinke nochmal die viewforum.php neu mit den eben gemachten Änderungen.

Markus

Verfasst: 26.06.2005 18:06
von Mihil
Ist aktualisiert, gleicher Link. (http://www.Hilgarths.de/Dateien/viewforum.txt) :wink:

Verfasst: 26.06.2005 18:14
von Markus67
Hi ...

suche:

Code: Alles auswählen

define('IN_PHPBB', true);
$phpbb_root_path = './';
danach in einer neuen Zeile einfügen:

Code: Alles auswählen

include($phpbb_root_path . 'extension.inc');
markus

Verfasst: 26.06.2005 18:24
von Mihil
Jetzt sind es weniger Fehlermeldungen geworden:

Warning: main(./common.): failed to open stream: No such file or directory in /home/www/web16/html/forum/viewforum.php on line 26

Warning: main(): Failed opening './common.' for inclusion (include_path='.') in /home/www/web16/html/forum/viewforum.php on line 26

Fatal error: Call to undefined function: message_die() in /home/www/web16/html/forum/viewforum.php on line 75

Die viewforum.txt ist jetzt geupdatet.

Verfasst: 26.06.2005 18:29
von Markus67
Hi ...

sag mal was machst du denn ? nicht jedesmal wieder was rausschmeissen ...

suche:

Code: Alles auswählen

define('IN_PHPBB', true);
$phpbb_root_path = './';

include($phpbb_root_path . 'common.'.$phpEx);include($phpbb_root_path . 'extension.inc');
include_once($phpbb_root_path.'includes/functions_color_groups.'.$phpEx);
ersetze den kompletten Block mit dem hier ...

Code: Alles auswählen

define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
include_once($phpbb_root_path.'includes/functions_color_groups.'.$phpEx);
Markus

Verfasst: 26.06.2005 18:36
von Mihil
Ich bin ja doof :oops:

Naja, hauptsache es geht jetzt!

Danke Markus :P :P :P