Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #17360 > unrolled thread
| Started by | Doug Laidlaw <laidlaws@hotkey.net.au> |
|---|---|
| First post | 2017-04-20 00:34 +1000 |
| Last post | 2017-04-20 02:50 +1000 |
| Articles | 3 — 2 participants |
Back to article view | Back to comp.lang.php
Php files loaded, but not displayed Doug Laidlaw <laidlaws@hotkey.net.au> - 2017-04-20 00:34 +1000
Re: Php files loaded, but not displayed "Christoph M. Becker" <cmbecker69@arcor.de> - 2017-04-19 17:09 +0200
Re: Php files loaded, but not displayed Doug Laidlaw <laidlaws@hotkey.net.au> - 2017-04-20 02:50 +1000
| From | Doug Laidlaw <laidlaws@hotkey.net.au> |
|---|---|
| Date | 2017-04-20 00:34 +1000 |
| Subject | Php files loaded, but not displayed |
| Message-ID | <BzKJA.575017$Tb4.515328@fx03.fr7> |
I am trying to reactivate a genealogy program on my local server. phpinfo() runs without any poroblems a "hello World" php test file does, too. But when php tries to connect to a MySQLserver, the Web address changes, but the page is blank. Normally, I would see a message that there is no connection to the server, but this time, nothing. They worked before. The mysql server and databases seem O.K. I have PDO-mysql installed. This is a new problem since a recent reinstall. Where should I start looking? TIA, Doug. --
[toc] | [next] | [standalone]
| From | "Christoph M. Becker" <cmbecker69@arcor.de> |
|---|---|
| Date | 2017-04-19 17:09 +0200 |
| Message-ID | <od7uio$f0e$1@solani.org> |
| In reply to | #17360 |
Am 19.04.2017 um 16:34 schrieb Doug Laidlaw: > I am trying to reactivate a genealogy program on my local server. > phpinfo() runs without any poroblems > a "hello World" php test file does, too. > > But when php tries to connect to a MySQLserver, the Web address > changes, but the page is blank. Normally, I would see a message > that there is no connection to the server, but this time, nothing. > They worked before. The mysql server and databases seem O.K. > I have PDO-mysql installed. > > This is a new problem since a recent reinstall. > > Where should I start looking? In your PHP error log. :) -- Christoph M. Becker
[toc] | [prev] | [next] | [standalone]
| From | Doug Laidlaw <laidlaws@hotkey.net.au> |
|---|---|
| Date | 2017-04-20 02:50 +1000 |
| Message-ID | <jzMJA.508896$971.23785@fx04.fr7> |
| In reply to | #17361 |
"Christoph M. Becker" <cmbecker69@arcor.de> Wrote in message: > Am 19.04.2017 um 16:34 schrieb Doug Laidlaw: >> >> Where should I start looking? > > In your PHP error log. :) > > -- > Christoph M. Becker > > Thanks. The error log variable is empty, sending errors to httpd/error_log. Only one of the 3 programs has an error message there, a fatal one. It is a remake of another one, which is no longer being developed. That one had a reference to a sql table that the setup hadn't created. The third program is the one I currently use. It has good support, and I will ask there. Thanks for pointing me in the right direction. Doug. --
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.php
csiph-web