2

I am unable install MOODLE in localhost as it gives following error:

Can not initialize PHP session, please verify that your browser accepts cookies.

I tried to find the solution but was unable to come up with any. I've also referred this, still I'm stuck with the same problem.

Community
  • 1
  • 1
Prabhakar
  • 513
  • 1
  • 5
  • 22
  • This seems to be a duplicate of the following answered question: http://stackoverflow.com/questions/13328515/moodle-can-not-initialise-php-session-please-verify-that-your-browser-accepts – Aldo Paradiso Feb 20 '17 at 10:02
  • @AldoParadiso I've already mentioned that link in the question that I referred to that question and I am still unable to find a solution. – Prabhakar Feb 20 '17 at 16:59
  • Oh, OK. Now I see the link:-) – Aldo Paradiso Feb 20 '17 at 17:11

1 Answers1

1

I had a whitespace in my localhost URL path. Removing it (and updating $CFG->wwwroot in config.php) fixed this issue for me.

Rob Hunt
  • 11
  • 1