Warning: session_start() failed: No such file or directory

前端 未结 4 727
闹比i
闹比i 2020-11-27 21:49

I\'m trying to install berta (v 0.6.3b) and I get this error:

Warning: session_start() [function.session-start]: open(/var/php_sessions/sess_a0d6b84

4条回答
  •  北荒
    北荒 (楼主)
    2020-11-27 22:33

    If you're changing the path that is being used for sessions.

    You also might consider, fixing this problem by changing session.save_path variable in your php.ini file.

    Then you'll be fixing in your configuration file and not only in your script.

提交回复
热议问题