Linux install.
Compiled apache 2.2.15, php-5.3.2, using previously installed mysql@5.1.37.
I think I have config right. browsing to https works and I can run the phpinfo.php command.
Hitting the URL for svnmanager.php results in a blank screen at the browser. Apache access_log records status 200 on the GET. Database is not being initialized.
I've double checked db credentials, and can login from the command line.
Can't find any errors or logs anywhere on the system. Not sure how to debug.
Any help would be appreciated.
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2010-07-08
I double that.
Same problem, no apparent reason, no error messages, no log entries (after having enabled PHP logging).
Running "requiremets.php" from Prado direcotry show that everything is OK.
Same after adding phpinfo(); on top of index.php (all seems OK).
But blank screen persists…
I would really appreciate some hints.
Thanks,
Pawel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Resolved! I had compiled Apache and php, and, in php, had not used the switch:
-with-mysqli=mysqlnd
without the mysqli (improved) functions the svnmanager was returning a blank page to the browser.
There was no indication of any other problems.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Linux install.
Compiled apache 2.2.15, php-5.3.2, using previously installed mysql@5.1.37.
I think I have config right. browsing to https works and I can run the phpinfo.php command.
Hitting the URL for svnmanager.php results in a blank screen at the browser. Apache access_log records status 200 on the GET. Database is not being initialized.
I've double checked db credentials, and can login from the command line.
Can't find any errors or logs anywhere on the system. Not sure how to debug.
Any help would be appreciated.
Thanks.
I double that.
Same problem, no apparent reason, no error messages, no log entries (after having enabled PHP logging).
Running "requiremets.php" from Prado direcotry show that everything is OK.
Same after adding phpinfo(); on top of index.php (all seems OK).
But blank screen persists…
I would really appreciate some hints.
Thanks,
Pawel
Resolved! I had compiled Apache and php, and, in php, had not used the switch:
-with-mysqli=mysqlnd
without the mysqli (improved) functions the svnmanager was returning a blank page to the browser.
There was no indication of any other problems.
I have the same problem…followed the install instructions…php info checks out Prado shows good…still have a blank page. What did I do wrong?