Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can anyone help me?


JemCraft

Recommended Posts

Posted

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

Posted

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');
?>

Posted

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');

Posted

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');

Posted
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!!!!

Posted
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

Posted

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.

Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...