Requirements
DoLinker is based on the Codeigniter framework which has a few system requirements. Make sure your server/hosting meets the following requirements:
PHP version 7.3, 7.4, (7.4 is recommended).
Short_open_tag=On (in php.ini file).
CURL - PHP Extension
PDO - PHP Extension
PDO_mysql - PHP Extension
mbstring - PHP Extension
JSON - PHP Extension
GD - PHP Extension
No worries, most/all of these extensions are enabled by default on your hosting provider
Database
DoLinker supports various databases out of the box. By default, DoLinker is using MySQL database. You can choose any of them:
MySQL (recommended)
PostgreSQL
SQLite
SQL Server
More information about using the preferred database available at: https://codeigniter.com/user_guide/database/configuration.html
Last updated