I'm having problems with doing a simple module and theme update. First I have the current 6.20 version of Drupal and I have completed updates and upgrades to my site for the past few years, so I'm pretty sure I'm not doing anything wrong. So here are the problems
1. Last night I tried to update Token 6.x-1.15 to 6.x-1.16. So I logged in as user 1, removed the older token folder and uploaded the new version. I then ran update and it ran fine with no errors. However, when I did a status report, it should I still had an outdated module. When I look at the module list, it still showed 6.x-1.15. I tried the process again several time, ensuring I had down loaded the correct version. Each time the same result. It is like the update is not updating the database or something. Any help would be great.
2. Today, I tried updating a theme and ran into a similar problem as above. I changed to a core them, removed the old theme folder and replaced it with the updated theme. When I went to the theme area to activate it, it still listed the old them version and not the new theme version. I refreshed the page, cleared the cache and it still shows the old version.
Somehow I think the two problems are linked, but I'm not sure what's going on. Does anyone have a clue what could be causing these problems?
Comments
Can you see 1.6 in Modules
Can you see 1.6 in Modules admin page?
Actually I have not yet updated to 1.6 because I was using the DEV version.
Perhaps running update.php 2 times will work.(I mean running the normal update and again without actual updated files)
Did the toke.info file says that it's 1.6 ?
What's new and changing in PHP 8.4
It still say says 1.15 In the Module Screen
In the module screen, token is still listed as 1.15. The token info file and other files within the download all say 1.16.
I'm having the same problem with a theme I'm trying to update. I actually removed the theme completely and it is still showing on the theme list.
Just locate an image that
Just locate an image that comes with theme and request that URL directly. If theme works well, then there should be theme files in another folder. and for Token, I think there is another token folder is placed somewhere.
What's new and changing in PHP 8.4
Looking in Folders & Clearing Cache
I looked in the folders and files of the Token module I loaded, they all reference the new version, but it is still showing the old version in the module list. I have run update several times and it still says 6.x-1.15 when it should show 6.x-1,16.
As for the theme I have completed removed the theme folder from the sites/all/themes folder, but the theme still shows up in the list of available themes. This is after I have refreshed the page, cleared the cache, exited and logged back in.
I'm not a coder, but it seems as if there may be a problem with my database. Could that be the case?
Have You Ever Seen This Issue?
I have tried just about everything I can think of to solve this problem and nothing works. Has anyone ever see this problem?
HELP!!!!!
Folks, I really need help with this issue. Does anyone have any suggestions?
Still In Need Help!
My hosting service is now working the issue. So far, they were able to fix the 6.22 by redoing it and updating the database manually. They fixed the Token error also, but there is till the problem of the theme.
They were able to delete the them that was showing up in the admin theme list, even though I had deleted it from the /sites/all/themes folder.
Now they are trying to figure out why new themes loaded in the /sites/all/themes folder are now showing up in the admin themes list.
If anyone has any ideas, please let me know.
I know this thread is a bit
I know this thread is a bit out of date, but thot I might write about what worked for me. I was having this same problem with updating Token. In the process of updating modules, I was moving the old module files to a folder, "old", that was still within the modules folder (and therefore, the older version of the Token module was also in this "old" folder --- sites/all/modules/old/token). I moved the old folder out of the drupal installation -- updated my page view on the module listing, and sure enough, now Token showed as updated. Hope this info can help someone.