Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
LetoDMS 3.4.0 RC1 - Installation Issues
#1
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 errorCall to a member function attributes() on a non-object in /volume1/web/docu_dev/inc/inc.ClassSettings.php on line 410 

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).

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 1Table 'tblAttributeDefinitions' already exists
[FEHLER in Abfrage 2Can't create table 'docmgmt_dev.tblFolderAttributes' (errno: 150)
[FEHLER in Abfrage 3] Can'
t create table 'docmgmt_dev.tblDocumentAttributes' (errno150)
[
FEHLER in Abfrage 4Incorrect table definitionthere can be only one auto column and it must be defined as a key
[FEHLER in Abfrage 5Can'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)?

Regards
Daniel
Reply
#2
(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 errorCall 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.
Check the template configuration in 3.4.0 and copy that section into your 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).

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 1Table 'tblAttributeDefinitions' already exists
[FEHLER in Abfrage 2Can't create table 'docmgmt_dev.tblFolderAttributes' (errno: 150)
[FEHLER in Abfrage 3] Can'
t create table 'docmgmt_dev.tblDocumentAttributes' (errno150)
[
FEHLER in Abfrage 4Incorrect table definitionthere can be only one auto column and it must be defined as a key
[FEHLER in Abfrage 5Can'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
Reply
#3
Hi Uwe,

I was able to get around all the errors using 3.4.0 RC3. I had to amend some settings and place the Core.php file within the installation root to get it recognized.

For the database update i used the integrated updater instead of running the SQL file against the database. Update process went smooth without errors.

Thanks
Reply


Forum Jump:


Users browsing this thread: