[invalid] Upgrading to latest trunk

Forum rules
Only administrators can post or move items here.
Post Reply
swgreed

[invalid] Upgrading to latest trunk

Post 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');
jce76350
Beta Tester
Beta Tester
Posts: 2079
Joined: Mon May 29, 2006 1:20 pm
Location: Rouen

Re: Upgrading to latest trunk

Post 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
Jean-Claude Etiemble MyPageFr
swgreed

Re: Upgrading to latest trunk

Post by swgreed »

Oh, I wasn't aware of that.
What is the new upgrade concept? Is there already one?
jce76350
Beta Tester
Beta Tester
Posts: 2079
Joined: Mon May 29, 2006 1:20 pm
Location: Rouen

Re: Upgrading to latest trunk

Post 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
Jean-Claude Etiemble MyPageFr
Post Reply

Return to “Closed Issues”