Came back with this error: Parse error: syntax error, unexpected ';' in *****/eastvalleyrc.com/index.php on line 286
Line 286 reads:
<tr><td align="right" class="main">' . tep_draw_form('filter', tep_href_link( FILENAME_DEFAULT ), 'get' . '<b>'.TEXT_SHOW . '</b> ';
The only issue I had with the install was found in application_top.php. It did not have the EXACT info you requested to find/replace. Instead it had:
// set php_self in the local scope
if (!isset($PHP_SELF)) $PHP_SELF = $HTTP_SERVER_VARS['PHP_SELF'];
if ($request_type == 'NONSSL') {
define('DIR_WS_CATALOG', DIR_WS_HTTP_CATALOG);
} else {
define('DIR_WS_CATALOG', DIR_WS_HTTPS_CATALOG);
}
Everything else was a find/replace (or find/add as instructred) using dreamweaver. Donation incoming if we can get this ironed out soon! Love all your contributions so far.
Edited by ColeKelly, 09 August 2011 - 10:25 PM.










