I get the following error message when I try to install Drupal 8 on my Mac laptop.
------------
Error message
------------
An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: /core/install.php?rewrite=ok&langcode=en&profile=standard&id=1&op=do_nojs&op=do
StatusText: OK
ResponseText:
Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0
Warning: Cannot modify header information - headers already sent in Unknown on line 0
RuntimeException: Failed to start the session because headers have already been sent by "" at line 0. in Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start() (line 144 of /vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php).
------------
I'm using the following:
PHP 5.6.15
mySQL 5.6.27 - Homebrew
Apache 2.2.31 (Unix)
Searched the issue queue and couldn't find anything similar, but it's my first time reporting something so let me know if there's anything else I should have included.