
Originally Posted by
DrByte
The message has NOTHING to do with having SSL on your storefront. That's user-configurable SSL.
This message is related to a basic server misconfiguration, explained here:
SSL Explained - Back and Front
And, given that you're using XAMPP, you may not be able to fix it ... in which case you'll have to live with these kinds of errors happening anytime the test store needs to connect to an external resource.
So if you're going to comment-out sections of the code to suit your local environment, MAKE SURE you uncomment them before putting changes into production, else your store will be broken, or worse, your live store might be insecure.
Thanks, got it.
I was able to fix the SSL error messages in xampp by following advice here and in the Internet without commenting out any code.
However I had spoken too soon and my store front does not start up in xampp (just a blank screen)although the admin site starts up OK.
There are no error messages in the zen cart log or the Apache and mysql logs.
I turned on STRICT_ERROR_REPORTING in application_top.php but still no error messages.
If I "inspect" the blank page I see these errors
Code:
Uncaught ReferenceError: jQuery is not defined
at :8080/zencart155d/catalog/min/?f=/zencart155d/catalog/includes/templates/re…s/modules/pages/index/jscript_responsive_equal_heght_divs.js&1463221628:11
index.php?main_page=index:460 Uncaught ReferenceError: jQuery is not defined
at index.php?main_page=index:460
ssl.jpg Failed to load resource: the server responded with a status of 404 (Not Found)
alles_f%C3%BCr_hundli6.jpg Failed to load resource: the server responded with a status of 404 (Not Found)
But I do not have a path zencart155d/catalog/includes/templates/re…s/modules/
I do not see such a path in the original zencart155d download or the css js loader plugin?
The file is from the SNAF plugin and is in this path
includes\modules\pages\product_info\jscript_responsive_equal_heght_divs.js
Bookmarks