Session error after uploading wordpress site on live - php

Following errors come after uploading site to live:
Warning: session_start() [function.session-start]:
open(D:\TEMP\PHP\sess_h7pba1el9krq2dpt2klsm0v6c1, O_RDWR) failed: No
such file or directory (2)
Warning: Unknown: open(D:\TEMP\PHP\sess_h7pba1el9krq2dpt2klsm0v6c1,
O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify
that the current setting of session.save_path is correct (D:\TEMP\PHP)
in Unknown on line 0
On the local system the site is working fine. The above errors come only after it is uploaded.
how do I get them resolved?

PHP can't save it's session files. In spite of you're using wp the problem isn't related with it, it's a server problem.
Depending on the type of server you should:
Ask hosts support to fix it OR
Edit the session.save_path var in your php.ini
Hope it helps!

Related

Set localhost sessions folder to 0070 using OS X & MAMP

newb here, new to working with localhost in OS X.
I am running a MAMP stack on OS X. My session test file returns a series of warnings which I believe is due to the inability to write to the sessions folder which I have not been able to set to 0700.
I've checked for:
white space
file path http://localhost/sessions/
folder name (sessions)
I believe the problem is a permission issue. I am looking to be able to write to my localhost directory session folder. To do this I need to set the permission of the folder to 0700. I am hoping to find an solution that I can replicate with my limited level of expertise at this time.
This is the code:
<?php
ini_set('session.save_path','/htdocs/sessions');
session_start();
$_SESSION['test'] = "If you can read this, sessions are working!";
print $_SESSION['test'] . "<br>";
print "Session ID is: ". session_id()."<br>";
?>
These are the errors which only appear when i run local:
Warning: session_start(): open(/htdocs/sessions/sess_d1c5ef5a18bb844bfc667a0fc911191f, O_RDWR) failed: No such file or directory (2) in /Applications/MAMP/htdocs/review/itc240f/a_070-adminer/sessionTest.php on line 3
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /Applications/MAMP/htdocs/review/itc240f/a_070-adminer/sessionTest.php:3) in /Applications/MAMP/htdocs/review/itc240f/a_070-adminer/sessionTest.php on line 3
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /Applications/MAMP/htdocs/review/itc240f/a_070-adminer/sessionTest.php:3) in /Applications/MAMP/htdocs/review/itc240f/a_070-adminer/sessionTest.php on line 3
If you can read this, sessions are working!
Session ID is: d1c5ef5a18bb844bfc667a0fc911191f
Warning: Unknown: open(/htdocs/sessions/sess_d1c5ef5a18bb844bfc667a0fc911191f, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/htdocs/sessions) in Unknown on line 0
/htdocs/sessions
does it exist? And, why would you choose to use a root directory in MacOSX? Perhaps you should map it to your user folder.
/Users/username/htdocs/session

Session start problems after upgrading my hosting plan

I just upgraded my hosting plan, and now the user session isnt' working anymore. Users can't access the mebership area when they login, and here are the errors that are shown when opening my website:
Warning: session_start() [function.session-start]: open(/home/content/15/9277415/tmp/sess_enersdnbm88g5detjemgnptu47, O_RDWR) failed: No such file or directory (2) in /home/content/15/9277415/html/include/config.php on line 14
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/15/9277415/html/include/config.php:14) in /home/content/15/9277415/html/include/config.php on line 14
Warning: Unknown: open(/home/content/15/9277415/tmp/sess_enersdnbm88g5detjemgnptu47, O_RDWR) failed: No such file or directory (2) in Unknown on line
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0
In config.php line 14 we have the session variables:
if(!session_id()) session_start();
if (!isset($_SESSION)) $_SESSION=array();
Does anybody have any idea why is this happening or how to fix it? These errors werent showing before the hosting plan upgrade.
Make sure that the directory /home/content/15/9277415/tmp exists and is writable by the webserver.

Sessions with php and Zend, Failed to write session data

First of all I have to ask sorry for my english, that's not so good but I hope you'll understand.
I started studying Zend framework, I have a problem with sessions, but I think that's not related with zend...
anyway i have an error message when I use:
$risultato=$auth->authenticate($adapter);
On my login page I have this message:
Message: Zend_Session::start() - C:\ZendFramework-1.12.0\library\Zend\Session.php(Line:477): Error #2 session_start(): open(C:\xampp\htdocs\ZendDue\application/../data/session\sess_4beo9fvfqenb6s2b67q5cj5ap6, O_RDWR) failed: No such file or directory (2) C:\ZendFramework-1.12.0\library\Zend\Session.php(Line:487): Error #2 session_write_close(): open(C:\xampp\htdocs\ZendDue\application/../data/session\sess_4beo9fvfqenb6s2b67q5cj5ap6, O_RDWR) failed: No such file or directory (2) C:\ZendFramework-1.12.0\library\Zend\Session.php(Line:487): Error #2 session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:\xampp\htdocs\ZendDue\application/../data/session)
I'm using xampp and in php.ini file I have
session.save_path = "C:\xampp\tmp"
I don't know what to do, I'm getting depressed because of this, right now I thought I had understood...

strange php session error

I get a session error which I did not have before which is strange.
Warning: session_start() [function.session-start]: open(/tmp/sess_6768c4a8b1cff40d24a3a87de701c865, O_RDWR) failed: Read-only file system (30) in /home/public_html/ctcms/index.php on line 4
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/public_html/ctcms/index.php:4) in /home/public_html/ctcms/index.php on line 4
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/public_html/ctcms/index.php:4) in /home/adrian/public_html/ctcms/index.php on line 4
Warning: Cannot modify header information - headers already sent by (output started at /home/public_html/ctcms/index.php:4) in /home/public_html/ctcms/library/CT/Controller.php on line 40
Warning: Unknown: open(/tmp/sess_6768c4a8b1cff40d24a3a87de701c865, O_RDWR) failed: Read-only file system (30) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0`
I have only session_start(); in my index.php at line 4. How can I fix this?
Your /tmp/ folder isn't writable. Make it writable.
chmod u+w /tmp/
You can test it with is_writable(session_save_path()).
Warning: session_start() [function.session-start]: open(/tmp/sess_6768c4a8b1cff40d24a3a87de701c865, O_RDWR) failed: Read-only file system (30) in /home/public_html/ctcms/index.php on line 4
It looks like /tmp is on a read-only file system. This is not normal. Tell your sysadmin/hosting provider to have a look at it; the machine may have a serious problem.
If the machine is yours, check the logs for any errors related to the file system and try to remount the disk in read-write (mount -o remount,rw /dev/yourdevicehere).
Yuo can't write on /tmp/
Make it writable and redo the operation.
Moreover, remember that session_start() have to be the first operation that you do on the page.
Take a look: php manual
This was a known bug in version(s) of PHP . Depending on your server environment, you can try setting the sessions folder to 777:
/var/lib/php/session (your location may vary)
I ended up using this workaround:
session_save_path('/path/not/accessable_to_world/sessions');
ini_set('session.gc_probability', 1);
You will have to create this folder and make it writeable. I havent messed around with the permissions much, but 777 worked for me (obviously).
Make sure the place where you are storing your sessions isn't accessible to the world.
This solution may not work for everyone, but I hope it helps some people!
please select an answer and mark accordingly.

PHP session_start () error on server side

Im currently trying to move my site from localhost on my machine to my web server. And there is one problem.
Everything works fine, except login form for administration.
At first I thought it was not-saving-as-utf-8-without-BOM problem, but error logs show some strange problem which I never had before. As far as I understand, the problem is about saving session data on server, see error log below.
PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: open(/var/php_sessions/sess_cd9931f63118e645ca5d3704fecf86c6, O_RDWR) failed: No such file or directory (2) in /hermes/bosweb/web273/b2738/ipg.mydomaincom/admin/login.php on line 2
PHP Warning: Unknown: open(/var/php_sessions/sess_cd9931f63118e645ca5d3704fecf86c6, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/php_sessions) in Unknown on line 0
PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: open(/var/php_sessions/sess_cd9931f63118e645ca5d3704fecf86c6, O_RDWR) failed: No such file or directory (2) in /hermes/bosweb/web273/b2738/ipg.mydomaincom/admin/include/header.php on line 2
PHP Warning: Unknown: open(/var/php_sessions/sess_cd9931f63118e645ca5d3704fecf86c6, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/php_sessions) in Unknown on line 0
Here is the code I use for login.php document:
<?php
session_start ();
require_once 'config/config.php';
$auth = "SELECT username, password FROM admin";
$dbi = mysql_query($auth, $connection);
$row = mysql_fetch_array($dbi);
if($_POST["username"] == $row['username'] && MD5($_POST["password"]) == $row['password'])
{
$_SESSION["Login"] = "true";
header ("Location: index.php");
}
else
{
$_SESSION["Login"] = "false";
//error msg
echo "<html>
<head><title>Failed Login Attempt</title></head>
<body>
Ops! Unlucky guess, try again!
<a href='index.php'>Go Back</a>
</body>
</html>
";
}
?>
first step, check that the directory /var/php_sessions/ exists and is writable by your web server.
phpGrid requies session to work.
First of all, if you have access to php.ini, check if path in session.save_path is valid and writable. In Linux, by default, the path is /var/php_sessions/.
Some web hosting services such as iPage, disallows shared user session folder for security reasons. Users MUST create and maintain their own session folder.
http://www.ipage.com/knowledgebase/beta/article.bml?ArticleID=1290&type=How%20To#Nugget_1374
If you don’t want to deal with all those and prefer more loose security hosting, we recommend bluehost or stablehost.
maybe you should create the directory first. It seems that the directory in your config/config.php doesn't exists.

Categories