Hi,

I'm writing a script and I get the error:
"input in flex scanner failed"

I know it has something to do with the include statement. When I change the include statement to the whole URL instead of just the filename it seems to work.

But then I get the message that it cannot include the language-file I use. When I remove the language-file from the script, it seems to work.

But now I get the message "Unable to select database".

The strange part is, that this script is based on another script I wrote. That script is working properly. I haven't made any changes to the part that is not working.

Does anybody have an idea what could be the problem???

    12 days later

    Did you figure out he flex scanner error?

    thanks,

    Donnie

      Has anyone seen any code that might help with finding an answer?

        I managed to solve the problem. It had something to do with the include statement.

        First I thought it was the first include statement, but it was one at the end of the file. Just a type-error:eek:

          Write a Reply...