Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » Transaction Patterns » Del1 - no table name in query
Re: Del1 - no table name in query [message #5308 is a reply to message #5307] Mon, 18 January 2016 05:37 Go to previous messageGo to previous message
AJM is currently offline  AJM
Messages: 2361
Registered: April 2006
Location: Surrey, UK
Senior Member
The error messages "Error while sending STATISTICS packet" are produced by the joomla framework and have nothing to do with Radicore.

You need to find out what is happening when std.table.class.inc passes control to dml.mysqli.class.inc. This happens in the _dml_deleteRecord() method which contains the following line of code:
$DML->deleteRecord($this->dbname_server, $this->tablename, $fieldarray);


It is the contents of $this->tablename which is put into the FROM clause of the delete statement, and this should NEVER be blank.


 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: PopUp and add1 - key fields
Next Topic: add1 in shared account
Goto Forum:
  


Current Time: Thu Sep 12 08:21:58 EDT 2024

Total time taken to generate the page: 0.01128 seconds