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?

92 of 112 people (82%) answered Yes
Recently 7 of 10 people (70%) 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