I'm actively getting these reported in my error_log for my PHProxy. Could someone check out what is wrong on my index.php if I sent you the code in a PM?
They're not actually errors, just notices. Only happens when error_reporting is set to E_ALL which your host/code may do. You can lower it so it doesn't include notices if you wish. www.php.net/error_reporting Jay
Are those notices above something I should be concerned with then? Also, I am getting these 'core dumps' in that directory also... files named "core.####" that are about 2-3mb... How can I stop that?
Not as such. Core dumps are due to abnormally ending processes, you should investigate/contact your host.
i have the same problem, and i'm not receiving any help from my host, they are telling me that the problem is in the script, and that i should contact my developer. I tried phproxy and glype, on glype i even have core files, on phproxy i don't have core files only error_log. So this is server issue not some problem in the script?