ErrorException [ Fatal Error ]: Class 'SimpleXMLElement' not found

SYSPATH/classes/SimpleXMLExtended.php [ 9 ]

 4  * Date: 2014.07.17.
 5  * Time: 15:56
 6  * Project: delina.hu
 7  * Company: d2c
 8  */
 9 class SimpleXMLExtended extends SimpleXMLElement {
10 
11     public function addCData($cdata_text) {
12         $node = dom_import_simplexml($this);
13         $no = $node->ownerDocument;
14         $node->appendChild($no->createCDATASection($cdata_text));
  1. APPPATH/classes/Model/Feed.php [ 12 ] » Kohana_Corestaticauto_load()

  2. APPPATH/classes/Model/Feed.php [ 12 ] » spl_autoload_call()

  3. APPPATH/classes/Model/Feed.php [ 69 ] » Feedstaticcreate()

  4. APPPATH/classes/Controller/Feed.php [ 15 ] » Model_Feedstaticcreate()

  5. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Feeddynamicaction_index()

  6. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » Kohana_Controllerdynamicexecute()

  7. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethoddynamicinvoke()

  8. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internaldynamicexecute_request()

  9. SYSPATH/classes/Kohana/Request.php [ 994 ] » Kohana_Request_Clientdynamicexecute()

  10. DOCROOT/index.php [ 118 ] » Kohana_Requestdynamicexecute()

  11. DOCROOT/index.php [ 0 ] » {main}()

Environment