问答详情
源自:4-3 input助手函数

thinkphp的session函数报错

我是thinkphp5.0.20

dump($req->session());

这个怎么报错

https://img3.mukewang.com/5b343ff400012ad505390581.jpg

https://img3.mukewang.com/5b34400d0001903504620519.jpghttps://img1.mukewang.com/5b3440110001903504620519.jpg

提问者:桥上 2018-06-28 09:55

个回答

  • Ruffe
    2019-07-19 15:55:47

    app_debug 设为true,或者是把php.ini配置文件的auto_start改为1

  • meansfanve
    2018-07-19 14:45:55

    session放在最前面试试

  • PeterTu
    2018-07-08 09:53:48

    这个截图应该没人知道是怎么回事,你应该在配置文件中开启调试模式,这样才知道具体报的什么错,

    在文件  “/application/config.php”中找到  “app_debug”将其值设置为true,'app_debug'=>true,