Closed
Bug 90635
Opened 24 years ago
Closed 24 years ago
login not possible
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
People
(Reporter: gruetzmacher, Assigned: justdave)
Details
I've opened the enter-bug-page at http://localhost/Bugzilla/enter_bug.cgi
and see the login page.
I enter eMail and Password and press "Login"
The Internet Explorer I'm using popups a dialog reporting a runtime error at
line 445: Invalid character
Going on the Expolorer show's direcly the file
C:\Programme\Apache\htdocs\Bugzilla\enter_bug.cgi (meaning the perl script)
Trying the same from a remove PC I see no dialog for runtime error but an error
page "This page can not be displayed..."
Comment 1•24 years ago
|
||
The fix for this is to go to line 843 of CGI.pl and change:
$0 =~ m:[^/]*$:;
To:
$0 =~ m:[^/\\]*$:;
*** This bug has been marked as a duplicate of 29064 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Comment 2•24 years ago
|
||
moving to Bugzilla product
reassign to default owner/qa for INVALID/WONTFIX/WORKSFORME/DUPLICATE
Assignee: tara → justdave
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Version: Bugzilla 2.12 → unspecified
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•