NolaPro Initial Setup

We will now check your system to make sure it
has everything it needs to run NolaPro properly.

Green checks mean this setting is OK.
Red Xs mean this setting needs to be changed by you or a server administrator in order to continue.

After modifying a system setting refresh this page so it can verify your new configuration.


Required PHP Extensions
ExtensionStatus
MySQL - back-end database NolaPro utilizes
gd - needed for creating dynamic charts
session - required for logging into the system
curl - required for credit card processing
mbstring - required for multibyte string processing
zlib - required for working with PDF files
Zend Optimizer - necessary for running encrypted NolaPro pages


Required PHP Configuration Settings
Configuration SettingStatus
short_open_tag must be on
session.auto_start must be off
file_uploads must be on
auto_detect_line_endings must be on, current value is off

You can either change the setting in your php.ini file, add it to your Apache virtual host entry, or use the htaccess.txt file in the main NolaPro directory and rename it to .htaccess. To use the .htaccess file Apache must be set up to allow overrides for your domain (via the AllowOverride setting).
register_globals must be on, current value is off

You can either change the setting in your php.ini file, add it to your Apache virtual host entry, or use the htaccess.txt file in the main NolaPro directory and rename it to .htaccess. To use the .htaccess file Apache must be set up to allow overrides for your domain (via the AllowOverride setting).
magic_quotes_gpc must be on
magic_quotes_runtime must be off
register_long_arrays must be on, current value is off

You can either change the setting in your php.ini file, add it to your Apache virtual host entry, or use the htaccess.txt file in the main NolaPro directory and rename it to .htaccess. To use the .htaccess file Apache must be set up to allow overrides for your domain (via the AllowOverride setting).
safe_mode must be off


Required Permissions for Files and Directories
File or DirectoryStatus
nolapro (Linux) or htdocs (Windows) main directory must be writable by the web server
uploads NolaPro directory must be writable
includes/my_defines.php NolaPro file must be writable
b2b/database/database.inc NolaPro file must be writable
install.php NolaPro file must be writable


You must resolve the issues marked in red above before you can continue with the installation.