I installed the Gmap module as instructed in the readme fille. When I go to my admin screen and click on Gmap link (adming/settings/gmap), I get "page not found". Anybody else seeing this?
Everything was fine for a month or so and now rupal crashes both my IIS and Apache
I have done a lot of debugging. I applied a higher memory limit also
memory_limit = 40M
saw this error in apache... IIS just exits the thread complaining Drupal crahsed it.
FATAL: emalloc(): Unable to allocate 1073741825 bytes
WHat else can I do. DO I raise the memory limit more. Remove extra modules. I would have hoped drupal shoudl be able to hanlde the no of modules it makes avail fro use.
I want to create a type of content that provides me with something similar to what you get when you go to the 'views' manager section. I want a collapsible form and within this another colllapsible form and so on, as in the 'Page Views' section. When you edit a view, you hace the 'Page section' and within this one you can go to the collapsible 'Header' section who also contains a 'Entry format' collapsible section.
How can I create myself a type of content like that?