Thanks for the information. After I was able to track down the hosting
company I was able to access the webskin folder, then I was able to
comment out the random image display that was causing the issue.

THanks for the reply!
Doug

For those who may be interested.. here was the code causing the
problem..

<!---
                        <cf_RandomUniqueNumbers start="1"
end="#ListLen(application.CornerImageList)#" length="1">
                <cfif #ListLen(application.CornerImageList)# neq 0>
                <cfloop list="#uniquelist#" index="listitem">
                        <img src="/images/
#ListGetAt(application.CornerImageList,listitem)#" width="179"
height="130" id="pageImage" />
                </cfloop>
                <cfelse>
                        <img src="images/player.jpg" width="179" height="130" 
alt=""
id="pageImage" />
                </cfif>
--->


On Jun 23, 4:00 pm, modius <[EMAIL PROTECTED]> wrote:
> On Jun 23, 10:58 pm, Doug Line <[EMAIL PROTECTED]> wrote:
>
> > I am helping out a soccer organization, and one of the contributers
> > did something.. now every page on the site has the same message:
>
> > "CF_AutoComplete Error - Length can not be greater than the range "
>
> > 1) Has anyone ever run into this problem before?
> > 2) Is there somewhere in teh admin section where I can adjuct that
> > setting?
> > 3) is #2 above the correct fix?!
>
> This looks like it might be a custom tag you are referring to in your
> local installation.  I'm pretty sure there is no cf_autocomplete tag
> in the farcry code base.
>
> -- geoffhttp://www.daemon.com.au/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to