Guest Posted February 21, 2004 Posted February 21, 2004 I'm guessing that's the problem here, please help me: http://www.jamis-jcc.com/store
Guest Posted February 21, 2004 Posted February 21, 2004 did you change permissions on the store after installation?
Guest Posted February 21, 2004 Posted February 21, 2004 No. I fixed that problem now....but I have a new one. My admin file permissions are messed somehow, NONE of the admin files that I should be allowed to open are found. -Alex
Guest Posted February 21, 2004 Posted February 21, 2004 What do you mean? I go to mysite.com/store/admin...log in, and all the links that are on that page don't work, here's the error: jamis-jcc.comdir_ws_adminmanufacturers.php could not be found.
Guest Posted February 21, 2004 Posted February 21, 2004 you are missing a '/' most likely after the 'admin' in the configure.php file in admin
Guest Posted February 21, 2004 Posted February 21, 2004 define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
Guest Posted February 21, 2004 Posted February 21, 2004 post the admin/includes/configure.php without the database info and password
Guest Posted February 21, 2004 Posted February 21, 2004 // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://jamis-jcc.com/'); define('HTTPS_SERVER', 'https://jamis-jcc.com/'); define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('DIR_WS_CATALOG', '/store/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); // If "URL fopen wrappers" are enabled in PHP (which they are in the default configuration), this can be a URL instead of a local pathname 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', DIR_WS_CATALOG . 'pub/'); define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); // where your pages are located on the server. if $DOCUMENT_ROOT doesnt suit you, replace with your local path. (eg, /usr/local/apache/htdocs) define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
Guest Posted February 21, 2004 Posted February 21, 2004 change this ('HTTP_SERVER', 'http://jamis-jcc.com/'); to this ('HTTP_SERVER', 'http://jamis-jcc.com'); for both. i didnt see anything referencing the admin folder
Guest Posted February 21, 2004 Posted February 21, 2004 is this the configure.php from store/admin/includes? here is one of mine: // define our webserver variables // FS = Filesystem (physical) // WS = Webserver (virtual) define('HTTP_SERVER', 'https://domain.com'); define('HTTP_CATALOG_SERVER', 'http://domain.com'); define('HTTPS_CATALOG_SERVER', 'https://domain.com'); define('ENABLE_SSL_CATALOG', 'true'); define('DIR_FS_DOCUMENT_ROOT', '/home/domain/www/domain.com'); // $DOCUMENT_ROOT); define('DIR_WS_ADMIN', '/sec/admin/'); define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN); define('DIR_WS_CATALOG', '/sec/'); define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); 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_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
241 Posted February 21, 2004 Posted February 21, 2004 you seem to be missing two defines define('DIR_WS_ADMIN', '/store/admin/'); define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN); No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
Guest Posted February 21, 2004 Posted February 21, 2004 Great! Thanks for the help. Now a new problem: Whenever I go to modules, this is all I get: Module Directory: DIR_FS_CATALOG_MODULESorder_total/
241 Posted February 21, 2004 Posted February 21, 2004 can you post your admin/includes/configure.php and catalog/includes/configure.php files also can you supply the absolute path to your catalog something like /home/user/public_html/catalog/ remember to xxx out your database info No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.