eagleg Posted February 13, 2022 Share Posted February 13, 2022 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 More sharing options...
eagleg Posted February 13, 2022 Author Share Posted February 13, 2022 Note I recently secure my site to https security, mabye this has something to do with it Link to comment Share on other sites More sharing options...
Demitry Posted February 13, 2022 Share Posted February 13, 2022 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 More sharing options...
Demitry Posted February 13, 2022 Share Posted February 13, 2022 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 More sharing options...
Demitry Posted February 13, 2022 Share Posted February 13, 2022 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 More sharing options...
eagleg Posted February 13, 2022 Author Share Posted February 13, 2022 Done Link to comment Share on other sites More sharing options...
eagleg Posted February 13, 2022 Author Share Posted February 13, 2022 Works now Link to comment Share on other sites More sharing options...
eagleg Posted February 13, 2022 Author Share Posted February 13, 2022 Thank you very much Link to comment Share on other sites More sharing options...
Demitry Posted February 13, 2022 Share Posted February 13, 2022 @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 More sharing options...
eagleg Posted February 13, 2022 Author Share Posted February 13, 2022 I sold those on vhs back in the day Link to comment Share on other sites More sharing options...
Hotclutch Posted February 13, 2022 Share Posted February 13, 2022 Add to cart is not working from the product page, works from product listing (index.php). Link to comment Share on other sites More sharing options...
Demitry Posted February 13, 2022 Share Posted February 13, 2022 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 More sharing options...
Jack_mcs Posted February 13, 2022 Share Posted February 13, 2022 @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. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
eagleg Posted February 13, 2022 Author Share Posted February 13, 2022 Made changes Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.