Package: Bugzilla Version: 2.22.1-2.2 Severity: Normal For clean installs of Bugzilla, you can not log in without manually fixing an issue.
There is a typo in the 'params' file. < 'urlbase' => './cgi-bin/bugzilla/', --- > 'urlbase' => '/cgi-bin/bugzilla/', You need to remove that leading '.' so the 'dot slash' becomes just 'slash' and now you can log in. -- http://www.ajwlewis.com

