Paul - I think it was yesterday - but someone else posted about a json_encode problem - turned out to be something with the hosting.
Paul - I think it was yesterday - but someone else posted about a json_encode problem - turned out to be something with the hosting.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
Thanks Kim, but I think you mean the post about the Fatal error undefined function: json_encode(), which seems quite a different problem.
In case it's related to the json version, the installed version is 1.2.1
According to the json_encode documentation on php.net:
So it seems that the problem is the latin encoding combined with the json_encode function.This function only works with UTF-8 encoded data.
Does this mean it's required to convert the database to UTF8 when upgrading to Zen Cart 1.5.0 ? I thought I read somewhere this conversion wasn't required.