X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=06e5b7845a9407baf5ba8c286543d801ec43c13d;hb=01ec179148463eb239a787ce12ae9aff1caf0d91;hp=019311985f113a58fdafd3bf9199241b7e9127f3;hpb=36b226ca1bdc856ec3b8c0655852289e52b8d777;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index 01931198..06e5b784 100644 --- a/index.php +++ b/index.php @@ -2067,7 +2067,9 @@ function install() { // Step 2: Check if data in session is correct. echo '
Sessions do not seem to work correctly on your server.
'; echo 'Make sure the variable session.save_path is set correctly in your php config, and that you have write access to it.
'; - echo 'It currently points to '.session_save_path().'

Click to try again.
'; + echo 'It currently points to '.session_save_path().'
'; + echo 'Check that the hostname used to access Shaarli contains a dot. On some browsers, accessing your server via a hostname like \'localhost\' or any custom hostname without a dot causes cookie storage to fail. We recommend accessing your server via it\'s IP address or Fully Qualified Domain Name.
'; + echo '
Click to try again.'; die; } if (!isset($_SESSION['session_tested']))