Opened 17 years ago
Closed 17 years ago
#211 closed defect (bug) (fixed)
SQL Error r634
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | major | |
| Severity: | Version: | ||
| Component: | Keywords: | ||
| Cc: |
Description
SQL error in r634 with sitewide activity.
WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'MONTHS) <= NOW()' at line 1 for query DELETE FROM wp_bp_activity_sitewide WHERE DATE_ADD(date_recorded, INTERVAL 6 MONTHS) <= NOW() made by BP_Activity_Activity::get_sitewide_activity
Note: See
TracTickets for help on using
tickets.
I fixed this, then it reverted. Annoying. Anyway, it is fixed in r635. It should be "6 MONTH" not "6 MONTHS".