![]() |
After my first installation blank screen with Database update needed. - Printable Version +- LetoDMS Community Forum (https://community.letodms.com) +-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4) +--- Forum: Installation Problems (https://community.letodms.com/forumdisplay.php?fid=9) +--- Thread: After my first installation blank screen with Database update needed. (/showthread.php?tid=564) Pages:
1
2
|
RE: After my first installation blank screen with Database update needed. - Daniel - 11-27-2012 (11-27-2012, 03:24 PM)informativa Wrote:(11-27-2012, 12:01 PM)Daniel Wrote: For the Check Version: What you are trying to achieve? But your error message is related to the database upgrade issue or not? If not i would suggest to open a new thread for the (or error) you are getting. For now i can't reproduce the error here, maybe you can attach a screenshot. Thanks Daniel RE: After my first installation blank screen with Database update needed. - informativa - 11-28-2012 I m resolved. i install last rc version . Tanks RE: After my first installation blank screen with Database update needed. - chita - 12-06-2012 I have tried letoDMS-3.4.0RC4, letoDMS-3.4.0RC5 & letoDMS-3.4.0RC6 and also some other old version but I am struck with blank screen during the installation of install/install.php script, I am using # cat /etc/redhat-release Red Hat Enterprise Linux Server release 5.7 (Tikanga) # php -v PHP 5.3.3 (cli) (built: Jan 20 2011 06:13:52) Copyright © 1997-2010 The PHP Group Zend Engine v2.3.0, Copyright © 1998-2010 Zend Technologies # httpd -v Server version: Apache/2.2.3 Server built: Jun 16 2011 11:26:48 [root@localhost resources]# I have tried : adodb-ext-504.zip and adodb_lite1.42.zip But no luck, Any suggestion to complete the installation Thanks Chita RE: After my first installation blank screen with Database update needed. - steinm - 12-06-2012 (12-06-2012, 12:52 PM)chita Wrote: I have tried letoDMS-3.4.0RC4, letoDMS-3.4.0RC5 & letoDMS-3.4.0RC6 and also some other old version but I am struck with blank screen during the installation of install/install.php script, I am using Can you provide an error message, possibly from the apache error log? Uwe RE: After my first installation blank screen with Database update needed. - chita - 12-11-2012 [Tue Dec 11 12:37:31 2012] [notice] SELinux policy enabled; httpd running as context user_u ![]() [Tue Dec 11 12:37:31 2012] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Tue Dec 11 12:37:31 2012] [notice] Digest: generating secret for digest authentication ... [Tue Dec 11 12:37:31 2012] [notice] Digest: done [Tue Dec 11 12:37:31 2012] [notice] Apache/2.2.3 (Red Hat) configured -- resuming normal operations [Tue Dec 11 12:37:46 2012] [error] [client 10.201.92.104] PHP Fatal error: Call to undefined method mysql_driver_ADOConnection::SetFetchMode() in /usr/share/pear/LetoDMS/Core/inc.DBAccess.php on line 106, referer: http://10.201.110.196/doc/letoDMS-3.4.0RC6/install/install.php RE: After my first installation blank screen with Database update needed. - steinm - 12-11-2012 (12-11-2012, 12:48 PM)chita Wrote: [Tue Dec 11 12:37:31 2012] [notice] SELinux policy enabled; httpd running as context user_u Is this happening when you go into the installation routine install/install.php? Uwe RE: After my first installation blank screen with Database update needed. - Daniel - 12-11-2012 Did you install LetoDMS into the PEAR directory? Is the Adodb directory in the same directory as the LetoDMS installation? RE: After my first installation blank screen with Database update needed. - chita - 12-12-2012 Is this happening when you go into the installation routine install/install.php? Uwe [/quote] Yes, now I am getting the following error in /var/log/httpd/error_log [Wed Dec 12 11:23:25 2012] [error] [client 10.201.92.104] PHP Fatal error: Call to undefined method mysql_driver_ADOConnection: ![]() Warning Zend Framework : Not found => Install Zend Framework, if you intend to use the full text search engine My Directory settings as follows Root directory:/var/www/html/doc/ Http Root:/doc/ Content directory:/var/www/html/doc/data/ Directory for full text index:/var/www/html/doc/data/lucene/ Directory for partial uploads:/var/www/html/doc/data/staging/ Core letoDMS directory:/var/www/html/doc/LetoDMS_Core-3.4.0RC6 Lucene LetoDMS directory:/var/www/html/doc/LetoDMS_Lucene-1.1.1 ADOdb Path:/var/www/html/doc/ Create database tables: YES Already, I have installed Core letoDMS & Lucene LetoDMS via pear command line also. Thanks for your help Chita (12-11-2012, 11:56 PM)Daniel Wrote: Did you install LetoDMS into the PEAR directory? Is the Adodb directory in the same directory as the LetoDMS installation? Did you install LetoDMS into the PEAR directory? No, LetoDMS directory is /var/www/html/doc [root@localhost LetoDMS_Core-3.4.0RC6]# which pear /usr/local/pear/bin/pear Is the Adodb directory in the same directory as the LetoDMS installation? Yes, in LetoDMS sub-directory @ /var/www/html/doc/adodb Now I am getting the following error : [Wed Dec 12 11:23:25 2012] [error] [client 20.201.92.104] PHP Fatal error: Call to undefined method mysql_driver_ADOConnection: ![]() Thanks for your help Chita RE: After my first installation blank screen with Database update needed. - steinm - 12-12-2012 (12-12-2012, 11:39 AM)chita Wrote: Is this happening when you go into the installation routine install/install.php?Yes, now I am getting the following error in /var/log/httpd/error_log [Wed Dec 12 11:23:25 2012] [error] [client 10.201.92.104] PHP Fatal error: Call to undefined method mysql_driver_ADOConnection: ![]() [/quote] That error message is due to a minor error in inc/inc.ClassSettings.php. The database connection is closed, even if it could not be opened successfully. The actuall problem in your case appears to be a failed database connection. Uwe |