Before we can start the installation, we need to check a few things.
Please look through the list of prerequisites below, and take the necessary steps to correct any errors that may have been highlighted.
Mozilla Public License 2.0 accepted ...
PHP version () meets requirements ...
PHP interpreter version is too old
The Bug Genie 3 requires PHP 5.3.0 or later. You have version .
Grab the latest release from your usual sources or from
php.net
PCRE libraries version () meets requirements ...
PCRE libraries version is too old
The Bug Genie 3 requires PCRE libraries 8.0 or later. You have version .
Update your system to the latest release from your usual sources.
PHP docblocks are readable ...
PHP docblocks are not readable
The Bug Genie 3 requires that PHP docblocks are readable. You may be running a PHP accellerator that removes docblocks from PHP code files as an optimization technique. Please refer to the accelerator documentation for how to disable this feature, or disable the accellerator.
Can write to The Bug Genie directory ...
Could not write to The Bug Genie directory
The main folder for The Bug Genie should be writable during installation, since we need to store some information in it
If you're installing this on a Linux server, running this command should fix it:
chmod a+w
Can write to The Bug Genie public directory ...
Could not write to The Bug Genie public directory
The public folder for The Bug Genie should be writable during installation, since we need to store some information in it
If you're installing this on a Linux server, running this command should fix it:
chmod a+w /
PHP mbstring extension is loaded
PHP extension "mbstring" is not loaded
The Bug Genie 3 requires the PHP extension "mbstring". This extension is used by the internationalization functionality in The Bug Genie and is required for The Bug Genie to operate.
More information is available at
php.net
PHP GD library installed and enabled ...
PHP GD library not enabled
You won't be able to display graphs statistics and some other images.
More information is available at
php.net
PHP PDO installed and enabled ...
No PDO driver enabled
To install The Bug Genie, a PDO driver (MySQL or PostgreSQL) must be installed and enabled.
More information is available at
php.net
PHP PDO MySQL installed and enabled ...
PDO MySQL driver not enabled
You won't be able to install The Bug Genie on a MySQL database.
More information is available at
php.net
PHP PDO PostgreSQL installed and enabled ...
PDO PostgreSQL driver not enabled
You won't be able to install The Bug Genie on a PostgreSQL database.
More information is available at
php.net
Can save database connection details ...
Could not write the SQL settings file
The folder that contains the SQL settings is not writable
If you're installing this on a Linux server, running those commands should fix it:
touch b2db.yml
chmod a+w b2db.yml
Could not write the SQL settings file
The file that contains the SQL settings already exists, but is not writable
If you're installing this on a Linux server, running this command should fix it:
chmod a+w b2db.yml
Magic quotes are enabled
You have magic quotes enabled on your PHP setup. You should disable these to avoid double slashes being shown in places where you enter your own text.
More information is available at
php.net