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
Comment #1
dj2216 commentedI have exactly the same issue. As soon as I installed views the site crashed. Big time.
Any ideas anyone?
Cheers
Dan
Comment #2
cfuller@pinellasprep.org commentedI am having this problem as well, and really want to get the module working. Did you ever find a way to fix it?
Comment #3
dawehnerThis 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.
Comment #4
shakaama commentedHere 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 :(
Comment #5
cfuller@pinellasprep.org commentedI 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.
Comment #6
shakaama commentedCurtisf
could you share how exactly to do that?
Comment #7
dawehner[#29268]
Comment #8
dagmarOk, lets close this issue, Views 2.2?
As dereine said, you can increase your memory following this guide: http://drupal.org/node/29268