XF 2.1 URL Unfurl

There is an unfurl testing tool in the Admin CP under Tools.
Code:
Could not fetch metadata from URL with error: Response returned a non-successful status code: 500
That struck me as fairly odd, but it does actually indeed return a 500 response:

190353

500 is a pretty significant indication of an error, so we would just give up and assume there's an error. We wouldn't expect a full HTML response to be returned if the server returns a 500 status.
 
Twitter looks fine except icon(x)


That is resolved in beta 5,
 
The server is still responding with a 500 "Internal server error" status though so that is something you need to address otherwise you won't be able to guarantee that any particular browser will continue to load the page correctly.
 
The server is still responding with a 500 "Internal server error" status though so that is something you need to address otherwise you won't be able to guarantee that any particular browser will continue to load the page correctly.
I know @Chris D
Have found that it's the gallery shortcode added which is causing this. Perhaps have to find some other gallery plugin (WordPress). Currently, it is envira gallery.
 
Still just a blank page in Firefox even after clearing the browser cache. However, it does display in Chrome.

All of which confirms the 500 error: Something isn't configured correctly.
 
  • Like
Reactions: sip
Back
Top Bottom