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
1.5.2 -> 1.5.3 notification problem
Re: 1.5.2 -> 1.5.3 notification problem
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
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
Thanks for the quick workaround.
Anyway, I hope to be able to use it again, it's a really useful feature!
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
Which CMSMS version in footer admin?Paolo wrote: Anyway, I hope to be able to use it again, it's a really useful feature!
Maybe version.php file in root is not overwrite
Alby
Re: 1.5.2 -> 1.5.3 notification problem
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";
Version.php is correctly update:
$CMS_VERSION = "1.5.3";
$CMS_VERSION_NAME = "Arecibo";
$CMS_SCHEMA_VERSION = "31";
Last edited by Paolo on Thu Mar 19, 2009 10:14 am, edited 1 time in total.