Closed
Bug 160089
Opened 23 years ago
Closed 22 years ago
Syntax error in versioncache
Categories
(Bugzilla :: Query/Bug List, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: Maciej.Kolodziej, Assigned: endico)
References
Details
When I want to query bug database I get the following message:
------------------------
Software error:
syntax error at /var/lib/bugzilla/data/versioncache line 8, near "$::components{'Order Management'} = ['C"
(Might be a runaway multi-line CC string starting on line 3)
Compilation failed in require at /usr/share/bugzilla/lib/globals.pl line 640.
------------------------
Order Management is my product name.
Comment 1•23 years ago
|
||
Is that the last line in the versioncache? Did you run out of diskspace which it
was being generated, maybe?
Try removing the versioncache file - bugzilla should recreate it automatically.
| Reporter | ||
Comment 2•23 years ago
|
||
No it's not the last line of versioncache and no I didn't run out of disk space. I tried to remove it and nothing changed after it had been regenerated.
But I found that the line before looks like that:
$::components{'Operator's Console'} = '';
So probably it's just the old known bug with apostrophe?
Comment 3•23 years ago
|
||
Hmm. There were bugs in this prior to 2.16, but I don't know of that one - they
were mainly affecting queries, IIRC.
| Reporter | ||
Comment 4•23 years ago
|
||
Well, but I corrected entries in db containing apostrophes and it works fine.
So that's it.
Comment 5•22 years ago
|
||
This was fixed by the patch on bug 163829 (first Bugzilla version to have the
fix included was 2.17.1)
Status: NEW → RESOLVED
Closed: 22 years ago
Depends on: 163829
Resolution: --- → FIXED
Target Milestone: --- → Bugzilla 2.18
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
•