10-15-2012, 05:49 PM
(10-14-2012, 06:19 PM)Daniel Wrote: Hi,
Just tried to install LetoDMS 3.4.0 RC1 but it suddenly failed.
Base was a working LetoDMS 3.3.9. I replaced all the files (just leaving the data, the adodb, the Zend and the conf directory untouched).
When i try to open the login page the following error appears:
PHP Code:Fatal error: Call to a member function attributes() on a non-object in /volume1/web/docu_dev/inc/inc.ClassSettings.php on line 410
(10-14-2012, 06:19 PM)Daniel Wrote: You have to add the new section 'notification' to the configuration file.Also tried to run the installer, but the installer mentions a missing Zend Framework, even if it is there and works fine with 3.3.9 (if have full text enabled).
Check the template configuration in 3.4.0 and copy that section into your file.
Furthermore i tried to update the database, using the SQL file but this was also not successful. See the errors below (sorry they are all in german). The first one can be ignored, it comes up due to the fact that i ran it for a 2nd time to capture the errors.
PHP Code:[FEHLER in Abfrage 1] Table 'tblAttributeDefinitions' already exists
[FEHLER in Abfrage 2] Can't create table 'docmgmt_dev.tblFolderAttributes' (errno: 150)
[FEHLER in Abfrage 3] Can't create table 'docmgmt_dev.tblDocumentAttributes' (errno: 150)
[FEHLER in Abfrage 4] Incorrect table definition; there can be only one auto column and it must be defined as a key
[FEHLER in Abfrage 5] Can't create table 'docmgmt_dev.tblDocumentContentAttributes' (errno: 150)
Any idea what is going wrong here? Do i need to add more include paths (more as currently needed to run 3.3.x)?
Are you sure your database is not up to date already? Especially check if tblDocumentContent already has the column 'id'.
Uwe