degre73 Posted February 22, 2007 Posted February 22, 2007 Hi all- Newb here. Can someone let me know what to do about this error message? The configuration files do not exist, or permission levels are not set. cd /hsphere/local/home/*******/**********.com/catalog/includes/ touch configure.php chmod 706 configure.php Are these files that are misplaced or do I have to alter something? Apologies in advance for what I'm sure is a completely basic problem here. But I am a newbie and just trying to get this site up and running. Thanks for any help :-"
Jack_mcs Posted February 22, 2007 Posted February 22, 2007 You need to change the permissions on the file to 706 as directed. To do that, ftp to the includes directory, right click on the configure.php file and select chmod or permissions (or something similar - it varies with the program you are using). Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
degre73 Posted February 22, 2007 Author Posted February 22, 2007 Hi thanks for the reply. But this is what I see when I open the config file. <?php /* $Id: configure.php,v 1.14 2003/07/09 01:15:48 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', ''); // 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', ''); 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', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', ''); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', ''); define('DB_SERVER_PASSWORD', ''); define('DB_DATABASE', 'osCommerce'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' ?> I can't find anything that says permission or chmod. Which of these lines is the actual one to alter? Thanks
Jack_mcs Posted February 22, 2007 Posted February 22, 2007 The permissions settings are settings on the file itself, not within it. Do you have an ftp program? If not, you can download one for free (like Filezilla) or you can change the permissions on the files from with your hosts control panel. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
degre73 Posted February 23, 2007 Author Posted February 23, 2007 Hi- Thanks for the info so far. I'm using Dreamweaver 8 but can't find anything in there on how to change permissions. Also I've tried on my hosts control panel and it hasn't worked. I mean all I have in there is a way to change things from "read", "write", or exec.". None of those has changed the message I'm getting. Does filezilla or the one FTP you mentioned have an easier way to do this? Thanks
Jack_mcs Posted February 23, 2007 Posted February 23, 2007 The settings you found in your hosts control panel are probably the peremissions settings. They can be displayed as numbers or as text. If you set them to read for the configure file, it should work. The ftp programs are easier to use since you don't have to go into your hosts control panel. But not all hosts will allow that change to be made via an ftp program. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
degre73 Posted February 23, 2007 Author Posted February 23, 2007 Hey Jack- I finally got it. It's such a freakin' relief when it finally says ".......successfull(typo?)" Now on to why my template is not being shown. For some reason when I went through all of this and I finally was able to get to view my fledgling store it's the basic drab osCommerce site. Before I was able to see my template that I uploaded. Once again I know there's a simple answer here as well. If you have any ideas please throw them this way. If not I'm gonna post this in regular section. Thanks again :thumbsup:
Jack_mcs Posted February 24, 2007 Posted February 24, 2007 If you are using STS you may have it turned off. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Recommended Posts
Archived
This topic is now archived and is closed to further replies.