Hi there,
I have almost finished getting my interface done with PhpRunner, and am now testing everything. Upon trying to edit the data of one table, I keep receiving an error message:
Unknown column 'Table.TableKey' in 'where clause'
where Table is obviously the table where the data is being edited, and TableKey the primary key. The TableKey is being pulled from another table by a master-child relationship, which works with the Add command. I turned the sql statements on by using
$dDebug=true;
in the dbcommun.php to try to understand what is happening, but to no avail. It seems to be bugging before sending the information to the db. Can anyone suggest another means of inspecting what is being done 'behind the scenes' or tell me what is going wrong ? In the edit process, I have no events. I however have numerous beforeAdd events, which shouldn't be called upon... moreover, all of the other tables aren't having this problem...
Thanks.
Rob