Event Log Errors: PHP Warning

Submitted by kastler on 2013-11-29

I'm continuously showing two different errors in the Event Log. I don't notice any consequences. Any suggestions appreciated.

Type:	Errors
Severity:	Warning Warning
Date:	11/29/2013 11:53 am
Message:	PHP Warning: Invalid argument supplied for foreach() in var/www/web34/html/nss/system/core/inifile.inc.php on line 70
User name:	
Host name:  x.x.x.x

Type:	Errors
Severity:	Warning Warning
Date:	11/29/2013 11:54 am
Message:	PHP Warning: syntax error, unexpected '{' in /var/www/web34/html/nss/data/site.ini on line 6
in /var/www/web34/html/nss/system/core/inifile.inc.php on line 65
User name:	
Host name:  x.x.x.x

As the message suggests, you have an error in your data/site.ini file.

Regards,
Michał

I didn't alter the software. If it's not a bug, perhaps you could elaborate and point me to what the problem might be caused by?

You can also see:

PHP Warning: Invalid argument supplied for foreach() in var/www/web34/html/nss/system/core/inifile.inc.php on line 70

The data/site.ini file is not part of standard WebIssues installation, it is used to customize site configuration, so you must have created it at some point in time. If you don't need it, you can just delete it.

Regards,
Michał