Page 1 of 1

[invalid] Upgrading to latest trunk

Posted: Tue Aug 05, 2014 9:38 am
by swgreed
I tried to upgrade with /install/upgrade.php
(to add relevant db changes if present) which gives the following error:
Warning: require_once(/public_html/fileloc.php): failed to open stream: No such file or directory in /public_html/install/upgrade.php on line 35
refers to:

Code: Select all

require_once cms_join_path(CMS_BASE, 'fileloc.php');

Re: Upgrading to latest trunk

Posted: Tue Aug 05, 2014 10:47 am
by jce76350
I tried to upgrade with /install/upgrade.php
you use the old installer, so it is an unsupported installer :)
Use only the new PHAR installer
require_once cms_join_path(CMS_BASE, 'fileloc.php');
this file is deleted in V2

Re: Upgrading to latest trunk

Posted: Tue Aug 05, 2014 1:06 pm
by swgreed
Oh, I wasn't aware of that.
What is the new upgrade concept? Is there already one?

Re: Upgrading to latest trunk

Posted: Tue Aug 05, 2014 2:49 pm
by jce76350
Oh, I wasn't aware of that.
What is the new upgrade concept? Is there already one?
;) see the Announcements
Announcing CMS Made Simple 2.0 Beta 1
Try out the latest development version : 2.0 Beta 1
Beta 2 in a few days