I am trying to install Magento 2.0 on my Server. During the Installation process, at the version check screen, there is the following error:
My server is on OpenSuse 13.2 with PHP 5.6.1.
In my /etc/php5/cli/php.ini
is the following line:
always_populate_raw_post_data = -1
I restarted Apache already.
Edit
I also tried it with always_populate_raw_post_data = "-1"
AND always_populate_raw_post_data = 0
. For default it was like ;always_populate_raw_post_data = 0
.
I run the install script via Google Chrome.