3
Ok I think I figured something out... maybe..
I think I turned on debugging, so now I atleast see something when I see an error when I go to my index page now.
"Fatal error: Call to undefined function: session_set_save_handler() in /home/bayertm/public_html/include/common.php on line 178"
I found the line that has this in it:
"session_set_save_handler(array(&$sess_handler, 'open'), array(&$sess_handler, 'close'), array(&$sess_handler, 'read'), array(&$sess_handler, 'write'), array(&$sess_handler, 'destroy'), array(&$sess_handler, 'gc'));
session_start();"
Does that help at all????