Community & Support

Can't administer Modules recieve memory error

I was installing calendar and necessary modules including cck content.module and now when I try to admisniter modules I recieve the following error

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 23040 bytes) in /home/bsat340/public_html/public_html/modules/views-6.x-2.0-rc1/views/includes/admin.inc on line 2723

How do I fix this I am new to Drupal and PHP. Please let me know what I am doing wrong

Comments

I have deleted all the

I have deleted all the uploaded files and now I can get to modules

It seems like you need to

It seems like you need to increase the amount of memory for PHP (though 32MB should have been enough). See http://drupal.org/node/207036

Taniwha Solutions- Drupal Consulting and Implementation. Site design and construction, module development, customization, etc.

I don't think upping the

I tried upping the memory but it didn't help and I am reluctant to go to my provider to up it. I don't think upping the memory is what is needed. I want to use the calendar but I may have to write my own to solve this problem. I reuploaded the files and I can do it all but still can not administer my modes once they are readded. I could administer them the first time then I lost access to them so I deleted the modules and re loaded them but once I uploaded them I could no longer get to modules. I can use all my modules but not get to the admin screen for them.

I have the same problem,

I have the same problem, with the same modules. I set memory_limit to 36M but anyting changed.
Any idea?
Thank you.
Fil

p.s.: I'm working with drupal 5.7

I don't wish bad things on

I don't wish bad things on anyone but I am glad I am not the only one having problems. I am new to drupal and it maybe that I have install an incorrect module. I have installed views, calendar, and CCK. I really would like to get this working. I am not sure it has to do with the calendar part because my calendar will work but I can not get into Modules if I have it installed I wonder if the views is not conflicting with the core somehow.

I solved the problem

I solved the problem increasing php memory limit
Try looking with the devel module to the amount of memory you are using.
When you install the devel module at the bottom of the page tyou can see the total amount of memory in usage. In this way probably you can understand the blank page problem.

Fil

I am a noob at PHP and

I am a noob at PHP and DRUPAL. I saw several ways to do it on one of the places I looked but could only find the one file and I tried that and it didn't work. Which file did you increase the memory and where do I find it. I will install the devel module. I hope one day to be as good at this as I am at COBOL or at least Java and C#.net.

Thanks for the help.

add the memory limit to the

add the memory limit to the settings.php
ini_set('memory_limit', '32M');

The modules page is special, because it does a lot of work.
Be sure to put the site offline when working on the modules page.

A workaround is having a separate subdomain that point to the same site:
The settings.php of the main site has memory limit of 32M, to show the pages to the public.
The settings.php of the subdomain has memory limit of 128M, intended for admin and moderator users.
(for this, see http://drupal.org/getting-started/5/install/multi-site)

To troubleshoot specific module problems try disabling them and reenabling them one by one.
If one module throw errors or have corrupted files, the module page will not run.

link not found :(

http://drupal.org/getting-started/5/install/multi-site don't works

after enabling some modules i can't see my admin page more, but only a white page
memory_limit set to 128M in the settings.php file of my C:\xampp\htdocs\drupal\sites\default
i'm getting crazy...

less is more than nothing!