im getting the following error with ManiaLive1 r267:
Code: Select all
ManiaLive
PHP Environment Compatibility Test
-----------------------------------------------------
PHP 5.3.1 or newer -> required -> [ Yes ] 5.3.10-1ubuntu3.2
Standard PHP Library -> required -> [ Yes ]
JSON -> required -> [ Yes ]
OpenSSL -> required -> [ Yes ]
cURL with SSL -> required -> [ Yes ] 7.22.0 (OpenSSL/1.0.1) (with OpenSSL/1.0.1)
SQLite -> optional -> [ Yes ]
-----------------------------------------------------
[01:24:23] XML-RPC connection established
[01:24:23] Successfully authentified with XML-RPC server
PHP Fatal error: Call to undefined function ManiaLive\Database\SQLite\sqlite_open() in /home/tmf/ManiaLive/libraries/ManiaLive/Database/SQLite/Connection.php on line 41
Fatal error: Call to undefined function ManiaLive\Database\SQLite\sqlite_open() in /home/tmf/ManiaLive/libraries/ManiaLive/Database/SQLite/Connection.php on line 41
I have pdo_sqlite (SQLite Library 3.7.9) and sqlite3 (module version 0.7-dev) installed.
I'm using CGI/FastCGI as server API.
The funny thing is, even when I manually set $sqlite_ok = false in bootstrapper.php, I get the same error again (?).
Would be grateful if someone could help me, it's the one thing keeping me away from changing the server machines.
Greetings,
Cay