Closed (fixed)
Project:
Views (for Drupal 7)
Version:
5.x-1.6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
25 Oct 2007 at 21:20 UTC
Updated:
6 Oct 2008 at 16:41 UTC
When I try to install this module I get the following error:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 3840 bytes) in /var/www/coda/modules/views/modules/views_upload.inc on line 180
after that, my entire site is a blank white screen until I delete it from the modules folder.
Cheers!
Comments
Comment #1
vm commentedIt amazes me how few people actually read the troubleshooting section of the handbook.
your problem is your server not allwoing enough memory for your site to run. If it isn't views.module it will be another one that you add that will eventually give you a similar error message
read: Fatal error: Allowed memory size of X bytes exhausted (tried to allocate Y bytes)... and adjust accordingly
Comment #2
blueflowers commentedComment #3
arefnet commented