<em>@flyboy83 122301 wrote:</em><blockquote>What if you do not have access to your php.ini file?</blockquote>
In addition, if required the memory allocation can also be increased by these two ways :
2 ways of increasing memory allocation :
1. Create a text file add this line memory_limit = 32M save. rename to php.ini upload it to your joomla root folder.
2. OPen your .htaccess file and add this line php_value memory_limit 32M
Changing the limits in php.ini is preferred way.
If it doesn’t work you can ask you host to change it for you. In some cases server restart may be required to make it effective.
Memory execution errors are generally observed especially with photo galleries components which need to resize or create thumbnails.
hope this helps.
regards
arvind