Ticket #113 (closed defect: fixed)
Good site
| Reported by: | anand@… | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | milestone3 |
| Component: | component1 | Version: | 2.0 |
| Keywords: | bltReQppyPEE | Cc: |
Description
In ferret/store/ram_store.rb intialize() : Line 16 the contents of the file are being read into an Array. On trying to load index into RAMDirectory it threw the following exception:
/usr/lib/site_ruby/1.8/ferret/store/ram_store.rb:16:in `read_bytes': can't convert Array into String (TypeError?)
Looking at the code I figured that the Array on line 16 should be replaced by String which fixed the error.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
