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

前端 未结 4 711
闹比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:20

    Make sure that session directory is writable or you can set a path yourself with:

    session_save_path

    This comment is also useful if you are using above function.

提交回复
热议问题