Ok, here's what I've done so far. please read to end because I've made a few updates along the way.
I'm moving a site for a friend to a better server. he was on godaddy (roach)
site was J2.5.4/ gantry v3.2.19 / theme992 (not sure where that came from, I'm fixing something that someone else started)
I cloned my site and moved it to my server. Clone worked just fine.
Initially I got this error on the frontend
Fatal error: Class 'GantryRegistryFormatjson' not found in /home/yourhabe/public_html/libraries/gantry/core/utilities/registry/gantryregistryformat.class.php on line 59
I was able to log into the backend, however the gantry template params were not working correctly and kicking some errors in firebug.
So I updated Joomla to 2.5.6 and then updated gantry to Gantry v4.0.5 and then I started getting Rok nav errors. So I then updated rok nav to latest version. ( I did not see the gantry 4.x READ First, until after)
This is where I'm at now. And getting this error.
Warning: require_once(/home/yourhabe/public_html/templates/theme992/html/mod_roknavmenu/themes/gantry-fusion/theme.php) [function.require-once]: failed to open stream: No such file or directory in /home/yourhabe/public_html/templates/theme992/html/mod_roknavmenu/themes/catalog.php on line 3
Fatal error: require_once() [function.require]: Failed opening required '/home/yourhabe/public_html/templates/theme992/html/mod_roknavmenu/themes/gantry-fusion/theme.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/yourhabe/public_html/templates/theme992/html/mod_roknavmenu/themes/catalog.php on line 3
Any suggestions on how to get past this. Can it be fixed without starting over?
I thought I posted my solution here. The problem was that somehow I was missing those files completely in
/templates/theme992/html/mod_roknavmenu/themes
they we part of the clone archive but they didn't end up on the new server,. I manually restored them and all was good.