11-15-2011, 06:53 AM
(This post was last modified: 11-16-2011, 05:07 AM by innovanube.)
Hi,
I use a Linux host to support LetoDMS, install is correct works well without Zend, I upload documents and view and download works correct, after this I install Zend library version 1.11.11
on /usr/share/php, modify the init file in /etc/php5/zend-framework.ini to add the path, all ok, Zend recognise by the system, all ok in infophp(). But I have two problems:
LetoDMS can't login, only show a blank screen after login, user and paword are ok, then deactivate the Zend, restart Apache2 service and the login work correctly, during the execution enable Zend again (with LetoDMS running) and check the full index text, index and seek working well, but download and view online don't work:
In a nutshell, how affect Zend to login, download documents and view online. I tray to put Zend in other place (/var/www) and only the library, and a has the same result.
Any ideas?
N.B. more details:
Platform Linux Ubuntu 11.10, Apache 2.2.6, PHP 5.3.3-16, no other frameworks installed, MySQL 5.1
LetoDMS 3.1 RC1 working well without Zend Framework installed on /var/www/LetoDMS directory
Can Apache or Zend module override some LetoDMS function cause malfuntion?
Anyone have same problem?
Thanks in advance.
SOLVED!: the pear module login.php was missing
I use a Linux host to support LetoDMS, install is correct works well without Zend, I upload documents and view and download works correct, after this I install Zend library version 1.11.11
on /usr/share/php, modify the init file in /etc/php5/zend-framework.ini to add the path, all ok, Zend recognise by the system, all ok in infophp(). But I have two problems:
LetoDMS can't login, only show a blank screen after login, user and paword are ok, then deactivate the Zend, restart Apache2 service and the login work correctly, during the execution enable Zend again (with LetoDMS running) and check the full index text, index and seek working well, but download and view online don't work:
In a nutshell, how affect Zend to login, download documents and view online. I tray to put Zend in other place (/var/www) and only the library, and a has the same result.
Any ideas?
N.B. more details:
Platform Linux Ubuntu 11.10, Apache 2.2.6, PHP 5.3.3-16, no other frameworks installed, MySQL 5.1
LetoDMS 3.1 RC1 working well without Zend Framework installed on /var/www/LetoDMS directory
Can Apache or Zend module override some LetoDMS function cause malfuntion?
Anyone have same problem?
Thanks in advance.
SOLVED!: the pear module login.php was missing