faqts : Computers : Programming : Languages : PHP : Common Problems : Errors

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

91 of 110 people (83%) answered Yes
Recently 8 of 10 people (80%) answered Yes

Entry

What does the error "input in flex scanner failed" mean?

Mar 16th, 2001 16:48
David Barber, Nathan Wallace,


The "input in flex scanner failed" error is generated when a call to:

    require($path)

is made with $path specifying a directory and not a file. Or the target
file can not be found.

http://www.php.net/manual/function.require.php3