habe ein etwas "seltsames" Problem, das bei keiner anderen Installation auftritt: Beim Klick auf das grüne Häkchen im Tiny schließt sich ja normalerweise der Editor. In einer 4.9.4er Installation funktioniert das jedoch nicht. Im Errorlog wird beim Klick auf den grünen Haken diese Meldung ausgeworfen:
Code: Alles auswählen
[16-Mar-2015 21:15:41 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /homepages/abc/xxx/htdocs/contenido/classes/class.search.php:1) in /homepages/abc/xxx/htdocs/contenido/includes/include.CMS_HTMLHEAD.php on line 45
[16-Mar-2015 21:15:41 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /homepages/abc/xxx/htdocs/contenido/classes/class.search.php:1) in /homepages/abc/xxx/htdocs/contenido/includes/include.CMS_HTMLHEAD.php on line 50
Code: Alles auswählen
if ($doedit == "1") {
// redirect
header("Location:" . $sess->url($path1));
}
getAvailableContentTypes($idartlang);
header("Content-Type: text/html; charset={$encoding[$lang]}");
Code: Alles auswählen
[16-Mar-2015 21:15:41 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /homepages/abc/xxx/htdocs/contenido/classes/class.search.php:1) in /homepages/abc/xxx/htdocs/contenido/includes/include.CMS_HTML.php on line 50
Code: Alles auswählen
header("Content-Type: text/html; charset={$encoding[$lang]}");
Hat jemand einen Tipp für mich? Danke!
