{"id":93,"date":"2013-10-23T20:37:00","date_gmt":"2013-10-23T20:37:00","guid":{"rendered":"http:\/\/311@jodohost.com\/\/blog\/"},"modified":"2013-10-23T20:37:00","modified_gmt":"2013-10-23T20:37:00","slug":"phpmyadmin-stuck-at-its-login-screen-with-no-errors","status":"publish","type":"post","link":"http:\/\/www.jodohost.com\/blog\/index.php\/2013\/10\/23\/phpmyadmin-stuck-at-its-login-screen-with-no-errors\/","title":{"rendered":"PhpMyAdmin stuck at its login screen with no errors?"},"content":{"rendered":"<p>PhpMyAdmin being stuck at its login screen is possibly an issue when the path to save the php_session is not set correctly.<\/p>\n<p>In this condition we have to verify whether the location of the directory for storing the session exists or not or whether PHP has sufficient rights to write to it.<\/p>\n<p>To define the php_session directory simply add the following line to the php.ini file:<\/p>\n<p>session.save_path=\u201d\/tmp\/php_session\/\u201d<\/p>\n<p>And give write rights to the HTTP server.<\/p>\n<p>Usually, the HTTP server runs as a user daemon in a group daemon. If this is the case, the following commands will work:<\/p>\n<p>chown -R :daemon \/tmp\/php_session<\/p>\n<p>chmod -R g+wr \/tmp\/php_session<\/p>\n<p>Now restart the HTTP server.<\/p>\n<p> ]]><\/p>\n","protected":false},"excerpt":{"rendered":"<p>PhpMyAdmin being stuck at its login screen is possibly an issue when the path to save the php_session is not set correctly. In this condition we have to verify whether the location of the directory for storing the session exists or not or whether PHP has sufficient rights to write to it. To define the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[2],"tags":[],"_links":{"self":[{"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/93"}],"collection":[{"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=93"}],"version-history":[{"count":0,"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/93\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=93"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=93"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.jodohost.com\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=93"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}