Hi,
I am new to Drupal. I am using LAMP on Ubuntu 8.04 platform. I have installed Drupal6.4 but i think i have problem in its configuration. When i go to add Modules the following error comes:
-- *Fatal error*: Allowed memory size of 16777216 bytes exhausted (tried to allocate 283376 bytes) in */var/www/drupal/includes/database.mysqli.inc* on line *303
*Please tell me how do I go about it.
Regards, Prateek Singh
In Ubuntu, you want to edit the file (using sudo or root permissions) /etc/php5/apache2/php.ini
Look for:
memory_limit = 16M ; Maximum amount of memory a script may consume (16MB)
and change the 16M limit (reflected in your error message) to 64M or 128M
Save the file. Then restart the apache web server (assuming apache2):
$ sudo apache2ctl restart
That should solve your problem.
Victor Kane http://awebfactory.com.ar
On Mon, Aug 25, 2008 at 5:07 PM, Prateek Singh prateek.biz@gmail.com wrote:
Hi,
I am new to Drupal. I am using LAMP on Ubuntu 8.04 platform. I have installed Drupal6.4 but i think i have problem in its configuration. When i go to add Modules the following error comes:
-- Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 283376 bytes) in /var/www/drupal/includes/database.mysqli.inc on line 303
Please tell me how do I go about it.
Regards, Prateek Singh
-- [ Drupal support list | http://lists.drupal.org/ ]