Author Topic: Website issues after using SSL  (Read 6487 times)

fatsnacker

  • Beginner
  • *
  • Posts: 3
Website issues after using SSL
« on: April 24, 2008, 13:33:40 pm »
Joomla 1.5.2, VM 1.1 Stable

Everthing seems fine using VM and SSL, but when I finish the process, the website sticks in SSL mode, and the pages do not display properly.

Any ideas, my initial thought is that it is a template referencing issues with my siteground template

bortolani

  • Jr. Member
  • **
  • Posts: 91
Re: Website issues after using SSL
« Reply #1 on: April 24, 2008, 14:54:19 pm »
There is a long thread (with solution) related to this problem.
You find it here: http://forum.virtuemart.net/index.php?topic=13636.0

You have to modify the main index.php file and insert the 'Daneb hack' (check if already there, may be it has become a standard in later releases).

In this way the links contained in HTTPS pages switch back to HTTP when needed.

You will see that after checkout when going back to non SSL pages the cart is not emptied.
I've a patch for this as well that you find here: http://forum.virtuemart.net/index.php?topic=32964.0

Good luck,
Bruno

fatsnacker

  • Beginner
  • *
  • Posts: 3
Re: Website issues after using SSL
« Reply #2 on: April 24, 2008, 15:35:58 pm »
Is this not code that should be in version vm 1.1 stable?