I recently upgraded to php5 on my mac (works fine), as you may know php5 comes with sqlite already installed, but I am having problems with writing information to the database files. I can import premade databases and view them in the web based 'SQLiteManager' I can also modify the structure of tables, but I cannot add data via this manager or php. I get the error:
Error : SQL logic error or missing database
Does anyone know of a solution?
Error : SQL logic error or missing database
Does anyone know of a solution?