I edited the config.php as directed by you.
i.e.
I inserted the following lines as it is
@@ -9,12 +9,12 @@
| |
\--------------------------------------------------*/
-/*
+
// Make sure this directory exists and is writable!
$session_save_path = dirname(__FILE__).'/tmp/';
-*/
- $session_save_path = session_save_path();
+
+// $session_save_path = session_save_path();
if (strpos($session_save_path, ";") !== false)
$session_save_path = substr($session_save_path, strpos($session_save_path, ";") + 1);
and removed the lines given below
| |
\--------------------------------------------------*/
/*
// Make sure this directory exists and is writable!
$session_save_path = dirname(__FILE__).'/tmp/';
*/
$session_save_path = session_save_path();
if (strpos($session_save_path, ";") !== false)
$session_save_path = substr($session_save_path, strpos($session_save_path, ";") + 1);
but I get the following errors
Parse error: syntax error, unexpected T_IF in /home/dhanshre/public_html/bholenath/config.php on line 22
I need your help because my server admin is not able to help me. Please write exactly what I have to insert and what is to remove.
regards
sushil dikshit