SSL on Ubercart Drupal, Don't lose a day to missing the damn "/*"
Ok, so if you have been handed an Ubercart site that has many problems and your client is like, we have to have this up yesterday. You need to work out all the issues from the developer who thought they knew what they were doing inside of Ubercart...well, there are little things that can really jack things up if you don't know where to look for them.
One can be, say the site comes to you, and they setup SSL, but in the checkout, you get the endless loading of the pricing calls, that gif animation that looks like a barber's pole kicked over on it's side. Endless JavaScript call.
If you have that issue, and your pulling your hair out, wondering, why and how did this happen. Do this, turn SSL off, (I hope you are using the Secure Pages module). If this fixes your problem, then you don't have your SSL settings right.
Your settings should look something like this:
node/add*
node/*/edit
user/*
admin*
cart/checkout
cart/checkout/*
cart/checkout/review
cart/checkout/payment_details/*
cart/checkout/complete
Now if you are getting that endless loading error, check and see if you have this one set
cart/checkout/*
That little bad boy there can cause you to have that endless loading issue, that can make you start digging into code, when all you needed was to add a simple "/*", not that I have ever had this issue....
Category
- Alethia (1)
- CCK (0)
- Command Line (2)
- Conditional Field (0)
- Drupal (7)
- Drush (2)
- E-Commerce (7)
- Hacks (1)
- Japan (4)
- MediaFront (0)
- Mercury (0)
- Online Media (1)
- Open Source (1)
- Pantheon (0)
- SSL (1)
- Screen-cast (1)
- Tutorial (3)
- Ubercart (2)
- Ubuntu (3)
- VPS.net (0)
- Yen (1)
- Zen-Cart (4)
- cPanel (1)
- i18n (1)
- iPhone (1)
- Free College (0)
twitter/srw2d
- @nicwn It was good this year too http://t.co/69RYMcA9 — 12 weeks 6 days ago
- Being in ubuntu + terminal to Cat Rats by Skrillex just feels so right. — 13 weeks 2 days ago
- Drupal Meetup in Tokyo Tomorrow Night! http://t.co/M6ctJt8A #drupal #japan #allyoucaneatdrink — 13 weeks 2 days ago
- Just got my Drupal T-Shirt, did you get yours? http://t.co/4PpfETpA — 14 weeks 1 day ago
- Drupal Social Event in Tokyo hope to see everyone out there that can come. http://t.co/z83asRRg — 14 weeks 6 days ago
- 1 of 53
- ››
Recent
- 1 of 2
- ››




Comments
Awesome!
Thanks for saving me a few hours, that was my issue exactly.
Post new comment