Linux setup only shows MySQL with green check

Linux setup only shows MySQL with green check

If you are setting up the Linux version of NolaPro and receive a screen with only a green check for MySQL, it is likely failing during the ionCube check.

Open up the file nolapro/install.php in a text editor. Add the following code to the file at the top of the page inside the <?php opening section. It should look like:
<?php
ini_set('display_errors', 'on'); error_reporting(E_ALL&~E_NOTICE);
...
This will display any system errors that might be occurring.

Please submit a support ticket if you continue to have problems.