Great to know your that your problems is solved by Adam. But few things I need to add in it is that. When you unzip your file on Cloudways, sometimes you will see a permission issue, to solve that go to your application and then to your application settings and click on reset permission there. Also, you need to create a logs folder inside /public_html/app for that log into Putty using Master Credentials, or Cloudways own terminal and create a new directory using it.
PHP version 5.6.x requires the PHP configuration directive always_populate_raw_post_data be set to -1. This is handled automatically by the .htaccess file when using Apache and mod_php5, but must be set manually in php.ini for other server configurations. Please add ‘always_populate_raw_post_data = -1’ to your php.ini and restart your web server.
I tried adding always_populate_raw_post_data = -1 to the PHP settings, but it comes back as invalid.
For the time being, I moved to PHP 7.0 instead of 5.6 but it’s not ideal for me right now.
Not sure why you would be getting this error, I had absolutely no issues like this at all.
[quote=15922:@ardit]Hey, so i’m running into an error:
PHP version 5.6.x requires the PHP configuration directive always_populate_raw_post_data be set to -1. This is handled automatically by the .htaccess file when using Apache and mod_php5, but must be set manually in php.ini for other server configurations. Please add ‘always_populate_raw_post_data = -1’ to your php.ini and restart your web server.
I tried adding always_populate_raw_post_data = -1 to the PHP settings, but it comes back as invalid.
For the time being, I moved to PHP 7.0 instead of 5.6 but it’s not ideal for me right now.[/quote]