Error when copying a page

Permalink
I have upgraded to 5.3.3.1 and now when I try and copy/move a page I get an error on page come up in the bottom left hand corner. If I double click on this it says

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.0.30729)
Timestamp: Fri, 16 Oct 2009 16:42:37 UTC


Message: 'CCM_NODE_ACTION' is undefined
Line: 334
Char: 2
Code: 0
URI:http://www.james-joy.com/concrete/js/ccm.sitemap.js...

Any ideas? I have tried reloaded the ccm.sitemap.js file.

 
Mnkras replied on at Permalink Reply
Mnkras
what version did you upgrade from? ill try it on my account as i have servage also,

(btw with concrete have you had slow load times on servage?)

Mike
JamesJoy26 replied on at Permalink Reply
Hi

I upgraded from 5.3.3 and 5.3.2 before that. Did not have a problem with the previous versions but never had to copy or move a page on 5.3.3 so it is the first time I have came across the error.

Servage has been a bit of a nightmare recently. I am in the process of moving away from them but need to move my customers sites first.
mcgrailka replied on at Permalink Reply
mcgrailka
i had this same problem, i've just edited the ccm.sitemap.js file and added the following after the initial vars have been declared.

var CCM_NODE_ACTION = '';
var CCM_DIALOG_TITLE = '';
var CCM_DIALOG_HEIGHT = '';
var CCM_DIALOG_WIDTH = '';
var CCM_TARGET_ID = '';

This has effectively repaired the problem for me. hope this is of some help to you.