i tried reading previous posts, but it seemed like everyone said \"just upgrade to 2.4.0\"
and thats what i did, but am still having the same problem... here are my errors when i try and load the terms and conditions screen... how can i fix it?
Warning: session_start() [function.session-start]: open(/htdocs/cgi-bin/tmp/sess_0ff19f653ac52f5a9e5ddbb146934568, O_RDWR) failed: No such file or directory (2) in /htdocs/bh/clyfl/components/com_dtregister/terms.php on line 16
Warning: Unknown: open(/htdocs/cgi-bin/tmp/sess_0ff19f653ac52f5a9e5ddbb146934568, O_RDWR) failed: No such file or directory (2) 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 (/htdocs/cgi-bin/tmp) in Unknown on line 0
Check your directory / file permissions. 99% of the time, this is a permissions problem. Your directories should be 755 permission, not 777. This includes from /com_dtregister all the way up to /httpdocs or /public_html. Files should be 644. Check this first.