[06:39:36] [WARNING] CMySQLResult::GetRowDataByName - field not found ("dgGateFlage0")
[06:39:36] [WARNING] CMySQLResult::GetRowDataByName - field not found ("dgGateFlage1")
[06:39:36] [WARNING] CMySQLResult::GetRowDataByName - field not found ("dgGateFlage2")
[06:39:36] [WARNING] CMySQLResult::GetRowDataByName - field not found ("dgGateFlage3")
[06:53:45] [WARNING] CMySQLResult::GetRowDataByName - field not found ("dgGateFlage0")
[06:53:45] [WARNING] CMySQLResult::GetRowDataByName - field not found ("dgGateFlage1")
[06:53:45] [WARNING] CMySQLResult::GetRowDataByName - field not found ("dgGateFlage2")
[06:53:45] [WARNING] CMySQLResult::GetRowDataByName - field not found ("dgGateFlage3")
[06:56:19] [WARNING] CMySQLResult::GetRowDataByName - field not found ("dgGateFlage0")
[06:56:19] [WARNING] CMySQLResult::GetRowDataByName - field not found ("dgGateFlage1")
[06:56:19] [WARNING] CMySQLResult::GetRowDataByName - field not found ("dgGateFlage2")
[06:56:19] [WARNING] CMySQLResult::GetRowDataByName - field not found ("dgGateFlage3")
|
The error is quite descriptive, the fields "dgGateFlage0-3" are not present in your table. If you have access to phpMyAdmin (or another GUI) check that you have the field names correct and are selecting from the correct table.
|