I to all.
I have a problem with the session variable. When I try to access to it I get this error. The session file is created correctly but I can do nothing.
Code:
Fatal error: Uncaught ErrorException: print_r(): Property access is not allowed yet in /mnt/data/Workspace/mysite/system/Log/Logger.php:463 Stack trace: #0 [internal function]: CodeIgniter\Debug\Exceptions->errorHandler(2, 'print_r(): Prop...', '/mnt/data/Works...', 463, Array) #1 /mnt/data/Workspace/mysite/system/Log/Logger.php(463): print_r(Array, true) #2 /mnt/data/Workspace/mysite/system/Log/Logger.php(347): CodeIgniter\Log\Logger->interpolate('print_r(): Prop...', Array) #3 /mnt/data/Workspace/mysite/system/Common.php(756): CodeIgniter\Log\Logger->log('critical', 'print_r(): Prop...', Array) #4 /mnt/data/Workspace/mysite/system/Debug/Exceptions.php(156): log_message('critical', 'print_r(): Prop...', Array) #5 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(ErrorException)) #6 {main} thrown in /mnt/data/Workspace/mysite/system/Log/Logger.php on line 463
Fatal error: Uncaught ErrorException: print_r(): Property access is not allowed yet in /mnt/data/Workspace/mysite/system/Log/Logger.php:463 Stack trace: #0 [internal function]: CodeIgniter\Debug\Exceptions->errorHandler(2, 'print_r(): Prop...', '/mnt/data/Works...', 463, Array) #1 /mnt/data/Workspace/mysite/system/Log/Logger.php(463): print_r(Array, true) #2 /mnt/data/Workspace/mysite/system/Log/Logger.php(347): CodeIgniter\Log\Logger->interpolate('Uncaught ErrorE...', Array) #3 /mnt/data/Workspace/mysite/system/Common.php(756): CodeIgniter\Log\Logger->log('critical', 'Uncaught ErrorE...', Array) #4 /mnt/data/Workspace/mysite/system/Debug/Exceptions.php(156): log_message('critical', 'Uncaught ErrorE...', Array) #5 /mnt/data/Workspace/mysite/system/Debug/Exceptions.php(224): CodeIgniter\Debug\Exceptions->exceptionHandler(Object(ErrorException)) #6 [internal function]: CodeIgniter\Debug\Exceptions->shutdownHandler() #7 {main} thrown in /mnt/data/Workspace/mysite/system/Log/Logger.php on line 463
Thanks to all in advance, if more informations are needed let me know.