martialblog/docker-limesurvey

SQL: SQLSTATE[42883]: Undefined function: 7 ERROR: operator does not exist:

Closed this issue · 2 comments

New error in last version. When you want preview survey,etc..

SQL: SQLSTATE[42883]: Undefined function: 7 ERROR: operator does not exist: text <> integer
LINE 1: ...AND parent_qid=0 AND((attribute='hidden' AND value!=1 )OR at...
^
HINT: No operator matches the given name and argument types. You might need to add explicit type casts.

More info here..

https://bugs.limesurvey.org/view.php?id=19651

Fix in New docker release?

The commit that fixed that error will be included in the 6.5.17 release, it just hasn't been tagged yet so there's nothing to do for this repo at the moment.

LimeSurvey/LimeSurvey@f8d89cd.

Just pushed the new version: fc2764c

Images are on their way.

@edgarrmondragon Thanks for the hint.