I'm having some problems importing the portuguese lang pack into drupal... the import procedure fails and I get this line of error in the apache error log:

[Wed Jun 22 17:06:03 2005] [error] PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 700 bytes) in /usr/local/www/wwwroot/drupal461/includes/locale.inc on line 378

any idea on what might be causing this?

Comments

mikhailian’s picture

change

; Maximum size of POST data that PHP will accept.
post_max_size = 8M

in your php.ini file to a higher value.

mcduarte2000’s picture

Status: Active » Closed (fixed)

Or in alternativa, download from the CVS the individual files and upload them one by one.