1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

sqlite3 not loaded.

Discussion in 'Plugin Help' started by Craft, Jan 1, 2018.

  1. Craft

    Craft Spider

    Messages:
    13
    Hello,
    I am currently running API version 3.0.0-ALPHA10 for Minecraft: PE v1.2.7 (protocol version 160)

    I am having trouble with 2 plugins: essentialsTP and FactionsPro.

    The errors I am receiving are:
    [13:58:24] [Server thread/ERROR]: Required extension sqlite3 not loaded
    [13:58:24] [Server thread/CRITICAL]: Could not load plugin 'essentialsTP'

    [13:58:24] [Server thread/CRITICAL]: Error: "Class 'SQLite3' not found" (EXCEPTION) in "FactionsPro_1.4.phar/src/Faction

    [13:58:24] [Server thread/CRITICAL]: Error: "Call to a member function close() on null" (EXCEPTION) in "FactionsPro_1.4.

    Can someone tell me how to setup these plugins correctly?

    Thanks.
     
  2. SalmonDE

    SalmonDE Zombie Pigman

    Messages:
    739
    GitHub:
    SalmonDE
    Inside your bin folder there should be a file called php.ini somewhere (Probably in bin/php/bin).

    You should see a line like
    ;extension = sqlite3
    If you do, remove the ;.
    Otherwise just add this to the file:
    extension = sqlite3
     
    HiggsInc likes this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.