| |
I regret to inform you that there is a bug in your code. While details are
sketchy, here are the highlights:
On Thu Sep 9, 2010 11:27:49am, was
accessing code from /usr/src/websupport/class.PostgreSQL_Db.php and encountered an error at line 45. Since
those might be misleading, here's the url, too:
/index.php/2008/sponsor/blob
The error message is: DB Error: ERROR: relation "donations" does not exist
On query:
SELECT user_id, SUM(donation_amount) AS donation_amount
FROM donations
GROUP BY 1
ORDER BY 2 DESC;
Click here to continue
|
| |