Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

customer cannot log in


eagleg

Recommended Posts

https://karatemovie.com/ is my site

when a customer trys to log in, they get a popup:

"The information you have entered on this page will be sent over an insecure connection and could be read by a third party.

Are you sure you want to send this information?"

and then it goes no further. Any ideas? is this a https issue?

Thanks!

 

 

Link to comment
Share on other sites

Interesting,.. it looks like you're forcing SSL on all pages. And, although the sign-in button redirects to that security page, the create_account.php page does not. Your search box feature results in the same server response.

What (if anything) changed in recent times?

What is your PHP version and osC version (looks like v2.3.1)?

Could you post your catalog configuration file details, without the database details? So, just the top part of that file, and leave out everything related to the database in the second (bottom) half. This is the first place I would start, though it may not be where the problem resides.

 

 

osCommerce: made for programmers, ...because store owners do not want to be programmers.

https://trends.google.com/trends/explore?date=all&geo=US&q=oscommerce

Link to comment
Share on other sites

How did you recently secure the site via https? It would seem like this is where the problem is.

btw, I was a bit disappointed not to see The Raid: Redemption and The Raid 2 in your store. Those are some of my favorite martial arts films.

 

 

 

osCommerce: made for programmers, ...because store owners do not want to be programmers.

https://trends.google.com/trends/explore?date=all&geo=US&q=oscommerce

Link to comment
Share on other sites

define('ENABLE_SSL', false);

Should be set to true.

Please remove/hide your prior post, because you are exposing your database username. DB_SERVER_USERNAME

That's a security risk. You can do that by clicking on the Options drop-down menu at the bottom of your post.

 

 

osCommerce: made for programmers, ...because store owners do not want to be programmers.

https://trends.google.com/trends/explore?date=all&geo=US&q=oscommerce

Link to comment
Share on other sites

@eagleg

If you have not already, see The Raid: Redemption and The Raid 2. The second one is actually better than the first, but you have to see them in order.

 

 

 

 

osCommerce: made for programmers, ...because store owners do not want to be programmers.

https://trends.google.com/trends/explore?date=all&geo=US&q=oscommerce

Link to comment
Share on other sites

The final movie produced in VHS format was “A History in Violence,” which debuted in 2006. The Raid: Redemption is 2012.

 

 

osCommerce: made for programmers, ...because store owners do not want to be programmers.

https://trends.google.com/trends/explore?date=all&geo=US&q=oscommerce

Link to comment
Share on other sites

@eaglegThere is still a mistake in the file. This line

define('HTTP_SERVER', 'http://karatemovie.com');

should be

define('HTTP_SERVER', 'https://karatemovie.com');

And if you don't have redirection code in your root .htaccess file to change http to https you should. There are many examples of this on this site.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...