Discrepancy Between PHP Info and WooCommerce Status Report
-
Dear Support Team,
I am contacting you regarding an issue I am experiencing with my WordPress site, specifically with the memory limit settings reported by phpinfo() and WooCommerce.
The phpinfo() report on my website indicates that the memory limit, post max size, and upload max filesize are all correctly set to 256M.
However, when I check the status report in WooCommerce, it shows that these same settings are set to 1024M:
- memory_limit: 1024M
- post_max_size: 1024M
- upload_max_filesize: 1024M
I have already contacted IONOS support regarding this discrepancy, but they have not been able to assist me in resolving the issue.
Steps Taken:
- Updated
php.ini
: I have confirmed that myphp.ini
file has the following settings:- memory_limit = 256M;
- post_max_size = 256M;
- safe_mode = off;
- upload_max_filesize = 256M
- Checked
.htaccess
andwp-config.php
: I have ensured there are no overriding settings in my.htaccess
file orwp-config.php
file. - Cleared Cache: I have cleared all caches, including those managed by W3 Total Cache.
- Verified Plugin Interference: I have checked to see if any plugins might override these settings, but the issue persists.
Could you help me understand why there is a discrepancy between the settings reported by phpinfo() and WooCommerce? Specifically, why does WooCommerce report 1024M when the
php.ini
and phpinfo() indicate 256M?Could you please help me identify the root cause of this issue and suggest any potential solutions to ensure the settings are consistent across my site?
Thank you in advance for your support.
Best regards,
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.