|
From: Kevin <ke...@dr...> - 2007-03-05 16:17:00
|
> hey guys, > i've just grabbed the latest from svn, and am trying to install into a new > db to do some testing, but i get an error: > > > *Fatal error*: fatal flex scanner internal error--end of buffer missed in > * > <path>\lib\api\rpc_map.php* on line *32 > > *what's strange is that line 32 is the last comment in that file, which is > being included somewhere from install.php I have never seen this before but Google was helpful. Apparently the PHP source parser does not like it when the last token in the file is a comment. I added a few blank lines to the file to fix. Please update and retest. I don't get this error in my dev environment. (php 5.1.6 on Linux) It could be your php version, or windows. *elapse 10 mins* I dug into php's CVS. This problem only happens in version 5.1.1 It was fixed in 5.1.2. -- Kevin |