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

MODPATH/products/classes/model/product.php [ 101 ]

 96         $this->data = new MyArrayObject();
 97 
 98         foreach($exts as $class) {
 99             $classname = "Model_Product_".$class;
100             if (class_exists($classname)) {
101                 $this->extensions[strtolower($class)] = new $classname($this->lang);
102 
103                 if (method_exists($this->extensions[strtolower($class)], "loadBaseData")) {
104                     $this->extensionDataLoad[] = $this->extensions[strtolower($class)]->loadBaseData($this->data);
105                 }
106             }
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment