Hi, I have an action which is being executed in background, called by Paypal when a customer pays an article. The action is processing the payment.
But my script stops at this line: require_once 'Payment.php'; (class Payment extends Zend_Db_Table_Abstract) I tried to paste this lines in other actions in my application and no problem occur. So I cannot find a way to debug it and also the script doesn't go to my errorController, nor in my catch (I wrapped the whole action by a try/catch). Can anyone help me find out the error ? Thank you for any kind help !! -- View this message in context: http://www.nabble.com/require_once-of-Zend_Db_Table-problem-tp17233992p17233992.html Sent from the Zend Framework mailing list archive at Nabble.com.
