Author Topic: 1.1 beta: PHP Fatal error: Uncaught exception 'InvalidParamError'  (Read 3094 times)

aries

  • Newbie
  • *
  • Posts: 8
    • MSN Messenger - feher.janos@mindworks.hu
    • View Profile
    • Aries' blog
Hi,

I've replaced my 1.0 with the 1.1 beta to then I got HTTP 500 error and this in the error_log:

PHP Fatal error:  Uncaught exception 'InvalidParamError' with message 'There is no session matching thi
s name (null for default session): NULL' in /home1/mwz/public_html/c.mindworks.hu/environment/classes/logger/Logger.class.php:
83
Stack trace:
#0 /home1/mwz/public_html/c.mindworks.hu/application/application.php(53): Logger::log(Object(DBQueryError), 4)
#1 /home1/mwz/public_html/c.mindworks.hu/init.php(139): require_once('/home1/mwz/publ...')
#2 /home1/mwz/public_html/c.mindworks.hu/index.php(9): require('/home1/mwz/publ...')
#3 {main}
  thrown in /home1/mwz/public_html/c.mindworks.hu/environment/classes/logger/Logger.class.php on line 83

I'm not familiar with this error, but might help for you.

Bests,
Aries

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: 1.1 beta: PHP Fatal error: Uncaught exception 'InvalidParamError'
« Reply #1 on: December 15, 2008, 10:00:56 am »
Could you solve this? Did you run the upgrade process after replacing 1.0 with 1.1? Setting DEBUG to true in 'config/config.php' will let you get rid of that Logger error.