Recurring getimagesize() problem

Posted in: Newspaper
Post count: 9

Every few weeks, strange warnings appear in my error log. They often go away. Once, it slowed my site to a crawl and I had to do emergency repairs. So I am worried if such a thing happens again.

The errors always have to do with a failure to “open stream” or failure to “enable crypto”. Error log example warming:

PHP Warning: getimagesize(): Failed to enable crypto in /home/MY-URL/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 792

Another:
PHP Warning: getimagesize(https://MY-URL/wp-content/uploads/20xx/xx/logo-image.png): failed to open stream: operation failed in /home/MY-URL/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 792

Any idea what causes these errors? Seems to be something with my header template?

Post count: 18283

Hello !

For Warning: getimagesize, please make sure that all the settings are like in our requirements, please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.

Please enable the option in PHP.Ini as you can see here: https://stackoverflow.com/questions/37531149/php-getimagesize-not-working-on-external-links That allow url is 0 on your side.

Let us know the results !

Thank you !

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