I was working with the menu module, but now clicking on the link in the administration submenu yields a blank page. I've got enough PHP experience to go under the hood if need be, but I'm not sure what to start poking with a stick. Any suggestions on where I start with this?

Comments

jefgodesky’s picture

That should be "Menu module admin stopped working?" obviously....

--
Jason Godesky
jason@anthropik.com

killes@www.drop.org’s picture

Might be a cache issue. Try "delete from cache;" in your mysql client.

--
If you have troubles with a particular contrib project, please consider filing a support request. Thanks. And, by the way, Drupal 4.5 does not work with PHP 5.

jefgodesky’s picture

Cleared the cache, doesn't appear to have accomplished anything.

--
Jason Godesky
jason@anthropik.com

killes@www.drop.org’s picture

Do you have any contrib modules installed? Maybe one of them has a bug or is not updated. Are there any errors in your Apache log? What did you change in the menu?
--
If you have troubles with a particular contrib project, please consider filing a support request. Thanks. And, by the way, Drupal 4.5 does not work with PHP 5.

jefgodesky’s picture

Almost all of them. I tried turning all of them off, and began resetting them one at a time to see which one might be causing problems ... none of them did, and I now have them all back on, and the menu module admin is working just fine. I'm not quite sure what happened, but it seems to be working now. Thanks for the tip, Killes!

--
Jason Godesky
jason@anthropik.com

jefgodesky’s picture

... apparently, it's not the modules configuration, but the existence of a page.

--
Jason Godesky
jason@anthropik.com

jefgodesky’s picture