Hello
I did the update module FileField 6.x-3.7 as it
must say it was putting my site offline and then clearing the
modules and finally launching update.php. when I go to the file
filefield.info I see:
version = "6.x-3.7"
and yet in the interface of Drupal admin/reports/updates I
always appears with a red banner "Updating Security
Required "and FileField 6.x-3.2 (see image attached).
I do not know how to settle this state.
Ideas?
Thank you
| Comment | File | Size | Author |
|---|---|---|---|
| Capture.png | 19.29 KB | pcsystemd |
Comments
Comment #1
quicksketchYou likely have a stray copy of FileField installed somewhere else on your site. Look in your "system" database table and see what the filepath is for FileField. It's probably a copy in a subdirectory somewhere on your site. Delete that extra copy and then clear your Drupal caches at admin/settings/performance. Don't forget to run update.php also.
Comment #2
pcsystemd commentedThank you it works. As I made a directory Filefield.old that was lying around.I removed it and then made an update and clear the cache.
Comment #3
quicksketch