Php.ini file

Posted in: Newspaper
Post count: 18

So I have added the code to the php.ini file. Killed all my processes from the back-end, and still it does have update to the values that I set it in the php.ini file.

This is what I have in my php.ini file,

max_input_vars = 5000
max_execution_time = 300
post_max_size = 50M

suhosin.request.max_vars = 5000
suhosin.post.max_vars = 5000
register_globals = off;
allow_url_fopen = off;

expose_php = Off
max_input_time = 60
variables_order = “EGPCS”
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = “a=href,area=href,frame=src,input=src,form=,fieldset=”

I have also tried it with:
<? phpinfo(); ?>
in front of all of the above text and it has not worked. I am using godaddy hosting. Is there some other place were I should change this? Or should I talk to them?

Second issue, on IE 7-11, the Ajax sorting and Load More buttons do not work, on the site but everything else does. Is there a known issue, or something else?

Post count: 18

Solved the problem after speaking with my hosting support. Filed for GoDaddy shared hosting, varies depending on which one you have.

And the second issue, related to another plugin, that compressed JS and CSS, and broke those sorting and load more buttons. If you use Autoptimize Plugin it does not work with those two features. Not sure why, but just a heads up to anyone else.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.