View Single Post
  #1 (permalink)  
Old 10-18-2007, 06:17 PM
OldDarkstarAccount OldDarkstarAccount is offline
Senior Member
 
Join Date: Jan 2006
Posts: 799
iTrader: 0 / 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
OldDarkstarAccount is a name known to allOldDarkstarAccount is a name known to allOldDarkstarAccount is a name known to allOldDarkstarAccount is a name known to allOldDarkstarAccount is a name known to allOldDarkstarAccount is a name known to all
Default If you ever had this problem...

Well I am writing this post because it happened to me yesterday and I guess it will be useful if it will happen to some else in the future. So , just to help you , to know the solve of your problem is here :

- IF you work with CMS and you encountered this problem

Allowed memory size of xxxxxxxxx bytes exhausted (tried to allocate xxxxxxx bytes) in......

The easiest way to solve this is to add this to your .htaccess file

Quote:
php_value memory_limit "16M"
I am sure that joomla users have encountered this error at least once..
Reply With Quote