Fatal error: fatal flex scanner internal error–end of buffer missed ..
-
Hi Folks.
I am a newbie and have made a dumb error somewhere.
I made a mod to the functions.php of my child theme and get the following errorFatal error: fatal flex scanner internal error–end of buffer missed in /home4/stocast1/public_html/wp-content/themes/twentytenmockery/functions.php on line 14
I was attempting to add the following to the functions.php folder to match the content_width to changes I had made in style.css
* Used to set the width of images and content. Should be equal to the width the theme
* is designed for, generally via the style.css stylesheet.
*/
if ( ! isset( $content_width ) )
$content_width = 740;and got the error noted above.
Problem is-I have removed the code completely to put the folder back as it was but I still get the error.
Can anyone point out what I did wrong
The site link is
https://www.stocastica.com/themockery
I am part way through modifying the theme so it looks kind of messy right now.
- The topic ‘Fatal error: fatal flex scanner internal error–end of buffer missed ..’ is closed to new replies.