高度な検索

(クリックで表示)

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

SYSPATH/classes/kohana/view.php [ 73 ]

68 			// Re-throw the exception
69 			throw $e;
70 		}
71 
72 		// Get the captured output and close the buffer
73 		return ob_get_clean();
74 	}
75 
76 	/**
77 	 * Sets a global variable, similar to [View::set], except that the
78 	 * variable will be accessible to all views.
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment