Images not showing on Wordpress

Peerke
User w
User w
Posts: 9
Joined: Sat Jul 06, 2024 10:54 am

Images not showing on Wordpress

Post 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 351 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
User avatar
axew3
w3all User
w3all User
Posts: 2852
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Images not showing on Wordpress

Post 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?
Peerke
User w
User w
Posts: 9
Joined: Sat Jul 06, 2024 10:54 am

Re: Images not showing on Wordpress

Post 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.
User avatar
axew3
w3all User
w3all User
Posts: 2852
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Images not showing on Wordpress

Post 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
Peerke
User w
User w
Posts: 9
Joined: Sat Jul 06, 2024 10:54 am

Re: Images not showing on Wordpress

Post by Peerke »

Thanks for help!
I just update the SSL and it works!
Peerke
User w
User w
Posts: 9
Joined: Sat Jul 06, 2024 10:54 am

Re: Images not showing on Wordpress

Post by Peerke »

Another question;
Is there a solution to automatic resize the images when display the post with images? (w3allastopicswithimage)
Post Reply