I updated to Drupal 6.3 from an earlier version of 6.x as and then upgraded 6 modules.
Available updates still says I need to update to Drupal 6.3 and that 4 out of the 6 modules still need to be updated.

With respect to the Drupal 6.3 update, I downloaded the files currently on my site and did a folder/file comparison between these files and the ones in the the unpacked 6.3 zip file and I don't see a difference. Therefore, I'm not sure why it still says I need an update.

I did run update.php and did not receive any errors.

Does anyone know what the problem may be?

Thanks!

Comments

klequis’s picture

I just tried to run cron.php and got this error

Fatal error: Call to undefined function menu_get_menu() in /home/software/public_html/includes/common.inc(1743) : eval()'d code on line 5

Jaypan’s picture

One of your textareas (in a node/block etc) is using the php input filter is calling the function menu_get_menu(). This is causing an error, so you'll need to figure out where this is happening, and remove that line of code.

klequis’s picture

Do you think that the call to menu_get_menu() is the reason the upgrade of Core is not working (or is saying it is not work when it did)?