Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.
Aericio edited this page Jun 23, 2018 · 8 revisions

Q: Help! I'm getting this error about sqlite3 not being loaded.

Required extension sqlite3 not loaded

A: MyPlot requires Sqlite3 and MySQLi extensions to be added/enabled in your php build. To resolve this issue, follow the instructions below.

Windows Binaries: serverFolder/bin/php/php.ini and uncomment these one of the two lines by removing the ; in front.

  • ;extension=php_mysqli.dll - for mysql
  • ;extension=php_sqlite3.dll - for sqlite

Linux Binaries: should already be enabled by default.

Clone this wiki locally