Page 1 of 1

Error message after upgrade

Posted: Sat Aug 27, 2011 8:04 am
by benwinie
I get the following code in the control panel:
$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() {} } ?>
. 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

Any thoughts on how to solve this issue?

Re: Error message after upgrade

Posted: Mon Aug 29, 2011 6:14 pm
by Dr.CSS
Any information you can provide as to the steps that were taken to get to this point would be very helpful...

Upgrade? from what version to what version, etc...

Re: Error message after upgrade

Posted: Mon Aug 29, 2011 7:18 pm
by benwinie
Hi, as a matter of fact, it appeared without any upgrade from my side. It might be that the hosting provider has upgraded the PHP version, I dont know. Anyway, I have installed the latest release version 1.9.4.2