by ChristinaSalazar » Mon Mar 11, 2013 4:17 pm
Hello,
We're on Apache 2
PHP 5.3.3
PostgreSQL 8.4.11
I've already checked the FAQs for installation problems and tried some of the suggestions there, but nothing seems to be fixing the issue that I'm having. I tried to install version 2.3.8 and then moved to 2.4.2 and am having the same problem with each: the installation form loads successfully, but after clicking the button to install, a blank page appears and the database was not created. I verified with phpinfo(); that the module for PHP/PostgreSQL is installed and see the following:
PostgreSQL Support enabled
PostgreSQL(libpq) Version 8.4.11
Multibyte character support enabled
SSL support enabled
Active Persistent Links 0
Active Links 0
per the comments in php.ini, modules are loaded dynamically from the php.d directory
I tested to see if php was interacting correctly with postgresql by creating a very simple php script with a SQL select statement that I ran from the same directory as where I've installed OJS and the script worked correctly.
There are no errors in apache's error_log. The last few entries in apache's access_log are:
10.23.215.40 - - [11/Mar/2013:14:05:49 -0700] "GET /ojs-2.4.2/index.php/index/install HTTP/1.1" 200 31199 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.152 Safari/537.22"
10.23.215.40 - - [11/Mar/2013:14:40:59 -0700] "GET / HTTP/1.1" 200 1343 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.152 Safari/537.22"
10.23.215.40 - - [11/Mar/2013:15:19:24 -0700] "GET / HTTP/1.1" 200 1343 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.152 Safari/537.22"
10.23.215.40 - - [11/Mar/2013:15:19:26 -0700] "GET /ojs-2.4.2/ HTTP/1.1" 302 - "http://10.10.121.142/" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.152 Safari/537.22"
10.23.215.40 - - [11/Mar/2013:15:19:26 -0700] "GET /ojs-2.4.2/index.php/index/install HTTP/1.1" 200 31199 "http://10.10.121.142/" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.152 Safari/537.22"
10.23.215.40 - - [11/Mar/2013:15:20:13 -0700] "POST /ojs-2.4.2/index.php/index/install/install HTTP/1.1" 200 - "http://10.10.121.142/ojs-2.4.2/index.php/index/install" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.152 Safari/537.22"
10.23.215.40 - - [11/Mar/2013:15:21:15 -0700] "GET /ojs-2.4.2/index.php/index/install HTTP/1.1" 200 31199 "http://10.10.121.142/" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.152 Safari/537.22"
10.23.215.40 - - [11/Mar/2013:15:41:53 -0700] "GET / HTTP/1.1" 200 1343 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.152 Safari/537.22"
10.23.215.40 - - [11/Mar/2013:15:41:55 -0700] "GET /ojs-2.4.2/ HTTP/1.1" 302 - "http://10.10.121.142/" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.152 Safari/537.22"
10.23.215.40 - - [11/Mar/2013:15:41:55 -0700] "GET /ojs-2.4.2/index.php/index/install HTTP/1.1" 200 31199 "http://10.10.121.142/" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.152 Safari/537.22"
I'm out of ideas of other things to try to get this installation to work correctly. Anyone with any suggestions?
Thanks!
Christina