please help me i want to create a multi ligual site and when i install not enough memory while iam uploading the module i18n... iam being posting for the last some days no one is been responding to it... plz tell me what can i do...

Comments

matkeane’s picture

Hi,

I had the same problem when I installed the i18n module - the site promptly fell over with 'could not allocate memory' PHP errors. The solution is to increase the amount of memory available to PHP and the way to achieve this will depend on your web host. Some allow you to modify the php.ini file to increase the memory_limit, others let you do it in an .htaccess file.

Google around for 'php set memory_limit', optionally with your host name, and you will probably find some answers.

You don't seem to need to go mad with the memory setting though, moving it up from the default 12M to 16M solved my problem, and I left it at 24M to give me some breathing space. It's also a good moment to disable all those modules that you install just to see what they do, then end up not actually using.

Matthew