Closed Bug 255197 Opened 20 years ago Closed 20 years ago

the link to himself on show_bug.cgi without the pathname of the server

Categories

(Bugzilla :: Creating/Changing Bugs, defect)

2.18
defect
Not set
minor

Tracking

()

RESOLVED INVALID

People

(Reporter: sqlb, Assigned: myk)

Details

User-Agent:       Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
Build Identifier: 

the Link is false

Reproducible: Always
Steps to Reproduce:
1. Bugzilla is installed on http://localhost/bugzilla
2. open the bug 12345 (prim.) http://localhost/bugzilla/show_bug.cgi?id=12345
3. now open the Link 12345 = http://localhost/show_bug.cgi?id=12345
4. failure

Actual Results:  
page not found

Expected Results:  
add the pathname of bugzilla in the link - get the same page
2.18rc2 (sorry)
Version: unspecified → 2.18
Lars, you need to set urlbase right (in editparams.cgi).
As mentioned, you don't have urlbase set correctly in your params.

That link is absolute on purpose so if you mail the page to someone they can
still click it to get to the live bug.  It uses urlbase to generate the link, so
you need to set urlbase to the proper URL prefix so it works.  (it should be
everything before "show_bug.cgi" in your bug link).
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.