Difference between revisions of "Drupal"

From Blue-IT.org Wiki

(Modules / Addons)
Line 1: Line 1:
 +
= Troubleshooting =
 +
If error messages occur about memory linmit, then add:
 +
vim sites/default/settings.php
 +
to the
 +
ini_set('memory_limit',            '24M');
 +
 
= Links =
 
= Links =
 
== Default ==
 
== Default ==

Revision as of 13:17, 26 July 2008

Troubleshooting

If error messages occur about memory linmit, then add:

vim sites/default/settings.php

to the

ini_set('memory_limit',             '24M');

Links

Default

Modules / Addons