SQLSTATE[42S22]: Column not found: 1054 Unknown column 'Klantlijst' in 'SELECT'
Posted: Tue Feb 04, 2025 4:00 pm
In the Nudebugresults constantly pops up the message : SQLSTATE[42S22]: Column not found: 1054 Unknown column 'Klantlijst' in 'SELECT' :
[0] : ===PDO MESSAGE===
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'Klantlijst' in 'SELECT'
===SQL===========
SELECT
Klanten_id,
kla_klantid,
Klantlijst
FROM klanten
WHERE
`Klanten_id` = ?
===BACK TRACE====
/home/deb50460/domains/klokkenbouwen.nl/public_html/nubuilder/core/nuform.php - line 847 (nuRunQuery)
/home/deb50460/domains/klokkenbouwen.nl/public_html/nubuilder/core/nuform.php - line 400 (nuGetLookupValues)
/home/deb50460/domains/klokkenbouwen.nl/public_html/nubuilder/core/nuapi.php - line 92 (nuGetFormObject)
Apparently i did a sql with a field "+Klantlijst" Removed all entries, but the bug message continues.
Is er any idea how to clean the history of sql?
Thanks
[0] : ===PDO MESSAGE===
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'Klantlijst' in 'SELECT'
===SQL===========
SELECT
Klanten_id,
kla_klantid,
Klantlijst
FROM klanten
WHERE
`Klanten_id` = ?
===BACK TRACE====
/home/deb50460/domains/klokkenbouwen.nl/public_html/nubuilder/core/nuform.php - line 847 (nuRunQuery)
/home/deb50460/domains/klokkenbouwen.nl/public_html/nubuilder/core/nuform.php - line 400 (nuGetLookupValues)
/home/deb50460/domains/klokkenbouwen.nl/public_html/nubuilder/core/nuapi.php - line 92 (nuGetFormObject)
Apparently i did a sql with a field "+Klantlijst" Removed all entries, but the bug message continues.
Is er any idea how to clean the history of sql?
Thanks