[development] Left menu missing

Joel Penner (Volt) a-joelpe at microsoft.com
Fri Jul 25 16:37:56 UTC 2008


Looks like I found the problem. If the database returns NULL if there are no more rows to retrieve and that is then passed on to the app, it causes lots of problems, fixed

-----Original Message-----
From: development-bounces at drupal.org [mailto:development-bounces at drupal.org] On Behalf Of Earnie Boyd
Sent: Wednesday, July 23, 2008 6:53 AM
To: development at drupal.org
Subject: Re: [development] Left menu missing

Quoting "Joel Penner (Volt)" <a-joelpe at microsoft.com>:

> Yes, it's mostly blank, do you know if my database driver would have
> caused this? Where is this data gathered from?
>

The cache_menu table holds the result from the menu module calling
every hook_menu implementation and then calling cache_set with the
serialized array data when there is no cache_menu data.  The menu
module may also call cache_set when there may be a need for an update.
The data type for the columns must be large enough to hold the
serialized data.  The devel module will give you clues and I highly
suggest it for any development of a module.

Earnie -- http://for-my-kids.com/
-- http://give-me-an-offer.com/




More information about the development mailing list