Hi, I'm getting this error, can any help? One minute it was fine, next I get this: Fatal error: Out of memory (allocated 7864320) (tried to allocate 311296 bytes) in /home/releasen/public_html/libraries/joomla/environment/browser.php on line 596 thanks!
This problem arises due to php memory limit. The script that you executed consumed the maximum allowed memory and couldn't allocate the further required memory. Try to increase php_memory_limit if you have access to the php.ini file and edit it.
before you create php.ini file perhaps you can consult with your hosting provider how much they allow you to make additional memory limit. and code something like memory_limit = 16M create ini notepad and save as all Files and give the name php.ini then upload to your root hosting or in public_html folder