Opened 18 years ago
Closed 18 years ago
#211 closed defect (bug) (fixed)
SQL Error r634
| Reported by: | trent | Owned by: | apeatling |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Version: | ||
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I fixed this, then it reverted. Annoying. Anyway, it is fixed in r635. It should be "6 MONTH" not "6 MONTHS".