Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 621226 - [bugzilla] Error while searching for already existing bug:
Summary: [bugzilla] Error while searching for already existing bug:
Status: UNCONFIRMED
Alias: None
Product: Websites
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Website Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-08 16:13 UTC by Bodo Thiesen
Modified: 2017-06-10 18:28 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bodo Thiesen 2017-06-08 16:13:05 UTC
Date: Thu, 8 Jun 2017 17:50:09 +0200

Searching for already existing bug on page:

https://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Linux&format=guided

time & date: Right now, reproducible.

Regards, Bodo

Software error:

DBD::mysql::db selectcol_arrayref failed: syntax error, unexpected $end [for Statement "SELECT bugs.bug_id AS bug_id, (MATCH(bugs_fulltext_1.comments_noprivate) AGAINST('rsync error: some files attrs were not transferred (see previous errors' IN BOOLEAN MODE) + MATCH(bugs_fulltext_1.short_desc) AGAINST('rsync error: some files attrs were not transferred (see previous errors' IN BOOLEAN MODE)) AS relevance
  FROM bugs
LEFT JOIN bug_group_map AS security_map ON bugs.bug_id = security_map.bug_id AND NOT ( security_map.group_id IN (47) )
LEFT JOIN cc AS security_cc ON bugs.bug_id = security_cc.bug_id AND security_cc.who = 29624
LEFT JOIN bugs_fulltext AS bugs_fulltext_1 ON bugs.bug_id = bugs_fulltext_1.bug_id
LEFT JOIN bugs AS bugs_g4 ON bugs.bug_id = bugs_g4.bug_id
 WHERE bugs.creation_ts IS NOT NULL
   AND (security_map.group_id IS NULL
        OR (bugs.reporter_accessible = 1 AND bugs.reporter = 29624)
        OR (bugs.cclist_accessible = 1 AND security_cc.who IS NOT NULL)
        OR bugs.assigned_to = 29624
)
   AND (  bugs.product_id IN (1)  AND ( MATCH(bugs_fulltext_1.comments_noprivate) AGAINST('rsync error: some files attrs were not transferred (see previous errors' IN BOOLEAN MODE) OR MATCH(bugs_fulltext_1.short_desc) AGAINST('rsync error: some files attrs were not transferred (see previous errors' IN BOOLEAN MODE) ) ) AND bugs.delta_ts >= '2016-12-08 15:47:49' AND ( 1 = 1 AND bugs_g4.creation_ts >= '2016-12-08 15:47:49' )
GROUP BY bugs.bug_id
ORDER BY relevance DESC
LIMIT 500
"] at Bugzilla/Search.pm line 775.
	Bugzilla::Search::data(Bugzilla::Search=HASH(0x6dac623b8e0)) called at /var/www/bugs.gentoo.org/htdocs/buglist.cgi line 742
For help, please send mail to the webmaster (webmaster@gentoo.org), giving this error message and the time and date of the error.


Reproducible: Always