column not found
Posted: Fri Aug 06, 2021 12:11 am
Hi
I am getting the following debug error
[0] :
===USER==========
globeadmin
===PDO MESSAGE===
SQLSTATE[42S22]: Column not found: 1054 Unknown column '' in 'field list'
===SQL===========
SELECT `` FROM zzzzsys_setup WHERE (`refID` = '1613') AND (0)
===BACK TRACE====
/home1/ccchubda/public_html/ccchublive/core/nuform.php - line 787 (nuRunQuery)
/home1/ccchubda/public_html/ccchublive/core/nuform.php - line 336 (nuGetSubformRecords)
/home1/ccchubda/public_html/ccchublive/core/nuapi.php - line 56 (nuGetFormObject)
I have a browse / edit form which has been in use for some time. The edit form had 9 tabs 6 of which where used to directly input data to the table. 3 where subforms which input data into related tables. I added a fourth subform for a new related table. the data inputted is saved in the table but does not stay visible in the tab. I have checked the form details, associated objects and the table. I cannot see any anomalies. I have edited the subform and objects to redo the values but no change.
Any suggestions?
I am getting the following debug error
[0] :
===USER==========
globeadmin
===PDO MESSAGE===
SQLSTATE[42S22]: Column not found: 1054 Unknown column '' in 'field list'
===SQL===========
SELECT `` FROM zzzzsys_setup WHERE (`refID` = '1613') AND (0)
===BACK TRACE====
/home1/ccchubda/public_html/ccchublive/core/nuform.php - line 787 (nuRunQuery)
/home1/ccchubda/public_html/ccchublive/core/nuform.php - line 336 (nuGetSubformRecords)
/home1/ccchubda/public_html/ccchublive/core/nuapi.php - line 56 (nuGetFormObject)
I have a browse / edit form which has been in use for some time. The edit form had 9 tabs 6 of which where used to directly input data to the table. 3 where subforms which input data into related tables. I added a fourth subform for a new related table. the data inputted is saved in the table but does not stay visible in the tab. I have checked the form details, associated objects and the table. I cannot see any anomalies. I have edited the subform and objects to redo the values but no change.
Any suggestions?