File does not exist: /home/XXXXX/public_html/404.shtml
File does not exist: /home/XXXXX/public_html/favicon.ico
does that help?
error_reporting and display_errors are enabled.
when i click NEXT i get i blank page and no database was installed.
here is my config.php:
<?php
define('OW_DIR_USERFILES', OW_DIR_ROOT.'ow_userfiles'.DS);
define('OW_DIR_STATIC', OW_DIR_ROOT.'ow_static'.DS);
define('OW_DIR_PLUGINFILES', OW_DIR_ROOT.'ow_pluginfiles/');
define('OW_DEBUG_MODE', true);
define('OW_DEV_MODE', true);
define('OW_INSTALL_PLUGINS', false);
define('OW_PASSWORD_SALT', 'oxwall_salt_SK750');
define('OW_PROFILER_ENABLE', false);
define('OW_DIR_CORE', OW_DIR_ROOT.'ow_core'.DS);
define('OW_DIR_INC', OW_DIR_ROOT.'ow_includes'.DS);
define('OW_DIR_LIB', OW_DIR_ROOT.'ow_libraries'.DS);
define('OW_DIR_UTIL', OW_DIR_ROOT.'ow_utilities'.DS);
define('OW_DIR_PLUGIN', OW_DIR_ROOT.'ow_plugins'.DS);
define('OW_DIR_THEME', OW_DIR_ROOT.'ow_themes'.DS);
define('OW_DIR_SYSTEM_PLUGIN', OW_DIR_ROOT.'ow_system_plugins'.DS);
define('OW_DIR_SMARTY', OW_DIR_ROOT.'ow_smarty'.DS);
define('OW_USE_CLOUDFILES', false);
i just noticed now it doesnt have the closing ?> in config.php. is that normal?
please PM me your cpanel access details, database access details and I'll try to install the software for you.