Search found 2 matches

by Oriditi
Wed Mar 15, 2017 11:19 pm
Forum: Webhosting
Topic: changing php.ini file
Replies: 2
Views: 1763

Re: changing php.ini file

hiimcody1 wrote:I'm not overly familiar with that config option, however have you tried setting it as a php_value instead of a php_flag to see if that makes a difference? Some searches online suggested that may work.
Worked! Thank you!
by Oriditi
Wed Mar 15, 2017 8:06 pm
Forum: Webhosting
Topic: changing php.ini file
Replies: 2
Views: 1763

changing php.ini file

https://i.gyazo.com/c094c2ebc7007f51ae7f035dc8967d84.png

This is the error I am getting. I have gone into my .htaccess file and added the line
always_populate_raw_post_data -1

This is what it looks like now
<IfModule mod_php5.c>
php_value memory_limit 64M
php_value max_execution_time 18000 ...