PHP Pages

Any questions related to version 2 or version 3 should be ask here. / Toutes les questions sur la version 2 ou la version 3 devraient être demandées ici.
Post Reply
Arantor
New in Town / Le Ptit Nouveau
Posts: 9
Joined: Fri Apr 17, 2015 9:27 am

PHP Pages

Post by Arantor »

Hi Simon,

Having some trouble getting the new dynamic web pages to open. The sim created the database file (asked me to close/re-open) and I see it in the same folder as the engine. I've clicked 'yes' on the apply all version 3 website suggestions as well, but the PHP pages don't seem to want to display anything:

http://vhlsim.net/testS48/index.php

Any ideas?
Thanks :)
SimonT
STHS Owner / Propriétaire du STHS
Posts: 14758
Joined: Sat Oct 08, 2005 4:18 pm
Location: Montreal, Canada
Contact:

Re: PHP Pages

Post by SimonT »

Hi.

Can you create an webpage call phpinfo.php with the following code

Code: Select all

<?php
phpinfo();
?>
and upload it on your website so I can take a look at your website php configuration. It's seem there is PHP error but the configuration of your website doesn't print the error so I hard for me to see.
-SimonT
Forum Administrator / Administrateur du Forum
STHS Owner / Propriètaire du STHS
English V2 & V3 Manual - Manuel V2 & V3 Français
Arantor
New in Town / Le Ptit Nouveau
Posts: 9
Joined: Fri Apr 17, 2015 9:27 am

Re: PHP Pages

Post by Arantor »

SimonT wrote:Hi.

Can you create an webpage call phpinfo.php with the following code

Code: Select all

<?php
phpinfo();
?>
and upload it on your website so I can take a look at your website php configuration. It's seem there is PHP error but the configuration of your website doesn't print the error so I hard for me to see.
Sure thing:

http://vhlsim.net/testS48/phpinfo.php
SimonT
STHS Owner / Propriétaire du STHS
Posts: 14758
Joined: Sat Oct 08, 2005 4:18 pm
Location: Montreal, Canada
Contact:

Re: PHP Pages

Post by SimonT »

Hi.

On this website, under PDO, I read
PDO support - enabled
PDO drivers - no value
If you want the website to work, you must have the pdo_sqlite activate in your website php configuration.
-SimonT
Forum Administrator / Administrateur du Forum
STHS Owner / Propriètaire du STHS
English V2 & V3 Manual - Manuel V2 & V3 Français
Post Reply