Error „Membership not available“

My friend quickly found the problem. The “Portal” script is one of the external JavaScripts. There is now a version 2.47 of this script. When Ghost was updated, this script was also updated to the latest version. Unfortunately, the current portal script does not work with the current Ghost version 5.105. Therefore, he fixed the portal script to version 2.46. So it works again.

Thank you also for your helpful hints and support!

2 Likes

Hi There, thanks for posing the answer as Im having the same issue with this as the portal won’t appear. can you tell me how he did the downgrade to 2.64 please

Each Ghost version has a minor portal version that it’s compatible with, for 5.105.0 this was portal version 2.46.x as can be seen in the default config for 5.105.0.

Bumping to a later minor will likely result in incompatibilities like you saw here. If you use the default CDN version then any patches to that version will be pulled in automatically.

My friend’s short answer:

“I read the versions of the scripts expected by Ghost from the file /var/lib/ghost/current/core/shared/config/defaults.json and then downloaded the resources to the file server.”

Here is the Ansible playbook for it:

Good luck!