Jump to content


Corporate Sponsors


Latest News: (loading..)

How to link the checkout pages from cart


9 replies to this topic

#1 krishnakranthi

  • Community Member
  • 16 posts
  • Real Name:krishna

Posted 25 September 2011, 11:38

I started building my website couple of days back. As of now, I can add the product into the cart at http://roses34.com
From here, I try to checkout, it gives me the error "(Error code: ssl_error_rx_record_too_long)"

Ideally, after cart, it should take me to the registration page for the user to login and then continue to shipping address page, payment page, order summary pages etc.

Can someone please guide me? I am new to php , so I dont know the error code.

#2 krishnakranthi

  • Community Member
  • 16 posts
  • Real Name:krishna

Posted 25 September 2011, 11:45

I checked my configuration file as per one topic in the forums and it is this

define('HTTP_SERVER', 'http://roses34.com');
define('HTTPS_SERVER', 'https://roses34.com');

#3 krishnakranthi

  • Community Member
  • 16 posts
  • Real Name:krishna

Posted 25 September 2011, 11:48

And this is also seems to be set:

define('ENABLE_SSL', true)

#4 germ

  • Community Member
  • 13,587 posts
  • Real Name:Jim
  • Gender:Male
  • Location:USA (GMT-6)

Posted 25 September 2011, 12:14

You don't have a SSL cert installed.

Disable SSL.

Change the last line you posted to:

 define('ENABLE_SSL', false);

Edited by germ, 25 September 2011, 12:15.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

"Headers already sent" - The definitive help

"Cannot redeclare ..." - How to find/fix it

SSL Implementation Help

Like this post? "Like" it again over there >

#5 krishnakranthi

  • Community Member
  • 16 posts
  • Real Name:krishna

Posted 25 September 2011, 12:27

But If I disable SSL, would it not be a security issue in the checkout pages, especially on the payment pages.

#6 germ

  • Community Member
  • 13,587 posts
  • Real Name:Jim
  • Gender:Male
  • Location:USA (GMT-6)

Posted 25 September 2011, 12:29

If you don't have a SSL cert installed you can't use it.

Unless your host has shared SSL available.
If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

"Headers already sent" - The definitive help

"Cannot redeclare ..." - How to find/fix it

SSL Implementation Help

Like this post? "Like" it again over there >

#7 krishnakranthi

  • Community Member
  • 16 posts
  • Real Name:krishna

Posted 25 September 2011, 12:31

I am using hostgator hosting services, they have said that SSL is provided. I dont know how to install it.

#8 germ

  • Community Member
  • 13,587 posts
  • Real Name:Jim
  • Gender:Male
  • Location:USA (GMT-6)

Posted 25 September 2011, 12:33

Ask them what your shared SSL url should be and modify the config file to match,
If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

"Headers already sent" - The definitive help

"Cannot redeclare ..." - How to find/fix it

SSL Implementation Help

Like this post? "Like" it again over there >

#9 krishnakranthi

  • Community Member
  • 16 posts
  • Real Name:krishna

Posted 25 September 2011, 12:34

ok, I ll do that. Thanks a lot, Jim.

#10 mavricktree

  • Community Member
  • 5 posts
  • Real Name:adeb

Posted 21 January 2012, 23:42

so krishna were you able to solve your problem

im having same problem and i have hostgator as well, if you solved the problem can you mentioned what u did