After installing and updating from 6.x-1.2 to 6.x-1.3-beta3, Drupal always tells me that there's a new version to install.
The update seems to have failed.
After installing and updating from 6.x-1.2 to 6.x-1.3-beta3, Drupal always tells me that there's a new version to install.
The update seems to have failed.
Comments
Comment #1
stillcut commentedComment #2
stillcut commentedComment #3
stillcut commentedWhen I look into nodewords.info, I see a mention of the latest version : "6.x-1.3-beta3"
I've noticed that I've got a basic_metatags folder and another nodewords_basic folder.
Comment #4
avpadernoThat happened because you copied the new files without to first delete the old files. if some files have been renamed (as it happened in this case), you would have both the old files, and the new files. Generally speaking, it is always better to delete the old files before to copy the new ones.
To notice that the files have been renamed before version 6.x-1.3-beta3 was released.
Comment #5
stillcut commentedSo , I juste have to delete the basic_metatags and extra_metatags folders ?
Comment #6
avpadernoDisable all the Nodewords modules, delete all the files, and copy the files of the version you want to use, then re-enable the modules you need.
Also, be sure to not have other copies of Nodewords in other directories.
Comment #7
stillcut commentedThank you for your support.