Kip Posted November 21, 2002 Posted November 21, 2002 Does anyone have any thoughts on how to solve this problem? I've spent the last several days searching the posts and can't seem to find an answer. I've pretty much got my site up and ready to go, just need to make a few cosmetic changes, but I'm having a heck of a time getting the site to work when I enable SSL. I am getting the following error: Fatal error: Failed opening required 'includes/configure.php' (include_path='') in /home/www/~myusername/catalog/includes/application_top.php on line 34 when I change the config file to: define('HTTP_SERVER', 'http://www.my site '); // eg, http://localhost - should not be NULL for productive servers define('HTTPS_SERVER', 'https://secure.westhost.net/~myusername'); // eg, https://localhost - should not be NULL for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? I have attempted to put the enire file path into each and all of the the three places that call for includes/configure.php and includes/local/configure.php: // Set the local configuration parameters - mainly for developers if (file_exists('includes/local/configure.php')) include('includes/local/configure.php'); // include server parameters require('includes/configure.php'); but I keep getting the very same error message. I've tried to make this as detailed as possible, if I need to include more info to get some help, please let me know. Thanks, Kip
Recommended Posts
Archived
This topic is now archived and is closed to further replies.