This topic is locked

Noobie Question

6/24/2010 10:15:02 PM
PHPRunner General questions
G
growlley author

I'm trying out php runner 5.2 because it supports sqlite - however the application fails to run with on the following line from dbconnectionphp
$conn = new SQLite3($dbname); Fatal error: Class 'SQLite3' not found in C:\webservers\Abyss Web Server\htdocs\include\dbconnection.php on line 7.
I havent been able to find any SQLITE3 class implementation in the code though its only been a very quick browse. Am I correct in assumming my web server isnt set up correctly for php / sqlite or has something gone wrong?
Thanks

A
ann 6/25/2010

Hi,
this error usually means that sqlite is not configured in the PHP.

I recommend you to contact your hosting admin with this error.

G
growlley author 6/25/2010

Thanks for your prompt reply and I have successfully added sqlite3 to the server.
However on generating a quick test application by pointing it at a db and accepting all the defaults through to build, then running the application and adding a record into the table it falls over with the following error on attemtping to try and list the record.
Fatal error: Call to a member function Having() on a non-object in C:\webservers\UniServer\www\DD\classes\listpage.php on line 2437
thanks

A
ann 6/28/2010

Hi,
make sure you use the latest 5482 build of PHPRunner.

If it doesn't help please send your listpage.php file to support.xlinesoft.com.