. See also attachment. I also experienced that when I added a new message to the news module, the website was more or less gone due to an error. When using Chrome, I cannot modify any page because the don't show (I get the list of pages but when I select one, the screen does not show anything (no editor, no buttons etc). This is less problamatic when using Internet Explorere although the buttons such as ''Send'' and "Cancel" and ''Preview"" etc are not displayed correctly$count = 0; foreach($this->menuItems[$section]['children'] as $thisChild) { $thisItem = $this->menuItems[$thisChild]; if (! $thisItem['show_in_menu'] || strlen($thisItem['url']) < 1) { continue; } if ($count++ > 0) { echo ", "; } echo "".$thisItem['title'].""; } } } /* Functions that we want dont want the standard output from */ function OutputFooterJavascript() {} } ?>
Any thoughts on how to solve this issue?