Page 1 of 1

Setting up on a PHP CGI site [solved]

Posted: Thu Jul 03, 2008 12:45 am
by enderw88
Using Gate.com,  I encountered the problem with not being able to write to the session directory, preventing admin access.

Fixed by adding session_save_path("ACTUAL_PATH_TO_SESSION_DIRECTORY") at the head of /include.php, and all was well.  This problem occurs in shared hosting sites using CGI to run PHP.