Urgent PHProxy HELP

Hello i have tried 0.5b2 version of phproxy and i got these errors

Notice: Undefined offset: 1 in /home/myuser/domains/mydomain/public_html/msp/12533/index.php on line 561

And second error

Warning: Cannot modify header information - headers already sent by (output started at /home/myuser/domains/mydomain/public_html/msp/12533/index.php:561) in /home/my user/domains/mydomain/public_html/msp/12533/index.php on line 1150

Can anyone tell me how to fix these errors

Thank you

Looks like you just need to turn off notices (and maybe also warnings) by setting the error_reporting parameter in the php.ini (or using .htaccess). Try first to set it to E_ALL ^ E_NOTICE, this should solve your problem.

Sponsor our Newsletter | Privacy Policy | Terms of Service