Error trying to update page

Permalink
Hi, I'm getting the below error when trying to add a new image a page template. If anyone has any idea what this means I would be very grateful.

Thanks. Dan.

nameofsite :: var CCM_DISPATCHER_FILENAME = '/index.php'; var CCM_CID = 220; var CCM_EDIT_MODE = false; var CCM_ARRANGE_MODE = false; var CCM_IMAGE_PATH = "/updates/concrete5.6.2.1_updater/concrete/images"; var CCM_TOOLS_PATH = "/index.php/tools/required"; var CCM_BASE_URL = "http://www.nameofsite.com"; var CCM_REL = ""; @import "/updates/concrete5.6.2.1_updater/concrete/css/ccm.default.theme.css"; @import "/updates/concrete5.6.2.1_updater/concrete/css/ccm.install.css"; @import "/updates/concrete5.6.2.1_updater/concrete/css/ccm.app.css"; Page Forbidden You are not authorized to access this page. Back to Home.

 
DanK replied on at Permalink Reply
Anyone? I'm really stuck here and would really appreciate a nod in the right direction.

Thanks,
Dan.
DanK replied on at Permalink Reply
Hello folks, if anyone can have a quick look at this I would be really grateful as I'm under pressure on this. Thanks.
mhawke replied on at Permalink Reply
mhawke
Is there a live URL we could look at?
DanK replied on at Permalink Reply
Thanks for getting back to me! Yes, here you gohttp://www.callanaccountancy.co.uk/...
mhawke replied on at Permalink Reply
mhawke
Can you clarify this for me:

"when trying to add a new image a page template"

Are you trying to hard-code an image into the Page Type file on the server or are you simply adding an image block to a page?
DanK replied on at Permalink Reply
Hi, I'm adding a new template to the site which has editable areas already defined. When I try to add a block to any of these areas I'm getting the error. Strangely I just tried it again there and it worked.

Not sure what kind of glitch would cause that to happen but I tried everything yesterday and always got the error.
mhawke replied on at Permalink Best Answer Reply
mhawke
The content of your error message appears to be some JavaScript output which would imply that the page was crashing early in it's rendering when it's first trying to grab css files. The 'Page Forbidden' part implies a permission issue on the server when it tries to @import those css files. If it's gone away then it might have been a temporary server condition.
DanK replied on at Permalink Reply
That's great, thanks for your help, it was really appreciated. I tried it loads of times yesterday with no luck so hopefully it was only a temporary issue.
mhawke replied on at Permalink Reply
mhawke
No problem, I'm glad it's fixed.