hi
magento 2.1.5
always_populate_raw_post_data on
to
set always_populate_raw_post_data to -1
same server ad-on domain others script get 500 error
if i use php 7
same problem
i cant install magento 2
I have same problem, This comment help me. Thanks
Ubuntu14
/etc/php/5.6/apache2/php.ini
Line 702
How do I restart the web server via cPanel or command line? Thanks!
I have did something like I went to root folder Magento\setup\src\Magento\Setup\Model and opened PhpReadinessCheck.php file and edited
if (version_compare(PHP_VERSION, '7.0.0-beta') >= 0 || defined('HHVM_VERSION')) { return []; } return [];
I added return[]; after closing bracket and it is working.
worked thanks
Worked like charm after long research, thanks
Thanks for the post, i tried but i m still facing same issue on while installing extension.please let me know wot should i do, refer screenshot as well i am troubling also 48 Hours
Hi, did you solve it?
I have the same problem.