vtigerpicklist

Error access picklist Field [vTiger v 7.4.0]


while access picklist Field, i can't see anything. here is the following screenshoot

only show menu

i use NGINX server with 7.4 PHP version.


Solution

  • by running the query

    SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));'''

    or by adding sql_mode='' to my my.cnf file.