osCmax v2.5 User Manual
Results 1 to 4 of 4

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 ...

      
  1. #1
    New Member
    Join Date
    Mar 2003
    Posts
    6
    Rep Power
    0


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

  2. #2
    New Member
    Join Date
    Mar 2003
    Posts
    6
    Rep Power
    0


    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

  3. #3
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    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 Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  4. #4
    New Member
    Join Date
    Jul 2003
    Posts
    26
    Rep Power
    0


    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

Similar Threads

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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •