Closed
Bug 1443531
Opened 8 years ago
Closed 7 years ago
In 1.1 Evaluating Bugzilla - Landfill link is broken
Categories
(Bugzilla :: Bugzilla-General, defect)
Bugzilla
Bugzilla-General
Tracking
()
RESOLVED
INCOMPLETE
Bugzilla 6.0
People
(Reporter: shaahid1909, Unassigned)
References
Details
Attachments
(1 file)
|
158.77 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0
Build ID: 20180206200532
Steps to reproduce:
In the Documentation page --> 1.1 Evaluating Bugzilla - Landfill link
Actual results:
Software error:
Quantifier follows nothing in regex; marked by <-- HERE in m/
^ (* <-- HERE COMMIT) # COMMIT makes the regex faster
# by preventing back-tracking. see also perldoc pelre.
# application/x-javascript, xml, atom+xml, rdf+xml, xml-dtd, and json
(?: application/ (?: x(?: -javascript | ml (?: -dtd )? )
| (?: atom | rdf) \+ xml
| json )
# text/csv, text/calendar, text/plain, and text/html
| text/ (?: c (?: alendar | sv )
| plain
| html )
# used for HTTP push responses
| multipart/x-mixed-replace)
/ at Bugzilla/CGI.pm line 306.
Compilation failed in require at Bugzilla.pm line 25.
BEGIN failed--compilation aborted at Bugzilla.pm line 25.
Compilation failed in require at /var/www/html/bugzilla-4.4-branch/index.cgi line 19.
BEGIN failed--compilation aborted at /var/www/html/bugzilla-4.4-branch/index.cgi line 19.
For help, please send mail to the webmaster (webmaster@bugzilla.org), giving this error message and the time and date o
Expected results:
On clicking the Landfill link , it should lead to necessary page
Comment 1•8 years ago
|
||
Huh, so that regex doesn't work... justdave, what version of perl is that?
Assignee: nobody → general
Group: bugzilla-security
Component: Documentation → Bugzilla-General
Flags: needinfo?(justdave)
Product: bugzilla.mozilla.org → Bugzilla
QA Contact: default-qa
Target Milestone: --- → Bugzilla 6.0
Version: Development/Staging → unspecified
Comment 2•8 years ago
|
||
[root@landfill bugzilla-4.4-branch]# ./checksetup.pl
* This is Bugzilla 4.4.13+ on perl 5.8.8
no modified #! lines and no specific apache config to override it.
Flags: needinfo?(justdave)
Comment 4•7 years ago
|
||
landfill has shut down. The documentation will be updated in Bug 1470004.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•