OpenVBX mysql not detect
Download this file mysql_adapter.php
- Place this file in OpenVBX/controllers/ (or wherever is convenient)
- in OpenVBX/controllers/install.php add an include to the top of the file
require('mysql_adapter.php');
At this point, you can get through the install.
Tasks:
- refactor the install system to use mysqli (or preferably bootstrap the database system)
- create database dump with necessary artifacts. This may be a little difficult because it looks like the installer is calling out to Twilio to get an application_sid and storing that into the settings.
Comments
Post a Comment