maida Posted August 5, 2006 Share Posted August 5, 2006 I am trying to install osCommerce to the root directory of http://www.excitingchristianbooks.com, hosted on Hypermart.Net When I try to run the install page, I get a 500 Internal Server Error. I have checked the error log and it gives this message [error] (2)No such file or directory: Apache::SubProcess exec of /usr/local/users/hy/e/x/hy.excitingchristianbooks/php4.3.10 failed Here's a snip of my config file: define('HTTP_SERVER', 'http://www.excitingchristianbooks.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.excitingchristianbooks.com'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', ''); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', ''); define('DIR_WS_HTTPS_CATALOG', ''); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/users/web/b1610/hy.excitingchristianbooks/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', 'server-mysql1'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'ecbookstore'); define('DB_SERVER_PASSWORD', 'XXXXXXX'); define('DB_DATABASE', 'ecbookstore'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' I've installed this on other web hosts and haven't run into this error before. HyperMart has a funny way of enabling PHP, can anyone with experience there help me out? Thanks! My Blog: www.TheHealthyMom.com Affordable, Professional Websites: www.Maida.net Your Friendly Neighborhood Comic Book Store: www.BargainComics.com Link to comment Share on other sites More sharing options...
maida Posted August 5, 2006 Author Share Posted August 5, 2006 Turns out I had to have my CGI functionality/settings reset. :huh: Seems to be working now. :thumbsup: My Blog: www.TheHealthyMom.com Affordable, Professional Websites: www.Maida.net Your Friendly Neighborhood Comic Book Store: www.BargainComics.com Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.