• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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