Certain functions within joomla rely on a high/normal php memory limit. Certain web hosting companys have a very low php memory limit, around 8mb.

Having a low php memory limit can cause problems with accessing the xmap component in the backend, and using the joomfish translation in the backend.

You can check your php memory limit in joomla by going to the help menu and clicking on system info. Click on the php information tab and search for the tem memory_limit

This can be increased locally without changing any server settings.

Some people suggest adding this line to the configuration.php file. However, this file is rewritten everytime the global configuration is changed and it would be wiped out. I suggest adding it to the index.php file in the root directory, and in the index.php file in the administrator folder.

Underneath the line [code]<?php[/code] add this line:

[code]ini_set('memory_limit','32M');[/code]

Changing 32 to whatever you would like to set the limit at.

This has other benefits than just helping the backend function. A high php memory limit can speed up the database connection and generally speed up your joomla websites page loading time.

Category: Joomla

Newsletter Signup

Latest Posts

Translate K2store Product Attributes with Joomfish Translate K2store Product Attributes with Joomfish 2011-11-03 - If you have a K2store and your site is in multiple languages, you might have found th... More detail
French Translations for K2store French Translations for K2store 2011-11-02 - I have been working recently with the K2 component/plugin K2store. As a simple sho... More detail
How I Upgraded to Joomla 1.7 How I Upgraded to Joomla 1.7 2011-09-25 - Inspired by Robert Vining over at www.joomstew.com and the fact that I am building mo... More detail
Pagespeed Addon for Firefox 7 (and enable all your incompatible addons!) Pagespeed Addon for Firefox 7 (and enable all your incompatible addons!) 2011-09-20 - If you have the beta test version of firefox then it can be quite annoying when you u... More detail
Enable KeepAlive on Godaddy VPS Enable KeepAlive on Godaddy VPS 2011-09-19 - Another red warning light when running google page speed or yslow that is quite easy ... More detail

Twitter Stuff