Closed
Bug 356101
Opened 18 years ago
Closed 18 years ago
Can't use bareword ("WS_ERROR_CODE") as a HASH when installing testopia
Categories
(Testopia :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: markus.linke, Assigned: gregaryh)
References
()
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
Build Identifier:
rt3@linke latest $ ./tr_install.pl
Can't use bareword ("WS_ERROR_CODE") as a HASH ref while "strict refs" in use at Bugzilla/Error.pm line 92.
Compilation failed in require at Bugzilla/Auth.pm line 34.
BEGIN failed--compilation aborted at Bugzilla/Auth.pm line 34.
Compilation failed in require at Bugzilla.pm line 31.
BEGIN failed--compilation aborted at Bugzilla.pm line 31.
Compilation failed in require at ./tr_install.pl line 24.
BEGIN failed--compilation aborted at ./tr_install.pl line 24.
Reproducible: Always
Steps to Reproduce:
run tr_install.pl
Actual Results:
fails with the error message above
Expected Results:
installs testopia
Comment 1•18 years ago
|
||
Which version of bugzilla are you running? Which version of Testopia are you trying to install? Are you upgrading from an earlier version of Testopia? If so, which one? If you are upgrading from Testopia 1.0, did you follow the instructions at http://wiki.mozilla.org/Testopia:README#Upgrading_from_1.0 ?
Reporter | ||
Comment 2•18 years ago
|
||
that was a fresh installation on the latest bugzilla development snapshot (version 2.23.2+). i will give it another try on 2.22 with testopia rc1 installed. will keep you posted ...
Comment 3•18 years ago
|
||
I am also seeing this error as well after running tr_install.pl. I am using the latest Dev version of 2.23.3.
Reporter | ||
Comment 4•18 years ago
|
||
the installation routine on 2.2 is working fine. this problem only occured with the latest development snapshot.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•