Page 1 of 1
[SOLVED] Will CMS 1.4 run on PHP5.3+
Posted: Fri Mar 30, 2012 12:41 am
by applejack
I am trying to help someone out who has CMS v1.4 and I would like to know if this will run on 5.3+ which my server is running in order for me to be able to update the CMS?
Re: Will CMS 1.4 run on PHP5.3+
Posted: Fri Mar 30, 2012 12:53 am
by calguy1000
CMSMS < 1.7 will probably NOT run on PHP 5.3.
CMSMS > 1.9 will NOT run on PHP 4.
If a < 1.7 site is currently running, then I would
a: duplicate the site inside a subdirectory on that install.
b: upgrade the site to 1.7 or 1.8
c: verify that everything is working properly
d: duplicate the site to a PHP 5.3 server
e: continue the upgrade process.
Re: Will CMS 1.4 run on PHP5.3+
Posted: Fri Mar 30, 2012 1:01 am
by applejack
Thanks Robert. Will all versions run on php5.2.17 ?
I can't even login to their CMS admin even though I have reset the password in the db. Their current PHP is 4.4.9 cms is 1.4.1
Re: Will CMS 1.4 run on PHP5.3+
Posted: Fri Mar 30, 2012 1:06 am
by calguy1000
I don't think all versions won't run on php 5.2... we ended (officially) support for php 4 in CMSMS 1.6.x and required php 5.2.x minimum after that...
I have no recollection if older versions of CMSMS will run in newer versions of php, but I would doubt it.
if you can't get into the admin section then I think they have something else wrong, which you will have to diagnose first.

Re: Will CMS 1.4 run on PHP5.3+
Posted: Fri Mar 30, 2012 1:51 am
by mcDavid
I found an old announcement from calguy regarding CMS1.7
it says as from 1.7 PHP4.0 is not supported anymore, and also some changes have been made for PHP5.3 compatibility.
This implies that CMS1.6 is probably not (fully) compatible with PHP5.3.
So you might need to make an extra step, upgrading from CMS1.6 to CMS 1.9.4.3 on a PHP5.2 server.
http://forum.cmsmadesimple.org/viewtopi ... =1&t=42573
Re: [SOLVED] Will CMS 1.4 run on PHP5.3+
Posted: Mon Apr 02, 2012 9:42 pm
by applejack
Issue with not being able to login was because of the session.save_path being incorrectly set to a none existent directory. Changed the setting in php.ini to /whatever/your/document/root/is/tmp/cache/session