I am designing a website in php.After completing it i uploaded the things in server. The page was working fine in localhost. But after uploading, the page is not even loading. At the top of every page i included a page called startsession.php. the contents of this page is as follows:
session_start();
header("Pragma: no-cache");
header("Cache-Control: no-cache, must-revalidate");
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT");
Ben session_start kaldırırsanız, bu iyi çalışıyor. Aşağıdaki gibi hata ayrıntılardır:
Sayfa Hata Oluştu --- Bilinmiyor hangi
Hata --- 0 oluştu satır yok ki
Hata Ayrıntıları --- Bilinmeyen (): open (/ tmp/sess_723d94fdc8ae3569b1a641fd8799ece9, O_RDWR) başarısız oldu: Böyle bir dosya ya da dizin yok (2)
Hata Kodu --- 2.
Lütfen bana yardımcı olun