Difference between revisions of "Drupal"

From Blue-IT.org Wiki

(Troubleshooting)
(Troubleshooting)
Line 2: Line 2:
 
== Color module not working ==
 
== Color module not working ==
 
File permissions has to be set to '''public''' !
 
File permissions has to be set to '''public''' !
 +
 +
== Contact form ==
 +
The contact form module has an entry in the "navigation" (!) menu which is NOT aktivated by default. Simply
  
 
== Memory Limits ==
 
== Memory Limits ==
Line 8: Line 11:
 
to the  
 
to the  
 
  ini_set('memory_limit',            '24M');
 
  ini_set('memory_limit',            '24M');
 +
 +
The other way is to edit apache's '''php.ini''' and customize the value there. Image processing needs - for drupal 6 - a minimal amount of 96M memory size!
  
 
== Not satisfied with Translation (.po files) ==
 
== Not satisfied with Translation (.po files) ==

Revision as of 18:59, 24 May 2009

Troubleshooting

Color module not working

File permissions has to be set to public !

Contact form

The contact form module has an entry in the "navigation" (!) menu which is NOT aktivated by default. Simply

Memory Limits

If error messages occur about memory linmit, then add:

vim sites/default/settings.php

to the

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

The other way is to edit apache's php.ini and customize the value there. Image processing needs - for drupal 6 - a minimal amount of 96M memory size!

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