Re: Del1 - no table name in query [message #5335 is a reply to message #5334] |
Sat, 23 January 2016 05:31 |
htManager
Messages: 439 Registered: May 2014
|
Senior Member |
|
|
I found the problem. I have a debugger (xdebug, eclipse mars) but all the time I was worried about menu_user and menu_user_alt in some functions in $this->tablename, when stepping through the code. The problem was a still existing false child-relationship after I changed the primary key of a table. Deleting this relationship lets the code work fine. Thank you.
|
|
|