Hi there,
I install your extension on our wordpress and phpbb site.
But the images and avatars not showing on wordpress.
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
Images not showing on Wordpress
- axew3
- w3all User
- Posts: 2881
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Images not showing on Wordpress
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?
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?
-
- User w
- Posts: 9
- Joined: Sat Jul 06, 2024 10:54 am
Re: Images not showing on Wordpress
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.
I'm testing it now on a live domain:
https://sjoerdhosting.nl/test/
But as you can see, no images, no avatars.
- axew3
- w3all User
- Posts: 2881
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Images not showing on Wordpress
The console seem to say what it go wrong:
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
Code: Select all
Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID
Seem that your SSL certificate cannot be trusted so the connection/call to retrieve the image file isn't satisfied.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.
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
-
- User w
- Posts: 9
- Joined: Sat Jul 06, 2024 10:54 am
Re: Images not showing on Wordpress
Thanks for help!
I just update the SSL and it works!
I just update the SSL and it works!
-
- User w
- Posts: 9
- Joined: Sat Jul 06, 2024 10:54 am
Re: Images not showing on Wordpress
Another question;
Is there a solution to automatic resize the images when display the post with images? (w3allastopicswithimage)
Is there a solution to automatic resize the images when display the post with images? (w3allastopicswithimage)