I have a copy of one of my key products on the back of the company website, which is hosted by a large UK hosting company, which I use to let prospective customers try the product out before contracting to use it. Searching works OK on my own computer (using localhost on IIS) and in each customers site that's already using it. It used to work on my website, but hasn't for a while. My hosting company, on being asked to fix the issue, say the search is using too much memory. I tried removing all the pdfs on my site from the search index, to reduce the size of the zoom page and word files, just to see what happened and copied the new files over. It worked the first time I tried it, but subsequently doesn't, giving the following error the next time:
Microsoft VBScript runtime error '800a0009'
Subscript out of range: '42492'
/pvhoct2010938rurywhale8dh3mdiejr2094/S10005.asp, line 2056
The next search gave the same error but with Subscript out of range: '9033'
Line 2056 is the equivalent of line 1915 in search.asp:
if (boost(ipage) <> 0) then
I would be grateful for any advice as to why the search is failing, or confirmation that my hosting company is indeed correct, that there isn't enough memory, and some advice as to what I should do.
Many thanks
Microsoft VBScript runtime error '800a0009'
Subscript out of range: '42492'
/pvhoct2010938rurywhale8dh3mdiejr2094/S10005.asp, line 2056
The next search gave the same error but with Subscript out of range: '9033'
Line 2056 is the equivalent of line 1915 in search.asp:
if (boost(ipage) <> 0) then
I would be grateful for any advice as to why the search is failing, or confirmation that my hosting company is indeed correct, that there isn't enough memory, and some advice as to what I should do.
Many thanks
Comment