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

SQLite3 not found?

Discussion in 'Help' started by Tynezz, Sep 3, 2017.

  1. Tynezz

    Tynezz Creeper

    Messages:
    3
    I am running on Windows 10

    [08:55:14] [Server thread/INFO]: Loading pocketmine.yml...
    [08:55:14] [Server thread/WARNING]: Debugging assertions are enabled, this may impact on performance. To disable them, set `zend.assertions = -1` in php.ini.
    [08:55:14] [Server thread/INFO]: Loading server properties...
    [08:55:14] [Server thread/INFO]: Selected English (eng) as the base language
    [08:55:14] [Server thread/INFO]: Starting Minecraft: PE server version v1.1.0.55
    [08:55:14] [Server thread/INFO]: Opening server on 0.0.0.0:19132
    [08:55:14] [Server thread/INFO]: This server is running PocketMine-MP version 1.7dev-8 "[REDACTED]" (API 3.0.0-ALPHA7)
    [08:55:14] [Server thread/INFO]: PocketMine-MP is distributed under the LGPL License
    [08:55:14] [Server thread/INFO]: Loading recipes...
    [08:55:14] [Server thread/INFO]: Loading resource packs...
    [08:55:14] [Server thread/INFO]: Loading essentialsTP v1.2.0-dev1
    [08:55:14] [Server thread/INFO]: Loading FactionsProBeta v1.4.5
    [08:55:14] [Server thread/INFO]: Preparing level "world"
    [08:55:14] [Server thread/INFO]: Enabling essentialsTP v1.2.0-dev1
    [08:55:14] [Server thread/INFO]: [essentialsTP] essentialsTP+ loading...
    [08:55:14] [Server thread/CRITICAL]: Error: "Class 'SQLite3' not found" (EXCEPTION) in "essentialsTP.phar/src/essentialsTP/essentialsTP" at line 1346
    [08:55:14] [Server thread/INFO]: Disabling essentialsTP v1.2.0-dev1
    [08:55:14] [Server thread/CRITICAL]: Error: "Call to a member function close() on null" (EXCEPTION) in "essentialsTP.phar/src/essentialsTP/essentialsTP" at line 1366
    [08:55:14] [Server thread/INFO]: Enabling FactionsProBeta v1.4.5
    [08:55:14] [Server thread/CRITICAL]: Error: "Class 'SQLite3' not found" (EXCEPTION) in "FactionsPro_1.4.phar/src/FactionsPro/FactionMain" at line 70
    [08:55:14] [Server thread/INFO]: Disabling FactionsProBeta v1.4.5
    [08:55:14] [Server thread/CRITICAL]: Error: "Call to a member function close() on null" (EXCEPTION) in "FactionsPro_1.4.phar/src/FactionsPro/FactionMain" at line 257
    [08:55:14] [Server thread/INFO]: Starting GS4 status listener
    [08:55:14] [Server thread/INFO]: Setting query port to 19132
    [08:55:14] [Server thread/INFO]: Query running on 0.0.0.0:19132
    [08:55:14] [Server thread/INFO]: Default game type: Survival Mode
    [08:55:14] [Server thread/INFO]: Done (0.237s)! For help, type "help" or "?"
     
  2. InspectorGadget

    InspectorGadget Zombie Pigman

    Messages:
    462
    GitHub:
    InspectorGadget
    This error is definitely from your php.ini, please uncomment or enable the extensions for SQLite3 inside it.
     
  3. Tynezz

    Tynezz Creeper

    Messages:
    3
    Where can I find php.ini?
     
  4. Awzaw

    Awzaw Zombie Pigman Poggit Admin

    Messages:
    726
    GitHub:
    awzaw
    In the same folder as your PHP binaries. Even though SQLite3 is included by default with PHP, on Windows it seems you have to manually add these entries to php.ini (or remove the semicolon if these lines start with a semicolon):

    Code:
    extension=php_pdo.dll
    extension=php_sqlite3.dll
    Also see here
     
    jasonwynn10 and InspectorGadget like this.
  5. MSG100PM

    MSG100PM Slime

    Messages:
    95
    GitHub:
    MSG100TC
    I still don't understand...What are the lines I should edit?
     
  6. robske_110 (Tim)

    robske_110 (Tim) Wither Skeleton Poggit Reviewer

    Messages:
    1,342
    GitHub:
    robske110
    You should just add the lines Awazaw posted on the bottom of the php.ini file. Did you find the file?
     
  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.