Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bug 4.4.4 spark serve not working when using Session in Routes.php #8389

Merged
merged 2 commits into from
Dec 30, 2023
Merged

fix: bug 4.4.4 spark serve not working when using Session in Routes.php #8389

merged 2 commits into from
Dec 30, 2023

Commits on Dec 30, 2023

  1. Fix bug 4.4.4 spark not working

    After upgrading 4.4.3 to 4.4.4 a bug are coming, spark not launching the CI with cmd. php spark server*
    
    Error log: 
    
    Undefined global variable $_SESSION
    
    at SYSTEMPATH\Session\Session.php:499
    
    Backtrace:
      1    SYSTEMPATH\Session\Session.php:499
           CodeIgniter\Debug\Exceptions()->errorHandler(2, 'Undefined global variable $_SESSION', 'C:\\wamp64\\www\\system\\Session\\Session.php', 499)
    
    My fix working with no errors and launching correctly CI.
    ALTITUDE-DEV-FR authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    0ee4e4a View commit details
    Browse the repository at this point in the history
  2. Update Session.php

    bug fix
    ALTITUDE-DEV-FR authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    6dda636 View commit details
    Browse the repository at this point in the history