Warning issues | Peter's Sports League Standings | Forum
Back to the sports standings script page
10:58 am
Hi!
I've installed your script, which looks great! I'm using it for a clients' ball hockey association.
I've got everything up and running, but at the top of the screen it says this;
Warning: session_start() [function.session-start]: open(/tmp/sess_9ac2e75e00b27b62c5affd73d48b58ef, O_RDWR) failed: Permission denied (13) in /home/powerpla/public_html/secure.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/powerpla/public_html/secure.php:2) in /home/powerpla/public_html/secure.php on line 2
Warning: Cannot modify header information - headers already sent by (output started at /home/powerpla/public_html/secure.php:2) in /home/powerpla/public_html/secure.php on line 3
and at the bottom, it says this;
Warning: Unknown: open(/tmp/sess_9ac2e75e00b27b62c5affd73d48b58ef, O_RDWR) failed: Permission denied (13) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
What do I need to change and how?
Thanks!
2:17 pm
Hey Peter,
Just gotta say fabulous job you have done here. I’m havin’ a bit of trouble getting something to work and im not sure why. Here is one example, lots of undefined index’ (like 6 or 7 in total i’ve found)
Notice: Undefined index: action in O:\\standings\\update.php on line 147
Does this have to do with my host? Is there a way to prevent this.
Thanks a lot dude,
Greg
edit: if anyone else has the problem you need to edit your php.ini file for the error reporting level
if this doesn't work just add
$ebits = ini_get('error_reporting');
error_reporting($ebits ^ E_NOTICE);
to the top of the code.