JemCraft Posted August 29, 2008 Posted August 29, 2008 Hi, I am having some problems with my site and I really need some help. I have added a product to the category 'Bazzil Cardstock', but it does not show up when I click on the category - see HERE. If click any of the products that appear in the 'New Products' box I get the following error message-see HERE. [an error occurred while processing this directive] http://www.jemcraftmemories.com/catalog/index.php?cPath=1 /catalog/FILENAME_PRODUCT_INFO?products_id=29 404 if I try to click on define main page in my admin, I get the following error: [an error occurred while processing this directive] http://www.jemcraftmemories.com/catalog/admin/categories.php /catalog/admin/define_mainpage.php 404 PLEASE can any one offer any help or guidance on any of the above. Thank you Jemma
FIMBLE Posted August 29, 2008 Posted August 29, 2008 It seems that the image does not resolve anywhere the source looks like http://www.jemcraftmemories.com/catalog/images/ Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Guest Posted August 29, 2008 Posted August 29, 2008 It seems that the image does not resolve anywhere the source looks like http://www.jemcraftmemories.com/catalog/images/ Nic http://www.jemcraftmemories.com/catalog/images/images/ also seems to exist. Perhaps error in configure.php file?
JemCraft Posted August 29, 2008 Author Posted August 29, 2008 Here is what I have in my configure.php <?php define('HTTP_SERVER', 'http://www.jemcraftmemories.com'); define('HTTPS_SERVER', 'http://www.jemcraftmemories.com'); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', 'www.jemcraftmemories.com'); define('HTTPS_COOKIE_DOMAIN', 'www.jemcraftmemories.com'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/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/jemcscom/public_html/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', 'jemcscom_jemma'); define('DB_SERVER_PASSWORD', 'jem123jem'); define('DB_DATABASE', 'jemcscom_catalog'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?>
d4funky1 Posted August 29, 2008 Posted August 29, 2008 Hi, might want to change your DB password since you have put it here for all to see: define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', 'jemcscom_jemma'); define('DB_SERVER_PASSWORD', 'jem123jem'); define('DB_DATABASE', 'jemcscom_catalog'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql');
♥FWR Media Posted August 29, 2008 Posted August 29, 2008 The second url you gave was .. http://www.jemcraftmemories.com/catalog/FI...?products_id=29 See the FILENAME_PRODUCT_INFO That define is missing. It should be in catalog/includes/filenames.php as .. define('FILENAME_PRODUCT_INFO', 'product_info.php'); Ultimate SEO Urls 5 PRO - Multi Language Modern, Powerful SEO Urls KissMT Dynamic SEO Meta & Canonical Header Tags KissER Error Handling and Debugging KissIT Image Thumbnailer Security Pro - Querystring protection against hackers ( a KISS contribution ) If you found my post useful please click the "Like This" button to the right. Please only PM me for paid work.
JemCraft Posted August 29, 2008 Author Posted August 29, 2008 Hi, might want to change your DB password since you have put it here for all to see: lol i know i am dumb, but not that dumb, i changed it on the post!!!!
JemCraft Posted August 29, 2008 Author Posted August 29, 2008 The second url you gave was .. http://www.jemcraftmemories.com/catalog/FI...?products_id=29 See the FILENAME_PRODUCT_INFO That define is missing. It should be in catalog/includes/filenames.php as .. define('FILENAME_PRODUCT_INFO', 'product_info.php'); Hi thanks for that, now when i click on the product in the new product box, it goes to the product without the error. Unfortunately when i click on the category Bazzil cardstock, there are still no product??? any ideas??? thanks for your help x
♥FWR Media Posted August 29, 2008 Posted August 29, 2008 Well ok what I said worked but you haven't solved the issue. The question is WHY was standard code missing? Back up your existing catalog/includes/filenames.php and upload a fresh one from the oscommerce download and see where you go from there. Ultimate SEO Urls 5 PRO - Multi Language Modern, Powerful SEO Urls KissMT Dynamic SEO Meta & Canonical Header Tags KissER Error Handling and Debugging KissIT Image Thumbnailer Security Pro - Querystring protection against hackers ( a KISS contribution ) If you found my post useful please click the "Like This" button to the right. Please only PM me for paid work.
JemCraft Posted August 29, 2008 Author Posted August 29, 2008 Well ok what I said worked but you haven't solved the issue. The question is WHY was standard code missing? Back up your existing catalog/includes/filenames.php and upload a fresh one from the oscommerce download and see where you go from there. you are an angel, I uploaded a fresh filenames.php and addedd in the extras for the contribs i habve on the site and it touch wood, everything is ok - at the mo..... ;lol thank you
Recommended Posts
Archived
This topic is now archived and is closed to further replies.