Author Topic: can't update cwp pro  (Read 2485 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
can't update cwp pro
« 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.

Offline
*
Re: can't update cwp pro
« Reply #1 on: December 30, 2021, 04:04:24 PM »
whats going on with this cwp pro ? no support !

Offline
*
Re: can't update cwp pro
« Reply #2 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.