Elxis CMS Forum

Extensions => Tools => Topic started by: Haic on December 06, 2006, 15:10:23

Title: Updiag question
Post by: Haic on December 06, 2006, 15:10:23
Hello,

Wen I installed the upgrade script to version 2006.4 give me these error below.
This is very strange

2006.3_2006.4
Provides code for updating Elxis from version 2006.3 to version 2006.4
Installed: Yes
Execute
Your installed Elxis version is not 2006.4!
This script updates an Elxis 2006.3 database to version 2006.4.
Title: Re: Updiag question
Post by: eliasan on December 06, 2006, 16:07:39
Hi Haic,

Please check the contents of includes/version.php

What are the values of $RELEASE and $DEV_LEVEL?
Title: Re: Updiag question
Post by: Haic on December 06, 2006, 18:11:25
Hi Haic,

Please check the contents of includes/version.php

What are the values of $RELEASE and $DEV_LEVEL?

This is the answer

var $RELEASE = '2006';
   /** @var string Development Status */
   var $DEV_STATUS = 'Stable';
   /** @var int Sub Release Level */
   var $DEV_LEVEL = '3';
   /** @var string Revision */
   var $DEV_REVISION = '1060';
Title: Re: Updiag question
Post by: datahell on December 06, 2006, 19:44:29
No, updiag does not work this way.
For Security reasons Updiag will NOT update your files.
You will update your files manually from the patch that we will release soon.

After you have make your filesystem match Elxis 2006.4 version ,you will run the Updiag 2006.3_2006.4 script. This script will make some extra tasks in order the update to version 2006.4 complete. For the specific update Updiag will add a new column to table #__poll. More info soon with the release of version 2006.4.

Elxis.org has already patched to version 2006.4 :)
Title: Re: Updiag question
Post by: yiannos on December 27, 2006, 13:10:27
I still get this message after I updated my files.

More specifically I downloaded the update zipfile, I unzipped it to a temp directory, I copied all its files and subdirs (cp -pr) to my elxis installation dir and then ran the script from updiag.

What am I doing wrong?
Title: Re: Updiag question
Post by: datahell on December 27, 2006, 14:36:45
You most probably have not updated all of the required files to version 2006.4.
Make sure you have updated file: /includes/version.php
If updiag tells you that you have version 2006.3 installed then at least this file is outdated.
Title: Re: Updiag question
Post by: yiannos on December 27, 2006, 16:40:50
Yup, correct.

I did the filecopy again and it worked.

Must be the Christmas spirit(s)... ;)