session_start Throws Fatal Error

前端 未结 3 542
醉话见心
醉话见心 2021-01-29 03:04

I\'m currently working on a small CMS for my website and I\'m getting following error when calling session_start() :

Fatal error: Exception thrown withou

3条回答
  •  春和景丽
    2021-01-29 03:59

    You're probably throwing an exception from a destructor of from an exception handler.


    Resources :

    • Solving "Fatal error: Exeption thrown without a stack frame in unknown on line 0"

    On the same topic :

    • Zend session_start gives Fatal error: Exception thrown without a stack frame in Unknown on line 0
    • How do I track down an “Exception thrown without a stack frame in Unknown on line 0” in PHP?

提交回复
热议问题