We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 24337
    • 9 Posts
    cześć,

    mam mały problemik od pewnego czssu z instalacją modx’a na serwerze home.pl, wywala mi taki błąd:

    Warning: session_start() [function.session-start]: open(/tmp/sess_c5faa31d0184bb8ab8b5c97167085892, O_RDWR) failed: No such file or directory (2) in /install/index.php on line 8

    Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /install/index.php:8) in /install/index.php on line 8

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /install/index.php:8) in /install/index.php on line 8


    ktoś coś pomorze??

    dzięki!!
    pozdrawiam!!
      • 400
      • 40 Posts
      vHost problemik - sessje nie maga byc zapisywane w /tmp/ na tym serwerze ("albo wogule taki katalog nie istanieje").

      To jest domyslne ustawienie w php.conf - mozesz spubowac z .htaccess np.:

      <Directory /twoj/katalog/na/serwerze>
        php_admin_value session.save_path "/jakis/inny/katalog/na/serwerze"
      </Directory>


      Katalog nie powinien byc dostepny z poziomu przegladarki!!!
      Moze dojsc jeszcze problem z parametrem open_basedir - tez mozna dodac do .htaccess.

       php_admin_value open_basedir "/jakis/inny/katalog/na/serwerze"


      Te parametry mozesz podgladnac przy uzyciu
      <?= phpinfo(); ?>


      albo

      <IfModule sapi_apache2.c>
        php_value session.save_path "/jakis/inny/katalog/na/serwerze"
      </IfModule>


      Chociaz najlepiej zglasic to twojemu providerowi (home.pl) i poprosic o rozwiazanie tego problemu.

      Pozdrawiam

      poszukaj tutaj: http://home.pl/pomoc/funkcje/htaccess
        • 24337
        • 9 Posts
        Dzięki za pomoc... trochę inaczej go rozwiązałem.... smiley ale działa...
          • 33540
          • 40 Posts
          witam.. u mnie pojawiło sie to samo.. czy mozesz mi pomóc w rozwiazaniu tego problemiku ?