Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Nothing in catalog works, maybe osCsid problem


pali

Recommended Posts

Posted

Hi,

 

 

I swamped, I'am fighting for two days and can not move forward.

 

I can not login user, I can not checkout, I can not see cart contents... ...I always get "Such file doesn't exist...".

But I can create a new account and I can see product page.

 

If you would like to test please have a look on www.voipshop.cz. There is one product only 'cos site is not in production yet (I just setting it up).

 

I'm not using SSL and my Sessions settings are:

 

Force Cookie Use False

Check SSL Session ID False

Check User Agent False

Check IP Address False

Prevent Spider Sessions True

Recreate Session True

 

configure.php looks like:

 

define('HTTP_SERVER', 'http://www.voipshop.cz/');

define('HTTPS_SERVER', '');

define('ENABLE_SSL',false);

define('HTTP_COOKIE_DOMAIN', 'http://www.voipshop.cz');

define('HTTPS_COOKIE_DOMAIN', '');

define('HTTP_COOKIE_PATH', '/modules/catalog/');

define('HTTPS_COOKIE_PATH', '');

define('DIR_WS_HTTP_CATALOG', 'modules.php?name=catalog');

define('DIR_WS_HTTPS_CATALOG', '');

define('DIR_WS_IMAGES', 'modules/catalog/images/');

define('DIR_AWS_IMAGES', 'modules/catalog/admin/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', 'functions/');

define('DIR_WS_CLASSES', 'classes/');

define('DIR_WS_MODULES', 'modules/');

define('DIR_WS_LANGUAGES', 'languages/');

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');

define('DIR_FS_CATALOG', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']));

...

 

define('STORE_SESSIONS', 'mysql');

 

I already searched forum carefully but nothing what I tried works.

 

Any help, idea, hint what else should I try will be usefull.

 

pali

Posted

Sorry!

 

Its an interesting idea to nuke OSC but this forums is not the place to look for assistance. Its like calling the rubber manufacture to see why you got a flat tire.

Posted

This:

define('HTTP_COOKIE_DOMAIN', 'http://www.voipshop.cz');

should be this:

define('HTTP_COOKIE_DOMAIN', '.voipshop.cz');

Posted
This:

define('HTTP_COOKIE_DOMAIN', 'http://www.voipshop.cz');

should be this:

define('HTTP_COOKIE_DOMAIN', '.voipshop.cz');

 

 

...thanx, but nothing has changed. ...maybe it's not in OSC... ...I in the meantime installed nuke and OSC again (no any other contribution). I changed nothing in config and I still have this problem. Seems like osCsid is understood as part of regular path, or better said, page which was just invoked is not able to abstract osCsid from URL (or something like that). Could you (or someone else) please send me your php.ini and httpd.conf?

 

pali

Posted

As one person has already said - you are in the wrong forum. You will have better luck finding out why this osCommerce add-on to phpNuke doesn't work in the phpNuke forums.

 

Vger

Archived

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

×
×
  • Create New...