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
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
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.
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.
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()