View Single Post
muukis
Veteran Member
Join Date: Apr 2009
Old 11-24-2014 , 05:59   Re: [L4D & L4D2] Custom Player Stats v1.4B121
Reply With Quote #1691

My PHP skills aren't the best and that's why there still are some basic cleaning work to do in the code. You can try nullifying the NOTICE messages from your PHP.ini? by adding this line to common.php (not sure if this helps):

// Report all errors except E_NOTICE
error_reporting(E_ALL & ~E_NOTICE);

Google up "php error reporting notice" etc for more info. This has been cleared up a few times before in this thread, but I'm sure it's easier to dig it up using google?

__________________
Monster Hunter

Though certainly not superhuman, the man's prowess inspires an excess of whispered rumors. But those rumors remain in the realm of speculation.

Last edited by muukis; 11-24-2014 at 06:04.
muukis is offline