Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in /home/mendipla/public_html/includes/src/Mage_Core_functions.php on line 60

Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/mendipla/public_html/includes/src/Mage_Core_functions.php on line 32
separated by slashes * @param string $value * @param boolean $overwrite * @return Varien_Simplexml_Config */ public function setNode($path, $value, $overwrite=true) { $xml = $this->_xml->setNode($path, $value, $overwrite); return $this; } /** * Process configuration xml * * @return Varien_Simplexml_Config */ public function applyExtends() { $targets = $this->getXpath($this->_xpathExtends); if (!$targets) { return $this; } foreach ($targets as $target) { $sources = $this->getXpath((string)$target['extends']); if ($sources) { foreach ($sources as $source) { $target->extend($source); } } else { #echo "Not found extend: ".(string)$target['extends']; } #unset($target['extends']); } return $this; } /** * Stub method for processing file data right after loading the file text * * @param string $text * @return string */ public function processFileData($text) { return $text; } /** * Enter description here... * * @param Varien_Simplexml_Config $config * @param boolean $overwrite * @return Varien_Simplexml_Config */ public function extend(Varien_Simplexml_Config $config, $overwrite=true) { $this->getNode()->extend($config->getNode(), $overwrite); return $this; } }
Fatal error: Uncaught Error: Class 'Varien_Simplexml_Config' not found in /home/mendipla/public_html/includes/src/Mage_Core_Model_Config_Base.php:38 Stack trace: #0 /home/mendipla/public_html/includes/src/Varien_Autoload.php(94): include() #1 [internal function]: Varien_Autoload->autoload('Mage_Core_Model...') #2 /home/mendipla/public_html/includes/src/Mage_Core_Model_Config.php(35): spl_autoload_call('Mage_Core_Model...') #3 /home/mendipla/public_html/includes/src/Varien_Autoload.php(94): include('/home/mendipla/...') #4 [internal function]: Varien_Autoload->autoload('Mage_Core_Model...') #5 /home/mendipla/public_html/app/Mage.php(740): spl_autoload_call('Mage_Core_Model...') #6 /home/mendipla/public_html/app/Mage.php(679): Mage::_setConfigModel(Array) #7 /home/mendipla/public_html/index.php(83): Mage::run('', 'store') #8 {main} thrown in /home/mendipla/public_html/includes/src/Mage_Core_Model_Config_Base.php on line 38