10-25-2011, 01:49 AM
(10-24-2011, 01:12 PM)steinm Wrote:(10-24-2011, 12:35 AM)amwassil Wrote: Recently installed: LetoDMS-3.0.0-RC5 and everything seems to be working OK except "role".
You should try version 3.2.0
Uwe
Thanks. I've installed version 3.2.0. By the way your installation and upgrade instructions need to be updated, they are almost useless for this version. Anyway, did a fresh install, edited conf/settings.xml, but when I attempt to install I get the following error:
http://path-to-dms/install/install.php
Fatal error: Call to a member function xpath() on a non-object in /inc/inc.ClassSettings.php on line 232
Here's the offending line:
232 $node = $xml->xpath('/configuration/site/display');
There is NO /configuration directory anywhere, so it's going to fail on these lines as well:
241 $node = $xml->xpath('/configuration/site/edition');
253 $node = $xml->xpath('/configuration/site/calendar');
260 $node = $xml->xpath('/configuration/system/server');
272 $node = $xml->xpath('/configuration/system/authentication');
281 $node = $xml->xpath('/configuration/system/authentication/connectors/connector');
316 $node = $xml->xpath('/configuration/system/database');
326 $node = $xml->xpath('/configuration/system/smtp');
... and a whole bunch more I won't bother to list here.
What happened, did something get left out of the 3.2.0 tarball? Please advise. thanks.