Page 1 of 1

latest update broken everything web related.

Posted: Fri Nov 05, 2021 1:57 am
by viraladmin
Literally everything. Nginx proxy won't work. SSL won't work. Existing sites that had nginx proxy won't work. SSL certs still show in conf/web folder, but don't work.

When I try to save or update a profile, nginx config disappears. No errors are shown. When saving with ssl, no errors, just doesn't show the ssl.

Every single one of my configs now look like this and every single one of my sites are now offline because of it.

Image

Re: latest update broken everything web related.

Posted: Fri Nov 05, 2021 5:21 am
by viraladmin
Is there a way to downgrade? All my sites being offline and having to wait days (or longer) for a reply is seriously an issue for me. Literally my livelihood is my sites... so this is such a serious problem.

Please help!

Re: latest update broken everything web related.

Posted: Fri Nov 05, 2021 11:17 am
by sandro
You need to downgrade all Vesta packages to version 0:0.9.8-26.

In my CentOS servers I use this commands:

# yum downgrade vesta (I had to repeat it 3 times to get the correct version)
# yum downgrade vesta-php
# yum downgrade vesta-nginx
# yum downgrade vesta-softaculous
# yum downgrade vesta-ioncube (I needed to manually delete this directory '/usr/local/vesta/ioncube/ioncube.sh/' before running this command)

After that I disabled the Vesta auto-update in the admin panel.

And include 'exclude=vesta vesta-php vesta-nginx vesta-ioncube vesta-softaculous' at the end of the file /etc/yum.conf.

And that's it, everything started working again.

Re: latest update broken everything web related.

Posted: Fri Nov 05, 2021 7:12 pm
by viraladmin
Thanks for the reply. If anyone has instructions that can work for ubuntu / apt-get that would be super helpful, but now that I know its possible i will be trying to figure it out for sure.

Re: latest update broken everything web related.

Posted: Sat Nov 06, 2021 6:06 pm
by Ankyurtgtgtg
What if downgrading to this version still displays the site incorrectly? what to do then? it often happens that when you open sites, everything seems to be mixed with hieroglyphs! How to fix it?

Re: latest update broken everything web related.

Posted: Tue Nov 09, 2021 12:40 pm
by sandro
It's hard to answer.

You will need to check the Apache and Nginx configuration for each of the sites.

Check the DNS files for each domain and if they have the correct IPs.

If indeed all packages are at version 0.9.8, then now the work is manual to fix any problem.

In my case, everything works again with the version downgrade of the Vesta packages.
Ankyurtgtgtg wrote:
Sat Nov 06, 2021 6:06 pm
What if downgrading to this version still displays the site incorrectly? what to do then? it often happens that when you open sites, everything seems to be mixed with hieroglyphs! How to fix it?

Re: latest update broken everything web related.

Posted: Thu Nov 11, 2021 6:44 pm
by Ankyurtgtgtg
sandro wrote:
Tue Nov 09, 2021 12:40 pm
It's hard to answer.

You will need to check the Apache and Nginx configuration for each of the sites.

Check the DNS files for each domain and if they have the correct IPs.

If indeed all packages are at version 0.9.8, then now the work is manual to fix any problem.

In my case, everything works again with the version downgrade of the Vesta packages.
Ankyurtgtgtg wrote:
Sat Nov 06, 2021 6:06 pm
What if downgrading to this version still displays the site incorrectly? what to do then? it often happens that when you open sites, everything seems to be mixed with hieroglyphs! How to fix it?
It's strange, I kind of double-checked everything, but after correcting it to an older version, the content is still displayed partially "normally" partially with hieroglyphs! But thanks anyway!

Re: latest update broken everything web related.

Posted: Thu Nov 11, 2021 7:18 pm
by sandro
If you can put a link to the website or a screenshot it might be easier to understand what is going on.

Have you tried checking the Apache/Nginx error log?

Re: latest update broken everything web related.

Posted: Thu Nov 18, 2021 5:26 pm
by cleberlsilva
Thank you Sandro! After downgrade all working fine here!

@SANDRO

Re: latest update broken everything web related.

Posted: Sat Nov 27, 2021 4:15 pm
by viraladmin
For me the fix was found in this thread, apparently the problem relates to an fi where there should be an if.

I also had to delete several IPs, change the domains to the default IP, then issue the ssl again. then add the IPs again, then swithc the correct IPs back to the correct domains.

So far its going well after all the changes.

Check this thread. viewtopic.php?f=10&t=20722