Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
andreamarucci
Experienced
Topic Author
Posts: 312
Joined: 01 Mar 2011, 11:13

Updating a 0.11 version

22 Dec 2015, 04:16

Just to be sure not to crash everything.

I've to buy a license for a customer where I've installed one of the first usable versions of X3, I think 0.11. The procedure is

Download latest version
Upload all the files but /config and /content
Run convert.php
Fix all the settings

Is this correct?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14469
Joined: 30 Sep 2006, 03:37

Re: Updating a 0.11 version

22 Dec 2015, 13:00

Almost ...

I would first DELETE all files except /content/ though, just to make sure old stuff is not left behind. Also, the "config" folder did not exist in earlier versions. You also need to add a few new folders to content.

1. Download latest version
2. Delete ALL files/folders except "content"
3. Upload all the files except "content"
4. Delete all folders /content/custom, content/services, content/sitemap, content/json
5. Upload new /content/custom/
6. Run convert.php
7. Fix all the settings
 
User avatar
EHRETic
Experienced
Posts: 117
Joined: 02 Feb 2011, 16:26

Re: Updating a 0.11 version

01 Jan 2016, 10:24

Sorry to troll this topic... :wink:

Migration works from almost everything, but it seems it loses all accounts / passwords after the convertion.

Is there any way to keep them ? That would be VERY nice ! :mrgreen:
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14469
Joined: 30 Sep 2006, 03:37

Re: Updating a 0.11 version

01 Jan 2016, 10:31

EHRETic wrote:Migration works from almost everything, but it seems it loses all accounts / passwords after the convertion.
With "accounts", do you mean passworded pages in X2?
 
User avatar
EHRETic
Experienced
Posts: 117
Joined: 02 Feb 2011, 16:26

Re: Updating a 0.11 version

02 Jan 2016, 05:14

mjau-mjau wrote:With "accounts", do you mean passworded pages in X2?
You can't stop working ? Even the 1st of January ! :mrgreen:

No X3 protected pages, sorry for the confusion. I have an instance where I share private galeries (quite a few) and each of them have a unique user/password.

I'm moving from a .11 so I've tried that :

1. Download latest version
2. Delete ALL files/folders except "content"
3. Upload all the files except "content"
4. Delete all folders /content/custom, content/services, content/sitemap, content/json
5. Upload new /content/custom/
6. Run convert.php
7. Fix all the settings

But after, I've lost all protected accounts/passwords. Maybe there is a file to keep in order to do it ?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14469
Joined: 30 Sep 2006, 03:37

Re: Updating a 0.11 version

02 Jan 2016, 09:02

EHRETic wrote:But after, I've lost all protected accounts/passwords. Maybe there is a file to keep in order to do it ?
Yea no, it doesn't currently convert passworded folders. I will look into adding it in a few days ...

There is a separate file in X3 that manages passwords separately in JSON format. You can take a look at it in config/protect.php.
 
User avatar
EHRETic
Experienced
Posts: 117
Joined: 02 Feb 2011, 16:26

Re: Updating a 0.11 version

03 Jan 2016, 16:13

mjau-mjau wrote:There is a separate file in X3 that manages passwords separately in JSON format. You can take a look at it in config/protect.php.
That worked ! Thanks a lot ! :)