Hey Dr. Byte!
Thanks for the suggestions! I ran a search for configure.php and found the following:
/home/ultraspo/public_html/Admin/includes/application_top.php
Line #78 : echo 'ERROR: Admin configure.php not found. Suggest running install? <a href="../zc_install/index.php">Click here for installation</a>';
Line #80 : die('ERROR: admin/includes/configure.php file not found. Suggest running zc_install/index.php?');
Line #97 : // if the admin/includes/configure.php file doesn't contain admin-related content, throw error
Line #106 : echo ('ERROR: The admin/includes/configure.php file has invalid configuration. Please rebuild, or verify specified paths.');
/home/ultraspo/public_html/Admin/includes/dist-configure.php
Line #9 : * @version $Id: dist-configure.php 6329 2007-05-16 15:36:56Z drbyte $
/home/ultraspo/public_html/Admin/includes/languages/english/sqlpatch.php
Line #34 : 'admin/includes/configure.php file (DB_PREFIX definition).<br /><br />' .
/home/ultraspo/public_html/Admin/sqlpatch.php
Line #24 : 'admin/includes/configure.php file (DB_PREFIX definition).<br /><br />' .
/home/ultraspo/public_html/includes/application_top.php
Line #104 : $problemString = 'includes/configure.php not found';
Line #112 : $problemString = 'includes/configure.php file contents invalid. ie: DIR_FS_CATALOG not valid or not set';
Line #143 : $problemString = 'includes/configure.php file empty or file not found, OR wrong DB_TYPE set, OR cannot find includes/autoload_func.php which suggests paths are wrong or files were not uploaded correctly';
/home/ultraspo/public_html/includes/classes/class.phpbb.php
Line #65 : foreach($lines as $line) { // read the configure.php file for specific variables
Line #83 : foreach($lines as $line) { // read the configure.php file for specific variables
/home/ultraspo/public_html/includes/dist-configure.php
Line #8 : * @version $Id: dist-configure.php 6329 2007-05-16 15:36:56Z drbyte $
/home/ultraspo/public_html/includes/init_includes/init_header.php
Line #52 : // check if the configure.php file is writeable
/home/ultraspo/public_html/includes/templates/UltraSportsman/templates/tpl_zc_install_suggested_default.php
Line #4 : * This page is auto-displayed if the configure.php file cannot be read properly. It is intended simply to recommend clicking on the zc_install link to begin installation.
Line #53 : If you recently edited your configure.php files for any reason, or maybe moved your site to a different folder or different server, then you'll need to review and update all your settings to the correct values for your server.<br />
/home/ultraspo/public_html/includes/templates/template_default/templates/tpl_zc_install_suggested_default.php
Line #4 : * This page is auto-displayed if the configure.php file cannot be read properly. It is intended simply to recommend clicking on the zc_install link to begin installation.
Line #53 : If you recently edited your configure.php files for any reason, or maybe moved your site to a different folder or different server, then you'll need to review and update all your settings to the correct values for your server.<br />
What do you make of it?
Thanks,
Chris