Guest Posted December 3, 2004 Share Posted December 3, 2004 I have been going crazy! I have one problem after another and now this. Any help would be much much appreciated. When I log into my admin the little button images dont load and all of the links come up with 404 not found. If anyone has had this trouble or knows were the problem file is please let me know. Thanks in advance. Stewnewguy Link to comment Share on other sites More sharing options...
♥Vger Posted December 3, 2004 Share Posted December 3, 2004 It's more than likely that you have errors in your admin/includes/configure.php file. If you want help post it here - minus the db user name and password Vger Link to comment Share on other sites More sharing options...
Guest Posted December 3, 2004 Share Posted December 3, 2004 It's more than likely that you have errors in your admin/includes/configure.php file.Vger <{POST_SNAPBACK}> goto www.poshpelts.com/configure.php Also you can check out the shop if you like by just going to poshpelts.com. Again thanks! Link to comment Share on other sites More sharing options...
♥Vger Posted December 3, 2004 Share Posted December 3, 2004 You have to post the file here. Going to it in a browser just shows a blank page. Vger Link to comment Share on other sites More sharing options...
Guest Posted December 3, 2004 Share Posted December 3, 2004 You have to post the file here. Going to it in a browser just shows a blank page. Vger <{POST_SNAPBACK}> Can I email it to you i dont know how to put it on here Link to comment Share on other sites More sharing options...
Guest Posted December 3, 2004 Share Posted December 3, 2004 You have to post the file here. Going to it in a browser just shows a blank page. Vger <{POST_SNAPBACK}> Can I email it to you i dont know how to put it on here Link to comment Share on other sites More sharing options...
♥Vger Posted December 3, 2004 Share Posted December 3, 2004 You just copy and paste it, minus the db user name and password Anyway, it's almost 3 am in the UK, so I'm off to bed now. Vger Link to comment Share on other sites More sharing options...
Guest Posted December 3, 2004 Share Posted December 3, 2004 You just copy and paste it, minus the db user name and password Anyway, it's almost 3 am in the UK, so I'm off to bed now. Vger <{POST_SNAPBACK}> Thanks i will post it now so you can check it out tomorrow. Thanks Link to comment Share on other sites More sharing options...
Guest Posted December 3, 2004 Share Posted December 3, 2004 Thanks i will post it now so you can check it out tomorrow. Thanks <{POST_SNAPBACK}> <?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', 'http://poshpelts.com'); define('HTTPS_SERVER', 'https://host255.ipowerweb.com'); define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'http://poshpelts.com'); define('HTTPS_COOKIE_DOMAIN', '/~poshpelt/catalog/'); define('HTTP_COOKIE_PATH', '/catalog'); define('HTTPS_COOKIE_PATH', 'https://poshpelts.com'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/~poshpelt/catalog/'); define('DIR_WS_IMAGES', '/~poshpelt/catalog/images/'); define('DIR_WS_ICONS', '/~poshpelt/catalog/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', 'poshpelt/public_html/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', ''); define('DB_SERVER_PASSWORD', ''); define('DB_DATABASE', 'poshpelt_osc1'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); ?> Link to comment Share on other sites More sharing options...
Guest Posted December 3, 2004 Share Posted December 3, 2004 Robert, It looks like you posted catalog/includes/configure.php. Vger asked for admin/includes/configure.php. Repost that. Good night Vger -_- ed Link to comment Share on other sites More sharing options...
Guest Posted December 3, 2004 Share Posted December 3, 2004 check in the following area (I'm just posting from the stock freshly downloaded non-configured admin/includes/configure.php) on your server: define('HTTP_SERVER', ''); // eg, http://localhost or - https://localhost should not be NULL for productive servers define('HTTP_CATALOG_SERVER', ''); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module 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_WS_ADMIN', '/admin/'); define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN); define('DIR_WS_CATALOG', '/catalog/'); define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG); define('DIR_WS_IMAGES', 'images/'); -jared Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.