Page 2 of 2
Re: New PPA for Ubuntu 22.04 jammy jellyfish?
Posted: Fri May 20, 2022 11:32 pm
by dougmccrary
Ah. Good to know.
Thanks.
Re: New PPA for Ubuntu 22.04 jammy jellyfish?
Posted: Wed May 25, 2022 11:09 am
by yannlieb
RonRN18 wrote: ↑Fri May 20, 2022 8:52 pm
I'm hoping that if anyone else has this problem, they will have an easier time finding the problem now.
Too bad, I took my Wordpress server as a Guinea pig for upgrade to 22.04. I struggled a bit to update, and came to the same analysis and fix for the PHP. I would have come here before (but I didn't want to test the upgrade first on my ZM server), it would have been smoother and faster

Thanks for sharing !
Edit:
In fact I did the following which is very similar, but a bit different:
Code: Select all
sudo a2dismod php8.0
sudo a2enmod php8.1
systemctl restart apache2
Then, I uncommented the link to the apt repository, which had been automatically updated to jammy through the update, updated the ZM packages, et voilà

Re: New PPA for Ubuntu 22.04 jammy jellyfish?
Posted: Fri Jun 03, 2022 10:13 am
by yannlieb
Also after the upgrade, I noticed the event server stopped working, with some fatal error : Net::WebSocket::Server missing
So, after the 22.04 upgrade, you also have to re-install the dependencies :
Code: Select all
sudo perl -MCPAN -e "install Net::WebSocket::Server"
sudo perl -MCPAN -e "install Config::IniFiles"
And then the event server is up and running again
