Another problem report. IMO, this problem should get some attention from the locale module maintainers and/or the translator community. If you're interested, let's discuss the technical issues on the development mailing list.
Begin forwarded message:
From: Christophe Chisogne christophe@publicityweb.com Date: Tue 13 Dec 2005 12:13:22 GMT+01:00 To: development@drupal.org Subject: [development] drupal php requirement : more than 8 Mb now? Reply-To: development@drupal.org
I had a strange problem while importing a new po file in drupal 4.6.4/5. Finally, I found the solution [3] : memory_limit should be higher than 8Mb.
The module causing seems to be locale. As it is in drupal core, I think the "System requirements" page [1] should be updated, because the next line isnt really true in my eyes:
"php memory of 8MB for a Drupal core install."
I know there is another web page [2] telling sometimes drupal needs more PHP memory, but I fear the exception had become the rule.
What do you think ? On one side, a 12Mb requirement may scare users, but on the other side, it would help users to avoid problems.
Ch.
[1] System requirements http://drupal.org/node/270
[2] My admin > modules page is blank http://drupal.org/node/31819
[3] Locale doesn't work for me http://drupal.org/node/12020#comment-18732
-- Dries Buytaert :: http://www.buytaert.net/
Hi,
On Tue, Dec 13, 2005 at 01:06:45PM +0100, Dries Buytaert wrote:
Another problem report. IMO, this problem should get some attention from the locale module maintainers and/or the translator community. If you're interested, let's discuss the technical issues on the development mailing list.
A quick workaround is to split the po file into multiple files and upload all of them. Not really elegant, but works. A better built-in solution would be nice, though.
Greetings, Uwe.