Warning: Unterminated comment starting line 335 in
Posted: Thu Sep 17, 2015 1:27 am
I was tasked with building us a new website a week or so ago. Our website has been up for quite a while, but I went to it on Tuesday and I seen this on the page:
Warning: Unterminated comment starting line 335 in /home1/beshears/public_html/tjscontractors.com/lib/classes/class.CmsApp.php on line 335
Fatal error: fatal flex scanner internal error--end of buffer missed in /home1/beshears/public_html/tjscontractors.com/lib/classes/class.CmsApp.php on line 335
I searched the internet, and found out that this may do to a comment error (comment not closed */) I checked the .php file, and line 335 has no comment to close:
{
return StylesheetOperations::get_instance();
}
Those are lines 335 - 337
I did notice, however, that below that was comments, but it wasn't closed, so I closed it, and I still get this error.
Can anybody offer any other explanation as to why these are showing? I appreciate any help that may be given, and if you need any more information, please let me know.
Thanks!!
Warning: Unterminated comment starting line 335 in /home1/beshears/public_html/tjscontractors.com/lib/classes/class.CmsApp.php on line 335
Fatal error: fatal flex scanner internal error--end of buffer missed in /home1/beshears/public_html/tjscontractors.com/lib/classes/class.CmsApp.php on line 335
I searched the internet, and found out that this may do to a comment error (comment not closed */) I checked the .php file, and line 335 has no comment to close:
{
return StylesheetOperations::get_instance();
}
Those are lines 335 - 337
I did notice, however, that below that was comments, but it wasn't closed, so I closed it, and I still get this error.
Can anybody offer any other explanation as to why these are showing? I appreciate any help that may be given, and if you need any more information, please let me know.
Thanks!!