Search found 2 matches
- Mon Nov 04, 2019 3:33 pm
- Forum: Web Server
- Topic: [HowTo]Upgrade PHP 5.6 to PHP 7.2 on CentOS VestaCP
- Replies: 12
- Views: 120364
Re: [HowTo]Upgrade PHP 5.6 to PHP 7.2 on CentOS VestaCP
Hello,
i followed your desc and PHP is 7.4.0RC5 version now, but i have some issue in PHPmyadmin. How can i solve this Problem?
need i downgrade PHP or anything else?


i followed your desc and PHP is 7.4.0RC5 version now, but i have some issue in PHPmyadmin. How can i solve this Problem?
need i downgrade PHP or anything else?
- Wed Apr 11, 2018 8:54 am
- Forum: General Discussion
- Topic: Adding cron job from a PHP script.
- Replies: 7
- Views: 9775
Re: Adding cron job from a PHP script.
Hello, How can is suspend the Cronjob with api? if i try to run this command: $vst_command = 'v-suspend-cron-jobs'; // Prepare POST query $postvars = array( 'user' => $vst_username, 'password' => $vst_password, 'returncode' => $vst_returncode, 'cmd' => $vst_command, 'arg1' => $username, 'arg2' => 5 ...