[solved] Upgrade from 0.13 to current version

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
pdedecker
Forum Members
Forum Members
Posts: 28
Joined: Sun Apr 16, 2006 8:25 am

[solved] Upgrade from 0.13 to current version

Post by pdedecker »

I tried upgrading an old version of CMS Made Simple to the most recent version today. When I run the upgrade script, I get this output:
Welcome to the CMS Upgrade System!

In order to upgrade properly, upgrade needs to have write access to your config.php file. This is so any extra settings that have been introduced in this version can be set to their defaults.

Upgrading config.php...[done]

Cleaning cache dirs...[done]
And it just stops there. When I log in to the admin panel, there's still a notice that urges me to upgrade. Is there a way to fix this?

Edit: just found out that I had a prehistoric version of CMS Made Simple installed before upgrading. Is upgrading from 0.13 to the current version possible?
Last edited by pdedecker on Thu Aug 21, 2008 6:59 am, edited 1 time in total.
pdedecker
Forum Members
Forum Members
Posts: 28
Joined: Sun Apr 16, 2006 8:25 am

Re: Upgrade from 0.13 to current version

Post by pdedecker »

Okay, so I tried installing the most recent version from scratch. I deleted the entire folder structure, emptied the database, uploaded a fresh copy of 1.4.1. After step three (with the MySQL settings), I see a page that is nearly empty:
`
`
Server software versions are:
PHP 5.1.6
MySQL 4.1.20
Apache/2.0.52 (Red Hat)
Last edited by pdedecker on Wed Aug 20, 2008 4:10 pm, edited 1 time in total.
alby

Re: Upgrade from 0.13 to current version

Post by alby »

pdedecker wrote: Okay, so I tried installing the most recent version from scratch. I deleted the entire folder structure, emptied the database, uploaded a fresh copy of 1.4.1. After step three (with the MySQL settings), I see a page that is nearly empty:
`
`
Server software versions are:
PHP 5.1.6
MySQL 4.1.20
Apache/2.0.52 (Red Hat)
Re-upload whole pack

Alby
pdedecker
Forum Members
Forum Members
Posts: 28
Joined: Sun Apr 16, 2006 8:25 am

Re: Upgrade from 0.13 to current version

Post by pdedecker »

Site is up and running now, but I cannot edit my pages and templates. Here's what the page editor looks like:

Image
(Translation: "Content > Pages")
alby

Re: Upgrade from 0.13 to current version

Post by alby »

pdedecker wrote: Site is up and running now, but I cannot edit my pages and templates. Here's what the page editor looks like:
Active debug in config.php and look in server logs for other info

Alby
pdedecker
Forum Members
Forum Members
Posts: 28
Joined: Sun Apr 16, 2006 8:25 am

Re: Upgrade from 0.13 to current version

Post by pdedecker »

Got the error:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 3735552 bytes) in /var/www/html/cmsms/admin/lang/en_US/admin.inc.php on line 844
alby

Re: Upgrade from 0.13 to current version

Post by alby »

pdedecker wrote: Got the error:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 3735552 bytes) in /var/www/html/cmsms/admin/lang/en_US/admin.inc.php on line 844
In config.php (first param) add 24M:
$config['php_memory_limit'] = '24M';

Alby
pdedecker
Forum Members
Forum Members
Posts: 28
Joined: Sun Apr 16, 2006 8:25 am

Re: Upgrade from 0.13 to current version

Post by pdedecker »

Fixed. I appreciate your help. :)
Pierre M.

Re: [solved] Upgrade from 0.13 to current version

Post by Pierre M. »

May be you can contribute this "memory exhausted" issue in the wiki ? The install/upgrade guide has a troubleshooting section you should like.

Pierre M.
Locked

Return to “[locked] Installation, Setup and Upgrade”