Page 1 of 1

1.5.2 -> 1.5.3 notification problem

Posted: Thu Mar 19, 2009 9:28 am
by Paolo
Hi all,
today I've update my CMS Made Simple from version 1.5.2 to 1.5.3 using the package full diff.
Everything went well, I've copied all the files over my existing installation without run install/upgrade.php since it wasn't present in the install folder of this package.
Everything is working perfectly except that when I enter in the admin section I still have one unhandled notification that says: Core Notice: A new version of CMS Made Simple is available. Please notify your administrator.
I've tried to clear the cache and if I check under Site Admin -> System Information the CMS version is 1.5.3.
Do you have any suggestions to fix this small problem?
Thanks in advance.

Paolo

Re: 1.5.2 -> 1.5.3 notification problem

Posted: Thu Mar 19, 2009 9:37 am
by RonnyK
Paolo,

you can make the message dissappear, by putting the word 'none' in Global Settings, at the URL to check for newer versions.

I have to check why that is giving back a higher version....

Ronny

Re: 1.5.2 -> 1.5.3 notification problem

Posted: Thu Mar 19, 2009 9:46 am
by Paolo
Thanks for the quick workaround.
Anyway, I hope to be able to use it again, it's a really useful feature!

Re: 1.5.2 -> 1.5.3 notification problem

Posted: Thu Mar 19, 2009 10:07 am
by alby
Paolo wrote: Anyway, I hope to be able to use it again, it's a really useful feature!
Which CMSMS version in footer admin?
Maybe version.php file in root is not overwrite

Alby

Re: 1.5.2 -> 1.5.3 notification problem

Posted: Thu Mar 19, 2009 10:12 am
by Paolo
In my footer admin I have: "CMS Made Simple 1.5.3 "Arecibo"

Version.php is correctly update:

$CMS_VERSION = "1.5.3";
$CMS_VERSION_NAME = "Arecibo";
$CMS_SCHEMA_VERSION = "31";