Guest Posted March 27, 2008 Share Posted March 27, 2008 This is where I'm taken, having selected PayPal Express Checkout: Warning: main(express.php): failed to open stream: No such file or directory in /hsphere/local/home/dotlemon/dotlemon.com/catalog/root.php on line 125 Warning: main(express.php): failed to open stream: No such file or directory in /hsphere/local/home/dotlemon/dotlemon.com/catalog/root.php on line 125 Fatal error: main(): Failed opening required 'express.php' (include_path='.:/usr/local/lib/php:/usr/local/share/pear') in /hsphere/local/home/dotlemon/dotlemon.com/catalog/root.php on line 125 I've identified root.php as an additional file introduced with SEO-G. The following is the root.php code starting at line 125: require(basename($PHP_SELF)); } elseif( file_exists(basename($osc_parse['path']))) { $PHP_SELF = $HTTP_SERVER_VARS['PHP_SELF'] = $_SERVER['PHP_SELF'] = $_SERVER['SCRIPT_NAME'] = $osc_parse['path']; if(basename($_SERVER['PHP_SELF']) == 'root.php' ) { exit(); } $g_script = basename($PHP_SELF); $g_seo_flag = true; require(basename($osc_parse['path'])); } else { // Script not found. Initiate redirection header("HTTP/1.1 " . SEO_DEFAULT_ERROR_HEADER); header('Location: ' . $g_relpath . SEO_DEFAULT_ERROR_REDIRECT); } exit(); ?> Does anybody know whether I'm on the right track ? I feel like I'm getting close :thumbsup: Thanks for any help ! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.