Migrating a site - php version problem?
Permalink
Hi
i have a site on a CentOs 5.9 vps with php version 5.2.17. In order to backup this site i have created a virtual linux machine on my home computer with +/- the same distro (CentOs 5.10) with php version 5.3.3
I made a copy with rsync and imported the database and set the correct file and folder permissions. The site seems to work except for a custom page list where i make use of the 'image helper' to create thumb nails for the listed pages. When i comment out this ih part the page list shows up.
Could this be related to the different php versions?
Long question short
what do you need to do to get a site working when migrating from one machine to another?
is it possible to repeat some kind of setup without losing site data?
thank you
i have a site on a CentOs 5.9 vps with php version 5.2.17. In order to backup this site i have created a virtual linux machine on my home computer with +/- the same distro (CentOs 5.10) with php version 5.3.3
I made a copy with rsync and imported the database and set the correct file and folder permissions. The site seems to work except for a custom page list where i make use of the 'image helper' to create thumb nails for the listed pages. When i comment out this ih part the page list shows up.
$thumb = $ih->getThumbnail($afbeeldingObj, $mw, $mh);
Could this be related to the different php versions?
Long question short
what do you need to do to get a site working when migrating from one machine to another?
is it possible to repeat some kind of setup without losing site data?
thank you