Seite 1 von 1

Fehlermeldung bei Templateerstellung

Verfasst: Mo 30. Jan 2006, 13:28
von rob1
Hallo, bei mir tritt folgender fehler auf wenn ich ein Template speichern will:

Notice: Array to string conversion in c:\progr\wamp\docs\contenido-4.6.4\contenido\includes\globals_off.inc.php on line 52

Notice: Array to string conversion in c:\progr\wamp\docs\contenido-4.6.4\contenido\includes\globals_off.inc.php on line 78

Warning: Cannot modify header information - headers already sent by (output started at c:\progr\wamp\docs\contenido-4.6.4\contenido\includes\globals_off.inc.php:52) in c:\progr\wamp\docs\contenido-4.6.4\conlib\session.inc on line 481

Warning: Cannot modify header information - headers already sent by (output started at c:\progr\wamp\docs\contenido-4.6.4\contenido\includes\globals_off.inc.php:52) in c:\progr\wamp\docs\contenido-4.6.4\conlib\session.inc on line 484

Warning: Cannot modify header information - headers already sent by (output started at c:\progr\wamp\docs\contenido-4.6.4\contenido\includes\globals_off.inc.php:52) in c:\progr\wamp\docs\contenido-4.6.4\conlib\session.inc on line 485

Warning: Cannot modify header information - headers already sent by (output started at c:\progr\wamp\docs\contenido-4.6.4\contenido\includes\globals_off.inc.php:52) in c:\progr\wamp\docs\contenido-4.6.4\conlib\session.inc on line 486

Warning: Cannot modify header information - headers already sent by (output started at c:\progr\wamp\docs\contenido-4.6.4\contenido\includes\globals_off.inc.php:52) in c:\progr\wamp\docs\contenido-4.6.4\conlib\session.inc on line 487

Warning: Cannot modify header information - headers already sent by (output started at c:\progr\wamp\docs\contenido-4.6.4\contenido\includes\globals_off.inc.php:52) in c:\progr\wamp\docs\contenido-4.6.4\conlib\session.inc on line 488

Warning: Cannot modify header information - headers already sent by (output started at c:\progr\wamp\docs\contenido-4.6.4\contenido\includes\globals_off.inc.php:52) in c:\progr\wamp\docs\contenido-4.6.4\conlib\session.inc on line 489

Warning: Cannot modify header information - headers already sent by (output started at c:\progr\wamp\docs\contenido-4.6.4\contenido\includes\globals_off.inc.php:52) in c:\progr\wamp\docs\contenido-4.6.4\contenido\main.php on line 192

Warning: Cannot modify header information - headers already sent by (output started at c:\progr\wamp\docs\contenido-4.6.4\contenido\includes\globals_off.inc.php:52) in c:\progr\wamp\docs\contenido-4.6.4\contenido\includes\functions.tpl.php on line 116


Was ist das / wie kann ich das beheben?

Danke und Gruss Robert

Verfasst: Mo 30. Jan 2006, 13:33
von emergence

Code: Alles auswählen

Notice: Array to string conversion in c:\progr\wamp\docs\contenido-4.6.4\contenido\includes\globals_off.inc.php on line 52 
unter tipps und tricks findet sich ne änderung der globals_off.inc.php datei, die dieses problem behebt... (das wirkt sich sonst etwas radikal aus...)

zu notice meldung allgemein -> in der php.ini datei deaktiveren (oder deaktivieren lassen -> provider)

Verfasst: Mo 30. Jan 2006, 14:24
von rob1
super hat funktioniert. danke!