spatie / laravel-translatable

Making Eloquent models translatable

Home Page:https://spatie.be/docs/laravel-translatable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1305 FUNCTION json_unquote does not exist

AjithLalps opened this issue · comments

I got this error while running on the server. this issue occurred because of my MySQL client version. On my server, MySQL client version is 5.1.73. So laravel-translatables which version supports MySQL 5.1.73.

Laravel version 5.8.38
PHP version 7.2.7
MySQL version 5.1.73

Try upgrading to mysql 5.7

Any older version of this package to fix this issue? My server did not come up with MySQL 5.7, So I raised a ticket for this version. because of this issue, I can't run my project on server.