ccmi18n_sitemap is not defined when trying to edit pages from Dashboard
Permalink
Hi,
When I'm trying to edit some pages (any page) from the Dashboard I get the following erro: ccmi18n_sitemap is not defined (please see attachment also).
The concrete5 version is 6.3.3.
Any thoughts?
When I'm trying to edit some pages (any page) from the Dashboard I get the following erro: ccmi18n_sitemap is not defined (please see attachment also).
The concrete5 version is 6.3.3.
Any thoughts?
Thanks for the reply.
These are present, but not in the <head>section (which is empty) but inside the <body> section. Please see the attached image.
These are present, but not in the <head>section (which is empty) but inside the <body> section. Please see the attached image.
If the head section is empty, that could be your problem.
I would start by looking at the theme header.php file to see if that has been corrupted.
You should have a call to the header_required.php file in the <head> section that looks like this
That link should be the first line of code after the opening <head> tag.
So something like this
I would start by looking at the theme header.php file to see if that has been corrupted.
You should have a call to the header_required.php file in the <head> section that looks like this
<?php Loader::element('header_required'); ?>
That link should be the first line of code after the opening <head> tag.
So something like this
I'm sorry, you were right, I've mistakenly analyzed the page in Google Developer Tools and there it appears that the <head> section is empty but I'm looking at the page source code I can see the <header> section populated, also found the piece of code that you posted...in the header file.
So everything is looking fine (I don't see any file failing to load - 404 not found, in the GDT either).
In the main page of the website, I don't see that ccmi18n error, but I see other 2 errors (please see attachment). The website appears to work fine, it's just the Dashboard that it won't allow me to edit any page due to that JavaScript error.
Is there a way to update concrete5 while still keeping the content intact? I've tried to create a backup but the backup/restore page is showing me a blank (white) page after I click on Run Backup.
So everything is looking fine (I don't see any file failing to load - 404 not found, in the GDT either).
In the main page of the website, I don't see that ccmi18n error, but I see other 2 errors (please see attachment). The website appears to work fine, it's just the Dashboard that it won't allow me to edit any page due to that JavaScript error.
Is there a way to update concrete5 while still keeping the content intact? I've tried to create a backup but the backup/restore page is showing me a blank (white) page after I click on Run Backup.
If you have cPanel access you can export the database to your PC and create a zipped archive of your file system and download that to your PC also.
If you would like me to take a look for you, you can PM me the cPanel login details..
If you would like me to take a look for you, you can PM me the cPanel login details..
Do you see them in the 'head' section