View Single Post
Rul0r
New Member
Join Date: Aug 2010
Old 08-09-2010 , 09:52   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #984

Quote:
Originally Posted by muukis View Post
Sorry, but I am not interested in doing such videos. The reason is because of the vast number of different system configurations. If there was an universal way of doing the installation I would do it. If you give some system specs, maybe someone that knows it can give you assistance. What people need to know is your web, DB and game server hosting service provider names etc. Sorry I can't be more helpful.

The PHP code is pretty messy, I know. I'm not very familiar with it. You can do this to fix your problem: LINK

Look up your php.ini, search for error_reporting and set it like this:
PHP Code:
error_reporting  =  E_ALL & ~E_NOTICE 
HI muukis,

thanks for your help!
but that was i already set, at my php.ini

Maybe i need to change samething at the httpd options?

here are, what was present at my php.ini

;########### PARALLELS CONFIXX SECTION ###########
file_uploads = 1
upload_tmp_dir = "/var/www/vhosts/web1/phptmp/"
;############ PHP specials ###########
error_reporting = 2047
display_errors = on
log_errors = off
error_reporting = 2047
display_errors = on
log_errors = off
register_globals = off
register_globals = off
safe_mode = off
safe_mode = off


Thanks Regards Rul0r
Rul0r is offline