Hi!

I need your help and recommendation.

Is the first time that I install drupal and there is a fatal error message that I don't know what to do.

When I select "module" link, I receive the next message:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in /home2/signodep/public_html/includes/theme.inc on line 729

What do you recommend me to do?

Comments

cog.rusty’s picture

See http://drupal.org/node/207036 for ways to increase PHP's memory limit.

Currently you have 32M, which obviously is not enough for some pages. Core-only Drupal requires 16M but additional installed modules need more.

Alternatively, you can disable some modules (see also the open buffet syndrome). Some modules are more memory-hungry than other.

signodepesos’s picture

Thanks for your recommendation.

The problem has been resolved.

Regards!