Hi.
I've recently been asked to migrate a website to a new host and take over managing it. I was told the site was running Joomla, so I agreed as I've done work with that in the past. I get the site dump and discover it's using Dolphin 7, which I've never used before. Oh well, how hard could it be :)
I changed host and database config in the inc folder, then uploaded the files to the new webserver and tried to access the home page. Nothing. Apache error logs complaining about _Files() function being reserved or something, so it doesn't like php 5.4 yet. I download latest Dolphin to test on 5.4 and it works fine. The one I'm trying to migrate seems to be version 7.0 build 9. So I need to upgrade to a version that supports php 5.4.
The upgrade page on this site only shows incremental upgrades from 7.0.0 to 7.0.1 etc. Do I have to do each incremental upgrade all the way up till 7.1.4, running the upgrade script for each iteration?
I'm thinking it would be easier to do this on my local system (wamp) using php 5.3 before uploading to the host (lamp). Any reason this wouldn't work?
Is there anything else I need to be aware of when migrating a Dolphin 7 site? The test install added a cron job which I'll modify for the site I'm migrating. I'm also not sure if the site is licensed :/ can I check this in the database somewhere, or only once I've managed to login as admin?
thanks :)