Knowledgebase
NolaPro CS > NolaPro CS Support Desk > Knowledgebase

Linux setup only shows MySQL with green check

Solution 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.
 
Was this article helpful? yes / no
Article details
Article ID: 103
Category: Installation
Date added: 2010-06-18 11:04:29
Views: 1077
Rating (Votes): Article rated 2.6/5.0 (114)

 
« Go back