1. cloudfaction
  2. General
  3. Monday, November 06 2017, 09:15 AM
updating profile image in frondend gives sql error

SQLSTATE[HY000]: General error: 1364 Field 'caption' doesn't have a default value.

we have been at this for some time now, but i cannot solve this.

J 3.6.5 / EP 1.4.4 ( i know old versions, cannot update yet)

it has worked, without problems.... but for some reason it does not any more.
admin Accepted Answer
Admin
Hi,
probably your host provider have updated mysql server.

Try to launch this SQL query from a panel like PhpMyAdmin:

ALTER TABLE `#__jsnsocial_photos` CHANGE COLUMN `caption` text NOT NULL DEFAULT '';
  1. more than a month ago
  2. General
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.