• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Can't access the My Extensions page

Denis Gomes Franco

Regular Pleskian
Something happened that now I cannot access the My Extensions page in one of my servers. The extensions catalog shows up just fine but the My Extensions page is blank after briefly showing the spinner:

upload_2019-11-19_15-59-38.png

This is one of my older servers that started with Onyx and was later upgraded to Obsidian. I can't confirm that this bug is due to this upgrade, but a more recent server does not exhibit this behavior.

Also please note the javascript errors in the browser's console. I already tried running plesk bin repair --installation but that didn't do the trick. Any other ideas?
 
What sort of related errors do you have in /var/log/plesk/panel.log ?
Have you tried to fix it with

# plesk repair installation

?
 
Same problem here, seems to be the happen since 18.0.21

There is nothing logged in /var/log/plesk/panel.log regarding this
 
What is the result of # plesk repair installation ?
And related details in

/var/log/sw-cp-server/error_log
/var/log/sw-cp-server/sw-engine.log

?
 
Great to hear that the Plesk team is quite responsive! Today I went on to some routine maintenance duties and noticed that another server started exhibiting the same error, and when I came back to this thread I used the hotfix linked by @IgorG and now it is working just fine. So I'll mark the thread as solved.
 
This is the link you where looking for:


You could try to install the latest Catalog version using the command:
Code:
# plesk bin extension --install catalog
 
This is what worked for me:

# plesk bin extension --install catalog
# rm -rf /usr/local/psa/var/cache/https*
# plesk db "delete from PersistentCache where events like '%catalog%'"
# service sw-engine restart

Thanks!
 
Hmm, I just noticed the same issue on one of our servers.

This solved it:
Code:
# rm -rf /usr/local/psa/var/cache/https*
 
Back
Top