Page 1 of 4

Images not showing on Wordpress

Posted: Sat Jul 06, 2024 11:05 am
by Peerke
Hi there,

I install your extension on our wordpress and phpbb site.
But the images and avatars not showing on wordpress.
images not showing.png
images not showing.png (53.99 KiB) Viewed 402 times
When i go directly to the image URL, i see the image correctly.
It looks like a rights issue.

I found this solution:
https://www.axew3.com/w3/2016/09/phpbb- ... ur-domain/
But it's not working. Still no images.

Do you have any idea?

Thanks in advance, greets Sjoerd

Re: Images not showing on Wordpress

Posted: Sat Jul 06, 2024 12:15 pm
by axew3
The post you link is very old, and belong to the very firsts versions of the plugin, it should not actually required to do nothing of the suggested actions into this old help.

Which is the shortcode or widget you are using to display last topics?
Why the image do not display, what's the <img src="... dom output of these images?
There is an online example to see or you are on localhost?

Re: Images not showing on Wordpress

Posted: Sat Jul 06, 2024 2:28 pm
by Peerke
Thanks for your reply.

I'm testing it now on a live domain:
https://sjoerdhosting.nl/test/

But as you can see, no images, no avatars.

Re: Images not showing on Wordpress

Posted: Sat Jul 06, 2024 2:47 pm
by axew3
The console seem to say what it go wrong:

Code: Select all

Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID
What is the NET::ERR_CERT_COMMON_NAME_INVALID error?
The NET::ERR_CERT_COMMON_NAME_INVALID error happens when the browser fails to verify a website’s SSL certificate and is therefore unable to establish a secure connection. This issue usually occurs due to misconfiguration of the certificate on a server.
Seem that your SSL certificate cannot be trusted so the connection/call to retrieve the image file isn't satisfied.

Solution seems to be:
1) fix the SSL certificate of the domain
or
2) setup for test, both phpBB and WP as http and not https

Re: Images not showing on Wordpress

Posted: Sat Jul 06, 2024 3:08 pm
by Peerke
Thanks for help!
I just update the SSL and it works!

Re: Images not showing on Wordpress

Posted: Sat Jul 06, 2024 3:13 pm
by Peerke
Another question;
Is there a solution to automatic resize the images when display the post with images? (w3allastopicswithimage)