since V.4.7-2025.05.16.00 editing forms as globeadmin give the following debug-message.
Missing alias in FROM clause ?
Regard
Hf
Code: Select all
[0] : ===PDO MESSAGE===
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'f.zzzzsys_form_id' in 'WHERE'
===SQL===========
SELECT
DISTINCT TRIM(`sfo_group`)
FROM
zzzzsys_form
WHERE
(f.zzzzsys_form_id NOT LIKE 'nu%' OR f.zzzzsys_form_id = 'nuuserhome') AND (
IFNULL(`sfo_group`, '') <> '')
ORDER BY
`sfo_group`
===BACK TRACE====
/srv/http/grodt4/core/nudatabase.php - line 473 (nuRunQuery)
/srv/http/grodt4/core/nucommon.php(1530) : eval()'d code - line 40 (nuEncodeQueryRowResults)
/srv/http/grodt4/core/nucommon.php - line 1530 (eval)
/srv/http/grodt4/core/nucommon.php - line 1579 (nuEvalSafe)
/srv/http/grodt4/core/nuform.php - line 26 (nuEval)
/srv/http/grodt4/core/nuform.php - line 1124 (nuBeforeBrowse)
/srv/http/grodt4/core/nuform.php - line 447 (nuBrowseColumns)
/srv/http/grodt4/core/nuform.php - line 165 (nuGetFormFinalize)
/srv/http/grodt4/core/nuapi.php - line 96 (nuGetFormObject)