
August 28th, 2007, 08:18 AM
|
|
Registered User
|
|
Join Date: Aug 2007
Posts: 2
Time spent in forums: 29 m 13 sec
Reputation Power: 0
|
|
|
ZNF framework Setup Not Run.
I am trying to install the ZNF PEAR modules in my server but in the file Translation.php
happens a error , to refer at following variables :
Code: ( php )
$translationDefaultXpath = new DOMXPath($translationDefaultXml);
$translationDefaultXpath->registerNamespace('tra','znf-translation');
The server returns following warning :
"PHP Warning: DOMDocument::schemaValidate()[<a href='function.DOMDocument-schemaValidate'>function.DOMDocument-schemaValidate</a>]: Element '{znf-translation}znf-translation': Missing child element(s). Expected is ( {znf-translation}item ). in /path/to/Translation.php on line 100 ".
Please, if you can to give me an idea what's happen.
|