ErrorException [ Fatal Error ]: Allowed memory size of 268435456 bytes exhausted (tried to allocate 8192 bytes)

MODPATH/products/classes/myarrayobject.php [ 19 ]

14         return $this->count()==0;
15     }
16 
17     public function merge(array $array) {
18         foreach($array as $key => $value) {
19             $this[$key] = $value;
20         }
21     }
22 }
23 
24 ?>
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment