Control Web Panel

WebPanel => Updates => Topic started by: hdview on December 30, 2021, 02:41:48 PM

Title: can't update cwp pro
Post by: hdview on December 30, 2021, 02:41:48 PM
i can't update cwp pro due to problem.
[root@******~]# /scripts/update_cwp
Could not open input file: /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php

not working.
Title: Re: can't update cwp pro
Post by: hdview on December 30, 2021, 04:04:24 PM
whats going on with this cwp pro ? no support !
Title: Re: can't update cwp pro
Post by: fgbona on January 01, 2022, 01:52:36 PM
In my case, just the PHP-FPM files are changing. While the cwp team can't fix this, I changed those files to immutable, so tomorrow I wouldn't wake up to fix them, AGAIN.

Code: [Select]
[root@hosting001 ~]# chattr +i /opt/alt/php-fpm74/usr/etc/php-fpm.d/users/univ.conf
Code: [Select]
[root@hosting001 ~]# echo 55 >> /opt/alt/php-fpm74/usr/etc/php-fpm.d/users/univ.conf
Code: [Select]
-bash: univ.conf: Permission denied
I hope it helps.