Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 22 matches
- Mon Nov 15, 2021 10:07 pm
- Forum: Web Server
- Topic: Ioncube Broken in new release
- Replies: 7
- Views: 25747
Re: Ioncube Broken in new release
Yes, sorry, it is, I was able to once again access Softaculous after I performed the steps above.
- Mon Nov 15, 2021 9:15 pm
- Forum: Web Server
- Topic: Ioncube Broken in new release
- Replies: 7
- Views: 25747
Re: Ioncube Broken in new release
Will be fixed in 1.0.0.6
try to run this command
/usr/local/vesta/ioncube/ioncube.sh
Yeah... something odd about that... That was a directory on my machine... so I ran:
/usr/local/vesta/ioncube/ioncube.sh/ioncube.sh
This just totaly messed up the whole thing... Went from the previous error ...
- Mon Nov 15, 2021 7:25 pm
- Forum: Web Server
- Topic: Ioncube Broken in new release
- Replies: 7
- Views: 25747
Re: Ioncube Broken in new release
Just to add to this my specs:
I use Apache to serve websites, not Nginx (Although Nginx is installed as part of Vesta)
If you require any more info, please let me know I will try and provide.
Code: Select all
CentOS Linux release 7.9.2009 (Core)
If you require any more info, please let me know I will try and provide.
- Mon Nov 15, 2021 6:57 pm
- Forum: Web Server
- Topic: Ioncube Broken in new release
- Replies: 7
- Views: 25747
Ioncube Broken in new release
Seems after the official release of Vesta (v1.0) Ionsube got broken somehow. Everything else works for me, except Softaculous. When I try and access it, I get his message:
Site error: the ionCube PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube protected PHP ...
Site error: the ionCube PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube protected PHP ...
- Wed May 05, 2021 3:02 pm
- Forum: RHEL/CentOS
- Topic: Future OS Support (Alternatives to Centos 8)
- Replies: 3
- Views: 15284
Re: Future OS Support (Alternatives to Centos 8)
+1 for AlmaLinux support. I'm looking forward to seeing AlmaLinux in the supported OS list by VestaCP.
It is stable and a good replacement for CentOS 8.
I have now had a chance to play with Alma... pretty good. Still hoping that there will be further RHEL/RPM based development on VestaCP... Not ...
- Thu Apr 29, 2021 10:44 pm
- Forum: Mail Server
- Topic: [FIX] SMTP Error (451): Failed to add recipient "[email protected]" (Temporary local problem - please
- Replies: 18
- Views: 264402
Re: [FIX] SMTP Error (451): Failed to add recipient "[email protected]" (Temporary local problem - please
Hi!
Unfortunately, I was not able to apply this fix. The console returns an error saying "open of exim... failed: no such file or directory.
I checked the repo and the file is actually there.
Please help.
If you use the short url way, chances are the file is saved as JJjHP to fix this ...
- Wed Apr 07, 2021 12:01 am
- Forum: RHEL/CentOS
- Topic: Future OS Support (Alternatives to Centos 8)
- Replies: 3
- Views: 15284
Future OS Support (Alternatives to Centos 8)
Hello Vesta CP Community and Devs.
I have been using Vesta CP on Centos 7 for a few years now and absolutely love it. At the same time, being a CentOS user, I was devastated when Red Hat made the announcement to kill Centos 8 early. The announcement sent shockwaves through the tech industry ...
I have been using Vesta CP on Centos 7 for a few years now and absolutely love it. At the same time, being a CentOS user, I was devastated when Red Hat made the announcement to kill Centos 8 early. The announcement sent shockwaves through the tech industry ...
- Fri Nov 06, 2020 4:56 pm
- Forum: Web Interface
- Topic: centOS 8
- Replies: 10
- Views: 62103
Re: centOS 8
Any updates on Centos 8 compatibility?
As Centos 7 will only be doing security/maintenance updates as of Q4 2020 (with security updates till 2024) Centos 8 should be the next priority. With full updates till 2024 and security/maintenance updates until 2029, this would be the most logical step at ...
As Centos 7 will only be doing security/maintenance updates as of Q4 2020 (with security updates till 2024) Centos 8 should be the next priority. With full updates till 2024 and security/maintenance updates until 2029, this would be the most logical step at ...
- Fri May 03, 2019 12:05 pm
- Forum: Web Server
- Topic: Error: Let's Encrypt validation status 400
- Replies: 62
- Views: 239911
Re: Error: Let's Encrypt validation status 400
I have a not so fresh install on CentOS (installed a long long time ago) so a reinstall is not something I am willing to temp, but I am getting emails with this error now. Was there a recent change?
- Tue Apr 17, 2018 6:37 pm
- Forum: Scripting / API
- Topic: Trying to use API via Python, getting blank result
- Replies: 2
- Views: 6384
Re: Trying to use API via Python, getting blank result
Ok, for all those wondering how to do it
import requests
url = "https://srv1.serversmadeeasy.com:8083/api/index.php"
user = "admin"
password = "your-password-goes-here"
cmd = "v-list-user"
arg1 = "username"
arg2 = "json"
data = {'user':user, 'password':password, 'cmd':cmd, 'arg1':arg1, 'arg2 ...
import requests
url = "https://srv1.serversmadeeasy.com:8083/api/index.php"
user = "admin"
password = "your-password-goes-here"
cmd = "v-list-user"
arg1 = "username"
arg2 = "json"
data = {'user':user, 'password':password, 'cmd':cmd, 'arg1':arg1, 'arg2 ...