After upgrading to 6.5 on my development site, I encountered several problems including the taxonomy access module causing a permissions issue and the dhtml module not working, both of which I posted in the appropriate areas. However additionally, I could not change my menus from the last state they were in before the upgrade, ie. menus were expanded and would not collapse regardless of what I did. I decided to go back to 6.4 until I can get these things sorted out.

Has anyone else had similar problems?

Thanks
rww

Comments

cog.rusty’s picture

Some questions, just to help narrow down which problems qualify as similar:

You ran update.php and it did a database update successfully?
Did your admin/reports/status page report any problems?
Did you try the "Rebuild permissions" button in admin/content/post-settings to fix the permission problem?

RWWood’s picture

>> You ran update.php and it did a database update successfully?
If you're asking about the update to D6.5 from D6.4, yes. During that time I had all modules disabled.

>> Did your admin/reports/status page report any problems?
Not for the D6.5 update, but when I tried to run the update for modules that had updates available, it never completed. See http://drupal.org/node/320074

>> Did you try the "Rebuild permissions" button in admin/content/post-settings to fix the permission problem?
Yes, and if failed also. See http://drupal.org/node/319960

Thanks.
rww

cog.rusty’s picture

Maybe it is worth trying to increase your php memory and then try update.php and "rebuild permissions" again.

Check how much you have (http://drupal.org/node/59680) and add 16M more (http://drupal.org/node/207036)

Also, have you added any new module during the update? Do you suspect any of them for instability?

RWWood’s picture

I already have memory_limit=96M, so that's not the problem. I have had no problem in doing module updates with D6.4 either. As I indicated in my previous post, the permissions issue was the fault of the Taxonomy Access module, which apparently is not compatible with 6.5.

Anyone else have suggestions for this problem?