[eluser]Bob Puzld[/eluser]
[quote author="Chad Fulton" date="1254962093"]In your controller, after the line where you call the GetPaymentRequests function, add this:
Code:
var_dump($this->db->_error_message();
die;
Let us know what shows up. The MySQL error should let us know what the problem is.[/quote]
-----------------
Ok. I will try that and let you know.