Page 1 of 1

version.php is not patched after upgrade

Posted: Fri Aug 07, 2009 9:30 pm
by eus
Hello,

I upgraded the mle version from 1.6 -> 1.6.1 -> 1.6.2 to 1.6.3 with the diff packages.
So after patching every diff i ran upgrade.php.

No problems.

One thing i don't understand... Why is version.php in the root folder not patched? I expected this version.php file in the diff files.

This settings... in version.php

$CMS_VERSION = "1.6";
$CMS_VERSION_NAME = "New Caledonia";
$CMS_SCHEMA_VERSION = "32";

Is it the procedure to patch version.php manually from (for example 1.6.2 tot 1.6.3)  ?

This is my yes/no question...

>>> So check in the modules if there are no problems, then edit verion.php ?  <<

Thnx. Eus

Re: version.php is not patched after upgrade

Posted: Sat Aug 08, 2009 8:04 am
by alby
eus wrote: I upgraded the mle version from 1.6 -> 1.6.1 -> 1.6.2 to 1.6.3 with the diff packages.
So after patching every diff i ran upgrade.php.

No problems.

One thing i don't understand... Why is version.php in the root folder not patched? I expected this version.php file in the diff files.
I think that you have not read upgrade procedure for MLE ....

Alby

Re: version.php is not patched after upgrade

Posted: Sat Aug 08, 2009 8:04 am
by RonnyK
Eus,

I just checked the diff for the upgrade of 1.6.2->1.6.3 and it has the changed version.php inside....

Ronny

Re: version.php is not patched after upgrade

Posted: Mon Aug 10, 2009 3:04 pm
by eus
Ronny,

You are right but version.php is not in:  diff-mle-vs-cmsms-1.6.3.tar.gz

Is the mle upgrade procedure different as the normal package ?
The non mle version upgrade's normally and has version.php included.

I did read the upgrade procedure, but maybe i am missing something like Alby mentioned.


Thanks

Re: version.php is not patched after upgrade

Posted: Mon Aug 10, 2009 6:48 pm
by RonnyK
Oops, sorry Eus, I didnt notice that I was replying in the MLE board ;)

Ronny

Re: version.php is not patched after upgrade

Posted: Mon Aug 10, 2009 7:17 pm
by alby
eus wrote: The non mle version upgrade's normally and has version.php included.
From announce topic Multilanguage CMSMS MLE 1.6.3:
Diff file is VS CMSMS 1.6.3
eus wrote: I did read the upgrade procedure, but maybe i am missing something like Alby mentioned.
From Mini Howto MLE - Installation/Upgrade:
CASE C:
0a. Check Changelog for latest version (in this topic)
0b. Look to latest version topic (sticky always) in this forum
0c. BACKUP
1. Download cmsms-mle-XXXX.tar.gz from FORGE
2. Uncompress and overwrite in your folder
3. Upgrade like a normal CMSMS (install/upgrade.php) and enter in admin area for ugrade your modules (see user doc also)
I have not writing of using diff file for MLE upgrade but from original CMSMS only (case B) .........
Do you want to use diff files? For an example look here for 1.6 to 1.6.1

Alby

Re: version.php is not patched after upgrade

Posted: Tue Aug 11, 2009 8:11 am
by eus
>> Do you want to use diff files? For an example look here for 1.6 to 1.6.1

That's where i went wrong. I assumed the 1.6.3 mle diff file contains all update's from 1.6.

I'll stick to the solution you mentined: Update the whole mle tar file.
I'm running SVN locally so i see wich file's differ anyway.

Suggestion?: Drop the diff file's for the mle version in the download section. Then there is only 1 upgrade method for mle. While combining the normal diff packages with the mle diff packages is more complicated.


Thank you very much Alby