SQLite3

Hello. I just upgraded to 2.14 and all worked fine, but today I installed SQLite3 because I saw the error in history labels and the history now is empty I’m looking for documentation about if I need to do something with SQLite3 but I can’t find anything.

thanks!

I have the last version of runtestp.php
[hr]
I reply to my self.

It was a problem with permissions to create the SQLite file.

Hi miquelangeld,

How did you resolve your permissions issue? I am having the same issue as you described. At first I thought I needed to update the permissions for ./dat directory, but that didn’t resolve the issue for me.

Thanks!
-B

Just reporting back on how I fixed the issue:

  1. Made sure the /dat directory is writable
  2. Made sure the SQLite is enabled in PHP

-B