0

I tried Installing Bonifre on Xampp. It get's properly installed. But when I try to login into Admin Panel. It redirects back to the "Welcome Screen".

I have tried changing $config['uri_protocol'] to other options provided in config file. But none of them Works. I followed the bonfire docs.

Alex
  • 9,215
  • 8
  • 39
  • 82
Sami Khan
  • 31
  • 1
  • 8

1 Answers1

0

Replace the session.php file in(bonfire\ci3\libraries\Session) with the following which is from an older version. https://github.com/ci-bonfire/Bonfire/blob/0.8.3/bonfire/ci3/libraries/Session/Session.php

Ravi
  • 1
  • 1
  • A link to a solution is welcome, but please ensure your answer is useful without it: [add context around the link](https://meta.stackexchange.com/a/8259) so your fellow users will have some idea what it is and why it’s there, then quote the most relevant part of the page you're linking to in case the target page is unavailable. [Answers that are little more than a link may be deleted](https://stackoverflow.com/help/deleted-answers). – brass monkey Sep 07 '19 at 21:07