Difference between revisions of "Drupal"

From Blue-IT.org Wiki

(Troubleshooting)
(Troubleshooting)
Line 1: Line 1:
 
= Troubleshooting =
 
= Troubleshooting =
 +
== Color module not working ==
 +
File permissions has to be set to '''public''' !
 +
 
== Memory Limits ==
 
== Memory Limits ==
 
If error messages occur about memory linmit, then add:
 
If error messages occur about memory linmit, then add:

Revision as of 13:58, 4 August 2008

Troubleshooting

Color module not working

File permissions has to be set to public !

Memory Limits

If error messages occur about memory linmit, then add:

vim sites/default/settings.php

to the

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

Not satisfied with Translation (.po files)

Edit the .po files for the translation and add them via the translation module.

You can also add the following module which filters active content:

Alter Strings

Go to Setting->Translation and click to the Search button.

Search for

@username's blog

and add your own translation.

Cron

On your sit enable cron

crontab -e -u www-data

and enter a line like (45 runs every hour)

45 * * * *  /usr/bin/lynx -source http://example.com/cron.php

Links

Default

Modules / Addons