Fatal error after downgrade

Permalink 1 user found helpful
Hi,

i had to downgrade from 5.4.0.3 back to 5.3.3.1 because of the "unable to load sitemap data" problem.
http://www.concrete5.org/community/forums/installation/sitemap-unus... /http://www.concrete5.org/community/forums/customizing_c5/error_on_d...

After the downgrade this error doesn't appear anymore, instead of that i got the following message when i try to open the sitemap from dashboard:

Fatal error: Call to undefined method ConcreteDashboardSitemapHelper::outputRequestHTML() in /var/customers/webs/norstone/concrete/single_pages/dashboard/sitemap/full.php on line 19


After clearing the c5 cache i don't get a message, i just get a blank page.

--

How does C5 act after a downgrade, do i have to change things in the Database too?

I did the downgrade by overwriting the 5.4.0.3 installation with the 5.3.3.1 Version.

dom
 
chunksmurray replied on at Permalink Reply
chunksmurray
The 5.4.0 update made changes to the DB, so to go back to 5.3.3.1 you will need to restore your DB along with the Concrete folder.
dom replied on at Permalink Reply
dom
..ok thx.. that's what i worried.. but how to restore the DB, without loosing all the content?
wolfbt replied on at Permalink Best Answer Reply
I had this problem also. When I clicked on sitemap it brought me to site/dashboard/sitemap/full. You have to go into /concrete/single_pages/dashboard/sitemap/full.php and delete out the following lines:
<script type="text/javascript">
var CCM_LAUNCHER_SITEMAP = 'full';
$(function() {
ccmSitemapLoad('<?php echo $instanceID?>', 'full');
});
</script>
It worked for me. Just copy it before deleting it, just in case.
dom replied on at Permalink Reply
dom
..all right.. sounds good.. i'll try and reply how it worked out.. cheers
xkribble replied on at Permalink Reply
xkribble
Thanks this got me back up and running after upgrading!
dom replied on at Permalink Reply
dom
..sorry forgot to reply.. yes it worked for me as well.. cheers