osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Problems with sessions, plese HEEELLLLLPPP!!!

This is a discussion on Problems with sessions, plese HEEELLLLLPPP!!! within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; I get the 404 error message when I click on http://braditel.rapidnetwork.ro/acco...484e9debe6d5d1 I am not using SSL, I am storing sessions ...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Installation Help

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 09-30-2003, 12:51 AM
New Member
 
Join Date: Mar 2003
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
maxi032
Default Problems with sessions, plese HEEELLLLLPPP!!!

I get the 404 error message when I click on
http://braditel.rapidnetwork.ro/acco...484e9debe6d5d1
I am not using SSL, I am storing sessions in the db, the cookie usage is disabled from administration.
This is how my config looks like:

define('HTTP_SERVER', 'http://mysite.com'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'http://mysite.com'); // eg, https://localhost - should not be empty for productive servers
define('ENABLE_SSL', true); // secure webserver for checkout procedure?
define('HTTP_COOKIE_DOMAIN', 'mysite.com');
define('HTTPS_COOKIE_DOMAIN', '');
define('HTTP_COOKIE_PATH', '/');
define('HTTPS_COOKIE_PATH', '');
define('DIR_WS_HTTP_CATALOG', '/');
define('DIR_WS_HTTPS_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/');

//Added for BTS1.0
define('DIR_WS_TEMPLATES', 'templates/');
define('DIR_WS_CONTENT', DIR_WS_TEMPLATES . 'content/');
define('DIR_WS_JAVASCRIPT', DIR_WS_INCLUDES . 'javascript/');
//End BTS1.0
define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');
define('DIR_FS_CATALOG', '/home/vhost/mysite/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'); // eg, localhost - should not be empty for productive servers
define('DB_SERVER_USERNAME', 'xxxxxxxxxx');
define('DB_SERVER_PASSWORD', 'xxxxxxxxxx');
define('DB_DATABASE', 'xxxxxxxxxxx');
define('USE_PCONNECT', 'false'); // use persistent connections?
define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'
?>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 10-03-2003, 12:58 AM
New Member
 
Join Date: Mar 2003
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
maxi032
Default PLEASE REPLY !!!

Please reply to this : http://www.oscdox.com/index.php?name...pic&t=1216
It has been posted for days and I need urgent help
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 10-04-2003, 12:07 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 11,074
Thanks: 81
Thanked 348 Times in 327 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

maxi032, Do not make multiple posts on the same topic. It is against forum rules.

You need to provide the actual path and what you are actually using in your config file. It is a path problem, and unless you post the pertinent info, nobody can help you.

Finally, do not presume everyone is here to serve your needs. This is a community of VOLUNTEERS who are very busy elsewhere. If we can help we will, but your question is a common one and is easily resolved if you would do a little reading on server paths, and find out what your server path is.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 10-04-2003, 09:58 AM
New Member
 
Join Date: Jul 2003
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
xxGeek
Default

seems to me like this line:
define('DIR_FS_CATALOG', '/home/vhost/mysite/public_html/mysite/');

if you have it like this than mostlikely your url would look like this:
http://mysite.com/mysite/account.php
if that's not the case as i don't know your actual path, you might want too
setup your ssl as true and just use http:// not https://
hope it helps
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Spider Sessions Studio143 osCMax v1.7 Discussion 1 05-14-2005 02:21 PM
Problems with windows, sessions and how i solved it! dearagua osCommerce 2.2 Installation Help 0 08-30-2003 06:48 AM
The sessions directory does not exist jrglass osCommerce 2.2 Installation Help 1 05-01-2003 12:22 AM
Sessions as files vs. in the Database rd42 osCommerce 2.2 Installation Help 2 03-29-2003 06:26 PM
Where to create /tmp for sessions breag osCommerce 2.2 Installation Help 10 12-15-2002 09:23 PM


All times are GMT -8. The time now is 09:47 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax