Recently when coding in PHP I got this error:
Fatal error: fatal flex scanner internal error–end of buffer missed in [file] on [line number]
Turns out it was because I forgot to close a comment block (forgot the */
). Thought I’d post it here in case it helps someone. 🙂
if it matters at all, I just had the same problem with the wp-admin/includes/deprecated.php file. A bunch of old functions and comments after each one. Two of the comments were like this:
/* ********
*
* comments here
*
**/
note the last line: **/
I changed it to */ and the site works now. Like:
/* ********
*
* comments here
*
*/
I guess the extra * was making the interpreter not see the */?
I need help!!!
I got the same error message but I can’t acess anything anymore, I can’t even log in on my wordpress panel to change the code.
What do I do??
The message I get is the following one Fatal error: fatal flex scanner internal error–end of buffer missed in /home/compl962/public_html/wp-content/themes/accesspress-lite/functions.php on line 104
You’ll have to use an FTP client, or your web host’s file manager in the control panel, to rename the “accesspress-lite” folder. That will disable your current theme so you can log in to your WordPress again.