Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

adamcorby

Archived
  • Posts

    1
  • Joined

  • Last visited

Profile Information

  • Real Name
    Adam Corby

adamcorby's Achievements

  1. Hi all, I've just installed this contrib. and I'm having the same problem as others with the "Cookie Usage" page continuously appearing. I've tried the following code if ($request_type == 'NONSSL') { define('DIR_WS_CATALOG', DIR_WS_HTTP_CATALOG); $g_relpath = HTTP_SERVER . DIR_WS_CATALOG; $g_server = HTTP_SERVER; } else { define('DIR_WS_CATALOG', DIR_WS_HTTPS_CATALOG); $g_relpath = HTTPS_SERVER . DIR_WS_CATALOG; $g_server = HTTPS_SERVER; } but it didn't change the situation for me. This code matches up with what I have in application_top.php and I've tried every suggestion for obtaining the secure port or server/environment variable that was listed in the instructions in case that was the problem. Any suggestions? Also, when I added the line "Options +FollowSymLinks" to my .htaccess file I got a "Server Error" message for the entire site. So I didn't leave that line in the file. I'm not sure if this could be related to my "Cookie Usage" problem or if it's unrelated.
×
×
  • Create New...