Warning: session_start() [function.session-start]: open(/tmp /sess_4793b0cb875fd81a349c5e963a96f1ee, O_RDWR) failed: No such file or directory (2) in /home/cricket/public_html/test1/common.inc.php on line 1718 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/cricket/public_html/test1/common.inc.php:1718) in /home/cricket/public_html/test1/common.inc.php on line 1718 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/cricket/public_html/test1/common.inc.php:1718) in /home/cricket/public_html/test1/common.inc.php on line 1718 URL : http://www.cricket-next.net/test1/admin/index.php ive tried reinstalling 2-3 times and also every single file was uploaded in BINARY MODE , iam using flashfxp to do that plssss help
Try to add this to the top of config.inc.php: ini_set("session.save_path", dirname(__FILE__)."/data"); This should help.