Setting up on a PHP CGI site [solved]

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
enderw88
New Member
New Member
Posts: 2
Joined: Wed Jul 02, 2008 4:46 am

Setting up on a PHP CGI site [solved]

Post 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.
Locked

Return to “[locked] Installation, Setup and Upgrade”