ocapmod / ocap-legacy

OCAP is a game-changing tool that allows the recording and playback of operations on an interactive (web-based) map.
Other
38 stars 42 forks source link

Installer Error #1

Closed rianbk closed 6 years ago

rianbk commented 8 years ago

Got the follow error when installing. All checks where green.


Fatal error: Uncaught exception 'PDOException' with message 'could not find driver' in /var/www/[REMOVED]/public_html/ocap/install/install.php:43 Stack trace: #0 /var/www/[REMOVED]/public_html/ocap/install/install.php(43): PDO->__construct('sqlite:../data/...') #1 {main} thrown in /var/www/[REMOVED]/public_html/ocap/install/install.php on line 43
Install complete!
You may now capture and playback operations.

Please delete, move, or rename the install/ directory.

Please ensure you have tested OCAP before using it on official gaming nights with your group.
Capture a mission (using the OCAP server addon) and check that the capture .json file was correctly transferred to the data/ directory.
Playback the recently captured mission to ensure that all is working well

Note: To download/install new maps or check for OCAP updates, head to /admin.```
rianbk commented 8 years ago

Resolved by installing the following Packages:

Perhaps updated the checks to verify SQLITE

JamieGoodson commented 8 years ago

Thanks @simwah. Will include a sqlite3 check in next update (as you suggested).