Hi,
The messages that are displayed in [div class="messages status"] at the top of the page (such as your configuration changes have been saved) are not being unset. That is, I'll get 4 or 5 bullet points of messages (it remembers the old ones) instead of a blank page.
In what I think is a seperate problem, I can't get admin/modules to show up. Whether I try the menu link or a direct url, the page will not show up. It won't even show a black white page, it just refreshes whatever page I'm on at the time.
Any help would be appreciated.
Alison
On 7/29/05, Alison Stanton alisons@bankofknowledge.net wrote:
Hi,
The messages that are displayed in [div class="messages status"] at the top of the page (such as your configuration changes have been saved) are not being unset. That is, I'll get 4 or 5 bullet points of messages (it remembers the old ones) instead of a blank page.
In what I think is a seperate problem, I can't get admin/modules to show up. Whether I try the menu link or a direct url, the page will not show up. It won't even show a black white page, it just refreshes whatever page I'm on at the time.
this happend to me when i started to create my own moules looks like one of your new installed modules is causing the problem
Any help would be appreciated.
rename some of the modules that you last added to your moules folder to [name].module.bak
and go to admin\modules
Alison
hope this helps
-- [ Drupal support list | http://lists.drupal.org/ ]
Thanks for responding Carlos. However, I have been writing Drupal modules since Aug '03. I'm stumped because the _node_name hook, all the functions in the module and the module itself all conform to a naming convention (insurancce). Is there a list of required hooks for a module? I believe I have them all. It worked previously with the module in place.
The status messages are unrelated because even when I delete both new modules from the directory, they still won't go away. Hence, I think it's a seperate problem.
Alison
Carlos Rivero writes:
On 7/29/05, Alison Stanton alisons@bankofknowledge.net wrote:
Hi,
The messages that are displayed in [div class="messages status"] at the top of the page (such as your configuration changes have been saved) are not being unset. That is, I'll get 4 or 5 bullet points of messages (it remembers the old ones) instead of a blank page.
In what I think is a seperate problem, I can't get admin/modules to show up. Whether I try the menu link or a direct url, the page will not show up. It won't even show a black white page, it just refreshes whatever page I'm on at the time.
this happend to me when i started to create my own moules looks like one of your new installed modules is causing the problem
Any help would be appreciated.
rename some of the modules that you last added to your moules folder to [name].module.bak
and go to admin\modules
Alison
hope this helps
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
On Fri, 29 Jul 2005, Alison Stanton wrote:
Thanks for responding Carlos. However, I have been writing Drupal modules since Aug '03. I'm stumped because the _node_name hook, all the functions in the module and the module itself all conform to a naming convention (insurancce). Is there a list of required hooks for a module? I believe I have them all. It worked previously with the module in place.
You have too many modules and the php memory limit is kicking in on that page.
The status messages are unrelated because even when I delete both new modules from the directory, they still won't go away. Hence, I think it's a seperate problem.
You run php 5 and there is some php variable you can set. http://drupal.org/node/21364
Both issues are very faq-ish.
Cheers, Gerhard