Page 1 of 1

There are no bookmarks on the main form (ubuntu)

Posted: Thu Apr 16, 2020 1:15 am
by kknm
There were no problems installing nubuider4 on windows.
When installing on ubuntu16 there is no 'SETUP' tab on the main form. LAMP is installed.
I tried different browsers

Code: Select all

[0] : 
===USER==========

globeadmin

===PDO MESSAGE=== 

SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'nubuilder.zzzzsys_tab.zzzzsys_tab_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

===SQL=========== 


    
        SELECT * 
        FROM zzzzsys_tab 
        INNER JOIN zzzzsys_object ON sob_all_zzzzsys_form_id = syt_zzzzsys_form_id
        WHERE syt_zzzzsys_form_id = 'nudebug'
        GROUP BY syt_zzzzsys_form_id, syt_title
        ORDER BY syt_order
    
    

===BACK TRACE====

/var/www/report/nuform.php - line 737 (nuRunQuery)

/var/www/report/nuform.php - line 86 (nuBuildTabList)

/var/www/report/nuapi.php - line 42 (nuGetFormObject)

Re: There are no bookmarks on the main form (ubuntu)

Posted: Thu Apr 16, 2020 2:02 am
by kev1n
You need to modify my.cnf as described here:
https://forums.nubuilder.cloud/viewtopic. ... ntu#p18405

Re: There are no bookmarks on the main form (ubuntu)

Posted: Thu Apr 16, 2020 12:48 pm
by kknm
kev1n wrote:You need to modify my.cnf as described here:
https://forums.nubuilder.cloud/viewtopic. ... ntu#p18405
It's nice to deal with you - everything worked out! Thanks!

Re: There are no bookmarks on the main form (ubuntu)

Posted: Fri May 22, 2020 2:47 pm
by kknm
kev1n wrote:You need to modify my.cnf as described here:
https://forums.nubuilder.cloud/viewtopic. ... ntu#p18405
In my case, I did this (Ubuntu-Mate 16), because it was not possible to update mysql-server:

Code: Select all

[mysqld]
sql-mode=NO_ENGINE_SUBSTITUTION

[mysqldump]
quick