I've got two tables; customers and orders (table name: type2orders) linked via a one-to-many relationship on a Unique Reference Number (URN). This seems to work fine till I want to remove an ordered item out of the orders table. then I get. I'm running the latest version 0.6 and I've looked the forum for the other indications on notices, but they don't specifcally apply to this instance.
Notice: Array to string conversion in /home/default/[website]/user/htdocs/dataface/Dataface/Error.php on line 61
Are you sure you want to remove the following records from the relationship 'type2orders'?
* 8382
Any ideas please
Graeme Hird
Notice: Array to string conversion in /home/default/[website]/user/htdocs/dataface/Dataface/Error.php on line 61
Are you sure you want to remove the following records from the relationship 'type2orders'?
* 8382
Any ideas please
Graeme Hird
).. Since it is in the error handler, though, and it has no bearing on functionality, it does no harm to suppress it. Are you seeing other errors?