Hi I am building a desktop app using phpdesktop. I ran into this problem Error: Database connection "Sqlite" is missing, or could not be created.
when using cake bake
. I am able to connect to db and fetch a data-row using Controllers.
My major worry is if this problem is going to affect storing and retrieving data or any other process that is related to db functionality for the application.
I have searched the forums for info with and tried most of the recommendations but none of them seams to work. I will appreciate if anyone has information on how to solve this problem.
I a using windows and php 5.4.33. There is a variable in php.ini
sqlite3.extension_dir
I have tried setting this to full path and also "."
or "./"
none of these produced a desire result.