Viewing 4 reply threads
You must be logged in to reply to this topic.
After changing https protocol i get warning at hompeage epodklady.sk
<span style=”color: #222222; font-family: Consolas, ‘Lucida Console’, ‘Courier New’, monospace; font-size: 12px; white-space: pre-wrap;”>: getimagesize(/nfsmnt/hosting2_2/2/a/2af83055-4b2d-4650-a502-e72417a4f3cc/epodklady.sk/web/wp-content/uploadshttps://epodklady.sk/wp-content/uploads/2017/05/portfolionew_4.jpg): failed to open stream: No such file or directory in </span>
Hello,
Is there any caching plugin enabled on your site (or a cache on server)? If so, please purge/empty all caches and see if it fixed the issue. If the issues persists, try to add this code to your .htaccess file:
php_value allow_url_fopen On
Let us know.
Best regards!
No i dont use any cache on site and i reset cache on server . dont help .
A also put this to .htacess : php_value allow_url_fopen On. dont help .
When i change https to http every things work fine …
When i reupload image , everything works fine … You can see it at the first image
Hello,
That’s because the old urls are using http and the new requests are asking for links with https, which leads to the ‘not found’ issue.
I suggest you run a plugin (example Migrate DB) to regenerate all urls in the database (like you would do if you had changed the domain).
Or reupload images once again. Please know that this is not controlled by theme.
Let us know.
Best regards!
You must be logged in to reply to this topic.