brittainmark:
On Applying the Ajax fix for the security update I am now receiving the following error on the Ckeckout page.
"An unknown response null: :text/html; charset=utf-8: :SyntaxError: JSON.parse: unexpected end of data at line 1 column 1 of the JSON data was received while processing an ajax call. The action you requested could not be completed"
every time I complete a step. The error does not stop the processing but you have to click ok to continue. I have reverted back to the previous version.
Any Ideas?
Ideas that come to mind are the following:
- Template is not "updated" to ZC 1.5.4 (Does problem persist if temporarily use default ZC template?)
- There is another "error" occurring that is perhaps logged in the /logs directory.
- Database is not utf-8/utf8 as applicable/appropriate
- Language file(s) are not utf-8/utf8 as applicable/appropriate
- configure.php file(s)are not utf-8/utf8 as applicable/appropriate
- There is already a problem with the code that is being highlighted by the usage of the correct ajax.php file... Compare files against a known unaltered set to verify that all files are modified only to the extent expected... This includes images and other extraneous files/folders/locations.
- Javascript error/conflict.
- SSL certificate issue. (does the same error occur when attempting to login, or go to the contact_us page?) Do you use a SSL certificate? Do you have your site a) partially or b) fully assigned to https or c) not using a SSL nor https:?
More information about your setup would be needed I think to give much else of a suggestion.
Nevermind the above... Apparently between the time that I read the message, went to download/install and test the update, and then post here??? Well DrB posted an updated version... :) So, I've left my "thoughts" above but it appears that the issue has been resolved as reported by the previous message.
Huh.. Although the version I tested was the old version and didn't get an error... But, I also don't have SSL on the test site... So, maybe more to follow...