Closed
Bug 86050
Opened 24 years ago
Closed 24 years ago
Can't use string ("") as an ARRAY while "strict refs" in use at query.cgi
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mack, Assigned: justdave)
References
()
Details
This error occured after creating new account on bugzilla system. After
successfully logging into the system using the newly created account and
password and then I clicked the query button the error below will occur.
I have already installed this bugzilla 5 times already and yet the same
happens.
Software error:Can't use string ("") as an ARRAY ref while "strict refs" in
use at /var/www/html/bugv212/query.cgi line 295.
Comment 1•24 years ago
|
||
The most common cause for this is having a product that doesn't have any
components. This has been fixed in the current CVS to not cause this
non-obvious error (and will thus be included in the 2.14 release) but it is
still an issue in 2.12. This should go away if you make sure that every product
has at least one component.
Please let me know if this works for you.
Assignee | ||
Comment 2•24 years ago
|
||
Since this *is* fixed in CVS, I'm closing this to avoid confusing the developers.
If you would like to run what is in CVS, cd into your bugzilla directory and do
this:
1) type 'cvs login'
2) when prompted for a password, enter 'anonymous'
3) type 'cvs -z3 update -dP'
this should update your code to the current code in CVS.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 3•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
•