zotero refresh stops with out of range error

I have sent my database to the repair site and have the same problem.
I am using openoffice 2.41 and firefox 3.01 with Mandriva 2008.1. I have written a paper and Zotero worked brilliantly. Now if I try the refresh the program stops and i get the error "inadmissible value or data type. Index out of defined range." Zotero stops at that point.

The basic script stops at


' Update bibliography data
If mResultArray(1) = "X" Then
For i = 0 To (j - 1)
Set mMarks(mBibliographies(i)) = fnRenameMark(mMarks(mBibliographies(i)), "ZOTERO_BIBL")
Next i
ElseIf mResultArray(1) <> "!" Then
For i = 0 To (j - 1)
Set mMarks(mBibliographies(i)) = fnRenameMark(mMarks(mBibliographies(i)), "ZOTERO_BIBL " & mResultArray(1))
Next i
End If
#
I checked Zotero and found the following error

[javascript error:this doc.shell is null {file:"chrome://global/content/bindings browser.xml"line:0}

I submitted error report 1173156591

Can anybody help solve this problem.

Thanks
Sign In or Register to comment.