Parse error

Ok I made a stupid mistake here somehow and I can't find it. I shouldn't work on this when I'm tired.

Now I'm getting this error when I try to go to my site.

Parse error: syntax error, unexpected '*' in /home/username/public_html/dir/dolphin/inc/header.inc.php on line 167

Does anyone have any idea which line that would be?  I can't get my line counter to work.

Thanks.


Quote · 31 Jan 2010

160-170

// set error reporting level
if (version_compare(phpversion(), "5.3.0", ">=") == 1)
error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);
else
error_reporting(E_ALL & ~E_NOTICE);
set_magic_quotes_runtime(0);
ini_set('magic_quotes_sybase', 0);
167 is here empty
// set default encoding for multibyte functions
mb_internal_encoding('UTF-8');
mb_regex_encoding('UTF-8');

Quote · 31 Jan 2010

160-170

// set error reporting level
if (version_compare(phpversion(), "5.3.0", ">=") == 1)
error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);
else
error_reporting(E_ALL & ~E_NOTICE);
set_magic_quotes_runtime(0);
ini_set('magic_quotes_sybase', 0);
167 is here empty
// set default encoding for multibyte functions
mb_internal_encoding('UTF-8');
mb_regex_encoding('UTF-8');

Thanks so much. I got it fixed. Somehow I had pasted something in there. Lol. I appreciate it.

Quote · 31 Jan 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.