Skip to content
Advertisement

Zend_Db_Table_Row_Exception

I have this query below which I am trying to port to Zend (even further below lol). I am getting this error:

Uncaught exception ‘Zend_Db_Table_Row_Exception’ with message ‘Specified column “admin_vfname” is not in the row’

But when I echo the $select and copy the sql into Navicat it runs fine? What is wrong with it because I can’t clearly identify it?

JavaScript

Advertisement

Answer

So as per my comment you need to change pay_administrator_actions.* to pay_administrator.* in your join.

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement