Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter\Database\Exceptions\DatabaseException #8
#2

approach and method.

MySQli Maria come with user passwords grant permissions and all the stuff.

So you could start easy with sqlite3 database with is serverless meaning its just a file requiring no daemon process to make it work.You can create a sqlite3 database manually with tables and populate some data using :
https://sqlitebrowser.org

The sqlite file can be drag and dropped into "writable".

Then you need to make sure app/Config/Logger.php has maybe setting 9

make sure you have env

ENVIRONMENT
#--------------------------------------------------------------------

# CI_ENVIRONMENT = production

should be commented = development

Then you need to read the docs about configuring a model to use a table with allowed fields.

You can read logs at : writable/logs/ they will be dated with days date , open with text editor and post what they say .


if you want to try sqlite3 and get sqlitebrowser going let me know and will give you my settings
Reply


Messages In This Thread
RE: CodeIgniter\Database\Exceptions\DatabaseException #8 - by captain-sensible - 10-28-2020, 02:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB