• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Error in my PHPbb board!

cococomics

New Member
Hi everyone. On my phpbb forum site I keep noticing an error icon in IE on the viewtopic.php page, which tells me there's an unterminated string constant on line 1201, or 1092, or some other line, character 20. I looked in my code at these places and it seems to be fine. Can someone help me sort this out? The code for 1201 and 1092 are below:

PHP:
1201:  if (count($orig_word))
1092:   if ( $is_auth['auth_mod'] )

Thanks!
 
If you're getting an error in IE for a page, it is a JS or AJAX problem. PHP errors don't get sent to the browser unless the error is such that it stops the PHP compiler.

Ask in the phpBB forums, I haven't kept up with the phpBB code since the release of phpBB2
 
Back
Top