wiredfool

Problems with search indexing

Eric,

I get:

Sorry! There was an error: Can't compile this script because of a syntax error.

When I tell it to ‘index now’.

I’ve tried disabling/enabling the plugin, as well as a clean install.

Clark

3 comments

3 Comments so far

  1. Commenter November 18th, 2001 3:46 pm

    Rename your website to the original name (the name which has generated the URL). Then try the indexing. Go back und restore the name of your homepage.
    This worked at least in my case.

  2. Commenter July 9th, 2002 6:41 pm

    I’m getting the same error (Can’t compile this script because of a syntax error.) I haven’t renamed anything and it’s worked in the past. I tried a clean install and update from within Frontier. Running Frontier 8.0.5 on Windows 2000 Advanced Server. Please advise.

  3. Commenter July 17th, 2002 9:29 am

    I thought I’d fixed that in an update long ago.

    Try this script, it should tell you which item is failing the compile.

    on compiler() {
    on visitProc(adr) {
    if typeOf(adr^) equals scriptType {
    try {
    script.compile(adr)}
    else {
    dialog.alert(“Failed compile for “+string(adr))}};
    return(true)};
    table.visit(@parentOf(esotericSettingsSuite)^, @visitProc)};
    compiler()

Leave a reply

You must be logged in to post a comment.