Error message after upgrade

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
benwinie
Forum Members
Forum Members
Posts: 21
Joined: Wed Aug 20, 2008 5:11 pm

Error message after upgrade

Post 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?
Attachments
error RFC.jpg
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Error message after upgrade

Post 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...
benwinie
Forum Members
Forum Members
Posts: 21
Joined: Wed Aug 20, 2008 5:11 pm

Re: Error message after upgrade

Post 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
Post Reply

Return to “CMSMS Core”