Can't edit page - ReferenceError: ccm_menuInit is not defined

Permalink 1 user found helpful
Hi
This is my first post, I was hoping to solve this myself but my head hurts now!

I recently updated a site for a client, from 5.4.1.1 where it ran beautifully, to 5.5.2.1 where from the front end still works beautifully.

It's not until you login and try to edit a page that the site fails to load. Firebug is showing the following error. I have had to move the site now to a staging server to do further tests.http://tinyurl.com/9p35rkc

Timestamp: 04/10/2012 16:17:59
Error: ReferenceError: ccm_menuInit is not defined
Source File:http://www.xxxxxx.xx/index.php?cID=64&ctask=check-out&ccm_t...
Line: 101

At first I thought it was a rogue add-on that needed updating, this wasn't the case. I have removed all add-ons now and still the problem persists.

This is the source code of the page that errors. Hope somebody can shed some light on this problem.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!--<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />-->
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Turbo Dynamics :: test page</title>
<meta name="description" content="" />
<meta name="generator" content="concrete5 - 5.5.2.1" />
<script type="text/javascript">
var CCM_DISPATCHER_FILENAME = '/index.php';
var CCM_CID = 737;
var CCM_EDIT_MODE = true;
var CCM_ARRANGE_MODE = false;

2 Attachments

 
ydhouib replied on at Permalink Reply
I have the same problem.

did you finally solved it ?