This is similar to the thread “2.4 Login problem”. However, this is causing a major problem for the school intranet that I manage. I upgraded to version 2.4 last night and after updating the plugins that are part of the site we realized that there was this problem.
The Access for the index page is set to redirect to the login page if a user is not signed in. However, that redirect is instead generating what looks like Greeked text. Here’s a link to the site
http://aceraschool.org/intranet
I also saw this developer’s error code was generated but I don’t know if it a related issue.
A third-party add-on is calling $this->load->library(‘security’), which is deprecated as the CI_Security class has been moved to Core, so it is always loaded.
Thanks,