Error using the new X2
Posted: 07 Apr 2011, 04:06
I uploaded the new version and set the correct permissions according the quick start guide.
But when I want to open my gallery or try to use the admin menu I am getting the following error:
Fatal error: Call to a member function getValue() on a non-object in /home/skiksshoes/domains/eskalaschoenmode.nl/public_html/imagevue/iv-includes/include/ivXml.class.php on line 425
This is the contence of the line:
Help!
But when I want to open my gallery or try to use the admin menu I am getting the following error:
Fatal error: Call to a member function getValue() on a non-object in /home/skiksshoes/domains/eskalaschoenmode.nl/public_html/imagevue/iv-includes/include/ivXml.class.php on line 425
This is the contence of the line:
Code
function get($xPath)
{
$node = $this->findByXPath($xPath);
return $node->getValue();
}