Experiencing a 401 Unauthorized Error During Update?

If you're seeing a 401 Unauthorized error when trying to update your Joomla extension, it's likely due to our new two-factor authentication (2FA) security measure for your Download ID.
To resolve this, check your email (Spam folder?) for a message to approve your server or device, or read our detailed blog post here( onlinecommunityhub.nl/best-practice/new-...-extension-downloads) to understand the steps involved. This will guide you through approving your server for future updates.

No bug I have an error displaying my image

More
2 weeks 1 day ago #3186 by Patrick Gaulin
I have an error displaying my image was created by Patrick Gaulin
Hello Ruud,

I have an error displaying my image. Here is what I have as information when I look at the source code of my page.

<meta property="og:image" content=" laurier.patoushka.com/{"media_src&q...media_supported";:[&quot;img&quot;,&quot;video&quot;,&quot;audio&quot;,&quot;iframe&quot;,&quot;a&quot;,&quot;object&quot;]}">

The problem is not the name of my image. There are no spaces or special characters.

How can I fix this error?

Thanks!
The topic has been locked.
More
2 weeks 1 day ago #3187 by Ruud van Lent
Replied by Ruud van Lent on topic I have an error displaying my image
Hi Patrick,

can you share with me the page where you are seeing this in the page source?

I just did a quick check on laurier[dot]patoushka[dot]com
but here all the og:image tags are correct?
The topic has been locked.
More
2 weeks 1 day ago #3188 by Patrick Gaulin
Replied by Patrick Gaulin on topic I have an error displaying my image
Thank you.

This page doesn't displayed the image.

laurier.patoushka.com/planifier-votre-visite/horaires-et-tarifs
The topic has been locked.
More
2 weeks 15 hours ago #3189 by Ruud van Lent
Replied by Ruud van Lent on topic I have an error displaying my image
Good morning Patrick,

so what Isee on that page is the following:
Code:
<meta name="twitter:image" content="https://laurier.patoushka.com/images/opengraph-musee-laurier.jpg"> <meta property="og:image" content="https://laurier.patoushka.com/{&quot;media_src&quot;:&quot;&quot;,&quot;media_text&quot;:&quot;&quot;,&quot;media_supported&quot;:[&quot;img&quot;,&quot;video&quot;,&quot;audio&quot;,&quot;iframe&quot;,&quot;a&quot;,&quot;object&quot;]}">

as you can see the twitter:image tag is correct.
ochOpenGraph uses the same image for both the twitter and og image tag, so I want to rule out that ochOpenGraph is causing this issue.

Can you disable ochOpenGraph, visit the page and in the page source look if the og:image tag is set.

I think (this can happen) that the template or another extension is overwriting the tags.

So this would be a good first step to see if that can be the case.
 
The topic has been locked.
More
1 week 5 days ago #3192 by Patrick Gaulin
Replied by Patrick Gaulin on topic I have an error displaying my image
Hi Ruud,

I disabled the ochOpenGraph plugin and there is no og:image tag in the source code.
The topic has been locked.
More
1 week 5 days ago #3193 by Ruud van Lent
Replied by Ruud van Lent on topic I have an error displaying my image
Hi Patrick, sorry for the delay in follow up.
Can you enable debug in ochOpenGraph, visit the page and then mail me the contents of the plg_content_ochopengraph-log logfile?
You can easily view the logfile with ochLogFiles which you are entitled to download and install.

Can you also tell me how the OpenGraph settings tab is configured: what is the image priority, do you have a custom article image field configured, etc.

Let's see where that image comes from
The topic has been locked.
More
1 week 5 days ago - 1 week 5 days ago #3194 by Patrick Gaulin
Replied by Patrick Gaulin on topic I have an error displaying my image
Hi Ruud,

Thanks for your quick reply!

I have enabled debugging. Here is the content of the file you requested and I attach screenshots of the tool configuration.

Thanks a lot!
Last edit: 1 week 5 days ago by Patrick Gaulin.
The topic has been locked.
More
1 week 4 days ago #3195 by Ruud van Lent
Replied by Ruud van Lent on topic I have an error displaying my image
Bonjour Patrick,

so In the log files (and confirmed by the settings posted), i see that you have configured a custom article field for the articles that when filled will be used as image for the og:image tag.
The Custom Article Field name is: Image.

It looks like this Custom Field doesn't provide a location to the image, but instead a complete HTML element.

Can you tell me what type of Custom Field this Image field is?

 
The topic has been locked.
More
1 week 4 days ago - 1 week 4 days ago #3197 by Patrick Gaulin
Replied by Patrick Gaulin on topic I have an error displaying my image
Bonjour Ruud,

Le type de champ personnalisé est jce File Manager (media).
Attachments:
Last edit: 1 week 4 days ago by Patrick Gaulin.
The topic has been locked.
More
1 week 4 days ago - 1 week 4 days ago #3198 by Ruud van Lent
Replied by Ruud van Lent on topic I have an error displaying my image
Hi Patrick,
so that is then the issue.
I have configured the selection for the custom image field to media, jcemedia, econa and acfupload.
I think that jcemedia is now not working anymore with ochOpenGraph as it returns different result then it did when I implemented it.

not using JCE myself anymore, so need to dive into this to see what changed.

I think that this custom field is part of the JCE Pro package?
If so, can you email me this So I can test it?


Found it in core, let me run some tests here.
Last edit: 1 week 4 days ago by Ruud van Lent.
The topic has been locked.