PHP settings not registering in Wordpress

2 posts / 0 new
Last post
#1 Tue, 12/17/2019 - 22:38
harvey02

PHP settings not registering in Wordpress

Howdy,

I made some changes to a websites php.ini (/home/website/etc/php7.3/php.ini) and they don't seem to show up in Wordpress. I restarted PHP after making the change and that didn't help. I used "Site Health" in Wordpress to check the values and they are different than what I set in the php.ini file. I also confirmed that I was editing the right php.ini file by running phpinfo() and it says that this is the configuration file: Loaded Configuration File /home/website/etc/php7.3/php.ini The settings I want to change are: max_execution_time, memory_limit, upload_max_filesize, and max_input_vars

I am also having some other php issues, and I'm not sure if they are related to my changes to being recognized by Wordpress.

  1. The REST API request failed due to an error. Error: [] cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received

  2. The loopback request to your site failed, this means features relying on them are not currently working as expected. Error: [] cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received

Thanks in advance for any help!!

Wed, 12/18/2019 - 12:40
harvey02

I'm not quite sure why, but the PHP settings now seem to be applying properly.

But I still have the issues regarding curl timing out, as noted above.

Any ideas?

Topic locked