rpfeiff;10968637 wrote:Thanks. I looked it over and can't find any extra bytes. So I turned it over to the 'experts' at Godaddy. They have been looking at it for two days and haven't figured it out yet. Sheesh...
Sounds like I need to apply there, lol.
Did you tell them my theory? You get rid of this error:
Warning: session_start() [function.session-start]: open(/var/chroot/home/content/02/5180702/tmp/sess_ei80h43f06oqsu4gq7i8u6k1o0, O_RDWR) failed: No such file or directory (2) in /home/content/02/5180702/html/velvetleotards/part_session.php on line 2
and dollars to doughnuts the others go away.
And this one indicates a permissions error or bad path. Put up a page like this:
<?php
$path=ini_get("session.save_path");
if (!is_writable($path)) {
echo "Yup, that's the problem, $path is not writable!";
} else {
echo "Dalecosp is wrong, wrong, wrong!";
}
?>