10-25-2011, 08:16 PM
(10-25-2011, 01:49 AM)amwassil Wrote:(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:
I know the install instructions are in bad shape. In your case the configuration file was probably not found. The install.php script should have copied the template form install/settings.xml.template_install into conf/settings.xml.
Check if conf/settings.xml is at its place.
Uwe