[14-Dec-2020 21:21:09 UTC] PHP Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/…/domains/mydomain/public_html/wp-content/plugins/woodmart-core/post-types.php on line 629
[14-Dec-2020 21:21:09 UTC] PHP Warning: file_get_contents(https://mydomain/wp-content/uploads/2020/11/mobile-light-logo.svg): failed to open stream: no suitable wrapper could be found in /home/…/domains/mydomain/public_html/wp-content/plugins/woodmart-core/post-types.php on line 629
I have disabled allow_url_fopen on the server for security reasons and I can’t use the title with image if it is svg, the other day I added some content in the prefooter area using html blocks, I added five svg files but they where not showing up, I converted them to png files and then it worked. Later I checked my error_log file and I had like 30 errors as described above.
I am not using the svg plugin, only enable svg uploads in settings for some files than disable.
Thanks