Page 1 of 1

PHP Pages

Posted: Sun Apr 10, 2016 3:36 pm
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 :)

Re: PHP Pages

Posted: Sun Apr 10, 2016 4:29 pm
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.

Re: PHP Pages

Posted: Sun Apr 10, 2016 5:25 pm
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

Re: PHP Pages

Posted: Sun Apr 10, 2016 10:47 pm
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.