Allowed Memory Size Exhausted

Uploading a new component to a Joomla website I  received a  Allowed Memory Size Exhausted error. A fuller section of the  memory size error is given below: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 2063954 bytes) in /public_html/libraries/joomla/filesystem/archive/zip.php on line 285 In the file php.ini add ini_set(“memory_limit”,”12M”); You may need […]

Read More… from Allowed Memory Size Exhausted