error message and paralysis

#
I am using openoffice 2.41 and firefox 3.01 with Mandriva 2008.1. I have written a paper and Zotero worked brilliantly. I have another problem. I submitted report 705972729.

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 cannot figure this out. If I cut the first four pages of the document into a fresh document the references are fine. If I add the fifth page then I get the inadmissable message. If I put the fifth page into a fresh document the references are OK. If I put it back into the 4 page document I get the same error message. The problem must be specific to the document---any ideas??
Sign In or Register to comment.