JED not loading pictures and links not working

Here you can contact the editors of our Extensions site, as well as access infomation relating to this site.

Moderator: JED Team

Forum rules
Forum Rules
READ ME <-- please read before posting, this means YOU.
Locked
mikiretter
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Fri Mar 16, 2007 2:32 pm

JED not loading pictures and links not working

Post by mikiretter » Thu Jan 21, 2021 2:37 pm

Hello,
For quite some time I try going to the JED and most functions do not work:
- Most images are not showng
- Search and other menu buttons not functioning
- Links not clikable.
Can you guide how I can see the JED as it used to be?
Thanks,
Miki

User avatar
anibal_sanchez
Joomla! Explorer
Joomla! Explorer
Posts: 487
Joined: Sat Mar 17, 2012 3:01 pm
Location: Oviedo, Asturias, Spain
Contact:

Re: JED not loading pictures and links not working

Post by anibal_sanchez » Thu Jan 21, 2021 2:50 pm

Hi,

From here it is working fine. In your case, it is probably an issue in the CDN.

Please, check your browser console to confirm what links are not being loaded. Try with a different browser or with a different connection.

Best Regards,
@anibal_sanchez - Former JED Team Leader.

Prefix PHP Libraries & Projects: https://php-prefixer.com
My Extensions: https://extly.com

User avatar
pe7er
Joomla! Master
Joomla! Master
Posts: 24985
Joined: Thu Aug 18, 2005 8:55 pm
Location: Nijmegen, Netherlands
Contact:

Re: JED not loading pictures and links not working

Post by pe7er » Thu Jan 21, 2021 2:54 pm

Welcome to Joomla forum!

What browser do you use? Can you test it with another browser?

I just checked the JED, and I do not have any issues with the images and links.
To optimize the performance, the JED images are loaded from a Content Delivery Network (CDN).
One of my extensions has the image:
https://extensionscdn.joomla.org/cache/ ... 75px16.png
When I click that link, I can see the image in my browser.

What happens if you click that link?

Can you use the command line (Windows: CMD, Apple: Terminal, Linux: command line) on your computer?
Could you try the ping command to see if your computer can reach the CDN?

Code: Select all

$ ping extensionscdn.joomla.org
Kind Regards,
Peter Martin, Global Moderator
Company website: https://db8.nl/en/ - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com

mikiretter
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Fri Mar 16, 2007 2:32 pm

Re: JED not loading pictures and links not working

Post by mikiretter » Thu Jan 21, 2021 7:02 pm

Hello Peter and Anibal,

Thank you for the quick reply!
I tried using Chrome, Edge and Firefox with the same results.

I tried deleting cookies, stopping my antivirus but it didn’t help.

I clicked on the link of the image you sent and got 502 Bad Gateway
I pressed F12 and those are the errors I saw:
“Failed to load resource: the server responded with a status of 502 ()
/favicon.ico:1 Failed to load resource: the server responded with a status of 502 ()
5fabf1e30204f_resizeDown400px175px16.png:1 Failed to load resource: the server responded with a status of 502 ()”

I am attaching the result of the ping command.
I hope I did it correctly (without the $).

Does this help?

Best Regards,

Miki

Microsoft Windows [Version 10.0.19041.746]
(c) 2020 Microsoft Corporation. All rights reserved.

C:\Users\Micky>$ ping extensionscdn.joomla.org
'$' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\Micky>ping extensionscdn.joomla.org

Pinging joomlaextensions.rochen.netdna-cdn.com [217.22.29.83] with 32 bytes of data:
Reply from 217.22.29.83: bytes=32 time=7ms TTL=57
Reply from 217.22.29.83: bytes=32 time=7ms TTL=57
Reply from 217.22.29.83: bytes=32 time=7ms TTL=57
Reply from 217.22.29.83: bytes=32 time=7ms TTL=57

Ping statistics for 217.22.29.83:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 7ms, Maximum = 7ms, Average = 7ms

C:\Users\Micky>
Miki - Ping - 21-01-211.jpg
You do not have the required permissions to view the files attached to this post.

User avatar
pe7er
Joomla! Master
Joomla! Master
Posts: 24985
Joined: Thu Aug 18, 2005 8:55 pm
Location: Nijmegen, Netherlands
Contact:

Re: JED not loading pictures and links not working

Post by pe7er » Fri Jan 22, 2021 3:22 pm

mikiretter wrote:
Thu Jan 21, 2021 7:02 pm
I hope I did it correctly (without the $).
Yes, it should be without the $.
The $ is my command prompt on Linux. Sorry for the confusion.
You can compare it on your Windows system with the > (after C:\Users\Micky> )

Your "ping" showed that your computer is able to access CDN server.
And it doesn't seem browser related as you were able to reproduce the same issue in different browsers.
I don't understand what's going wrong.
Kind Regards,
Peter Martin, Global Moderator
Company website: https://db8.nl/en/ - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com

mikiretter
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Fri Mar 16, 2007 2:32 pm

Re: JED not loading pictures and links not working

Post by mikiretter » Fri Jan 22, 2021 5:43 pm

Hello Peter,
I tried accessing the JED again using Edge and FireFox after deleting cookies and chache and got the following errors.
I noticed something regarding tracking in several errors.
Can this be a clue to the issues origin?
"Tracking Prevention blocked access to storage ..."
Best Regards,
Miki

I attached in a PDF document the errors from EDGE and FIREFOX
You do not have the required permissions to view the files attached to this post.

User avatar
toivo
Joomla! Master
Joomla! Master
Posts: 17439
Joined: Thu Feb 15, 2007 5:48 am
Location: Sydney, Australia

Re: JED not loading pictures and links not working

Post by toivo » Fri Jan 22, 2021 6:08 pm

What happens if you turn off tracking or set Tracking Prevention to Basic:

Learn about tracking trevention in Microsoft Edge

Turn "Do Not Track" on or off in Google Chrome
Toivo Talikka, Global Moderator

mikiretter
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Fri Mar 16, 2007 2:32 pm

Re: JED not loading pictures and links not working

Post by mikiretter » Fri Jan 22, 2021 8:09 pm

Hello toivo,
I tried what you suggested but there is no change.
Shouldn't the tracking option change be implemented on the JED server side rather than on my side?
Best Regards,
Miki

mikiretter
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Fri Mar 16, 2007 2:32 pm

Re: JED not loading pictures and links not working

Post by mikiretter » Sat Jan 23, 2021 9:23 am

Hello again,
I read a bit on the 502 error and it has many server side possible causes like timeout limits of processes that might take longer, communication with upstream servers etc.
Can you see from the errors I sent what can be the cause?
Best Regards,
Miki


Locked

Return to “extensions.joomla.org - Feedback/Information”