Difference between revisions of "Drupal"

From Blue-IT.org Wiki

(Troubleshooting)
Line 1: Line 1:
 
= Troubleshooting =
 
= Troubleshooting =
 +
== Memory Limits ==
 
If error messages occur about memory linmit, then add:
 
If error messages occur about memory linmit, then add:
 
  vim sites/default/settings.php
 
  vim sites/default/settings.php
 
to the  
 
to the  
 
  ini_set('memory_limit',            '24M');
 
  ini_set('memory_limit',            '24M');
 +
 +
== Not stisfied with Strings ==
 +
Either edit the ''.po'' files for the translation or add the following module:
 +
* [http://drupal.org/project/stringoverrides String Overrides]
  
 
= Links =
 
= Links =

Revision as of 14:47, 26 July 2008

Troubleshooting

Memory Limits

If error messages occur about memory linmit, then add:

vim sites/default/settings.php

to the

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

Not stisfied with Strings

Either edit the .po files for the translation or add the following module:

Links

Default

Modules / Addons