After installing Views on my Drupal (6.6 version), I have an error code, just like this:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home/mydomain/public_html/sites/all/modules/views/includes/admin.inc on line 2678

This error emerge firstly on modules list (http://mydomain/admin/build/modules), so I try to modified that admin.inc files as commenting in code. But the error still appear, yet toward another line (line 2864).

Please help me to coped with this problem.

Regards,

Comments

dj2216’s picture

I have exactly the same issue. As soon as I installed views the site crashed. Big time.

Any ideas anyone?

Cheers

Dan

cfuller@pinellasprep.org’s picture

I am having this problem as well, and really want to get the module working. Did you ever find a way to fix it?

dawehner’s picture

This can be caused by an incredible amount of different stuff, not just views.

I would like to set it to won't fix, but i'm not sure.

shakaama’s picture

Here are my installed modules: admin_menu cck fckeditor imce mollom nodewords pathauto poormanscron token. they work perfectly without views. evne if i just add views module and not even enable it, i get the error:

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 255697 bytes) in C:\xampplite\htdocs\drupaltest\includes\database.mysqli.inc on line 303

the last line number changes as the seconds go by. yes i am using xampplite. php 2.9 [i think] And I was following a guide of an example site and he requires views as one of the installed modules :(

cfuller@pinellasprep.org’s picture

I found a way to make it work. I had to increase the amount of memory that PHP was allowed to use. Worked well after that.

shakaama’s picture

Curtisf

could you share how exactly to do that?

dawehner’s picture

[#29268]

dagmar’s picture

Category: bug » support
Status: Postponed (maintainer needs more info) » Fixed

Ok, lets close this issue, Views 2.2?

As dereine said, you can increase your memory following this guide: http://drupal.org/node/29268

Status: Fixed » Closed (fixed)
Issue tags: -error, -fatal error, -memory exhausted

Automatically closed -- issue fixed for 2 weeks with no activity.