Seite 2 von 2

Verfasst: 05.01.2007 13:31
von amilo

Verfasst: 05.01.2007 13:55
von CorniI
ähm, Ich weiß das es OT ist, aber was soll

Code: Alles auswählen

set_magic_quotes_runtime(0); // Disable magic_quotes_runtime
? das solltest du gleich weider entfernen, das ist total sinnlos, und evtl. Nioch ein Sicherheitsproblem, da phpBB die Fubktion von magig_quotes sonst sebst übernehmen muss. Sag mal, wann tritt der Fehler auf? nach welchem stückchen Code, das du eingebaut hast?
MfG
Corni

Verfasst: 05.01.2007 14:01
von amilo
der fehler tritt auf sobald ich was an der common.php ändere beim cash mod wäre das

Code: Alles auswählen

#-----[ OPEN ]------------------------------------------ 
#
common.php

# 
#-----[ FIND ]------------------------------------------ 
# 
include($phpbb_root_path . 'includes/db.'.$phpEx);

# 
#-----[ AFTER, ADD ]------------------------------------------ 
#
if ( defined('IN_CASHMOD') )
{
	include($phpbb_root_path . 'includes/functions_cash.'.$phpEx);
}

Verfasst: 05.01.2007 14:35
von CorniI
In der von dir bereitgestellten common.php ist die reingemodette Zeile nicht zu finden -.-

Verfasst: 05.01.2007 15:46
von amilo
ja ich hab ja auch den mod wieder deinstalliert.

EDIT:

so ich hab jetzt nomol den intro + portal mod installiert. folgende fehlermeldungen kommen:

Code: Alles auswählen


Warning: Cannot modify header information - headers already sent by (output started at /var/www/web167/html/forum/common.php:1) in /var/www/web167/html/forum/includes/sessions.php on line 258

Warning: Cannot modify header information - headers already sent by (output started at /var/www/web167/html/forum/common.php:1) in /var/www/web167/html/forum/includes/sessions.php on line 259

Warning: Cannot modify header information - headers already sent by (output started at /var/www/web167/html/forum/common.php:1) in /var/www/web167/html/forum/includes/page_header.php on line 552

Warning: Cannot modify header information - headers already sent by (output started at /var/www/web167/html/forum/common.php:1) in /var/www/web167/html/forum/includes/page_header.php on line 558

Warning: Cannot modify header information - headers already sent by (output started at /var/www/web167/html/forum/common.php:1) in /var/www/web167/html/forum/includes/page_header.php on line 559