Opened 14 years ago
Closed 14 years ago
#262 closed defect (wontfix)
mysql error on addons
Reported by: | RafaelOrtiz | Owned by: | dfarning |
---|---|---|---|
Priority: | Low | Milestone: | Unspecified |
Component: | activities.sugarlabs.org | Version: | Unspecified |
Severity: | Minor | Keywords: | addons |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | New |
Description
Query: SELECT Preview.id FROM previews AS Preview WHERE addon_id= ORDER BY highlight DESC, created ASC LIMIT 1
Warning: SQL Error: 1064: 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 'ORDER BY highlight DESC, created ASC LIMIT 1' at line 1 in /srv/home/addons-devel/addons-devel/site/cake/libs/model/datasources/dbo_source.php on line 440
this is showing on the slides presentation of addons.
Change History (2)
comment:1 Changed 14 years ago by tomeu
- Priority changed from High to Low
- Severity changed from Major to Minor
comment:2 Changed 14 years ago by dfarning
- Resolution set to wontfix
- Status changed from new to closed
Yes, upstream has decided not to fix this.
Note: See
TracTickets for help on using
tickets.
Yeah, this could be considered a bug in upstream, but I don't think they are going to fix it soon because it's assumed that there will always be at least 5 featured addons to display.