09-03-2017, 03:32 AM
Can someone tell me what this error means?
array(3) {
[0]=>
string(5) "42S22"
[1]=>
int(1054)
[2]=>
string(34) "Unknown column '0' in 'field list'"
}
or how to track it down further than this? As far as I know I'm not trying to refer to anything called 0.
This is of course using the @jmac and @karsen version of the DB class.
array(3) {
[0]=>
string(5) "42S22"
[1]=>
int(1054)
[2]=>
string(34) "Unknown column '0' in 'field list'"
}
or how to track it down further than this? As far as I know I'm not trying to refer to anything called 0.
This is of course using the @jmac and @karsen version of the DB class.