I have a customer who has an old cakePHP application. It looks from the version.txt file to be 1.2.0.4798alpha
I am trying to move this application to a new server install or web services host like Amazon Web Services.
Seem to be hitting road blocks all along the way and constant server errors trying to get this old application to run.
My initial thoughts were to make the new server the same as the old with PHP version and apache and run it that way. However should this application really just be upgraded to the new cakePHP version?
Can any one offer some advice as to what are the possibilities for this old application and could it be moved to a new server without major code changes?
CakePHP 1.2 won’t run on anything newer than PHP 5.2. You will be hard pressed to find any host that still supports PHP 5.2, and any host that does is probably one that you want to steer very clear of!