You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 20, 2021. It is now read-only.
Howdy,
Trying to get this set up for our unit. Here's what I've done:
config.template.php
toconfig.php
chown -R
the web root towww-data
config.php
withDB_*
,WEB_PATH
, and TZ, thenchmod
read-only.htaccess
into Caddyfile configuration to suit Caddy web serverNavigating to the website produces the following PHP error:
Fatal error: Uncaught Error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in /srv/r3/inc/classes/Database.php:25 Stack trace: #0 /srv/r3/inc/classes/Database.php(17): Database->__construct() #1 /srv/r3/inc/classes/Replays.php(24): Database::Instance() #2 /srv/r3/inc/classes/Replays.php(17): Replays->__construct() #3 /srv/r3/index.php(4): Replays::Instance() #4 {main} thrown in /srv/r3/inc/classes/Database.php on line 25
I'm using PHP 7.3.3 and MariaDB 10.3.13, initialized with the SQL template: https://github.com/alexcroox/R3-Web/blob/v0.8/db-template.sql
The text was updated successfully, but these errors were encountered: