This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
PHP / Re: PHP File cache
« on: August 29, 2023, 11:53:39 AM »
I have the same problem. Did you manage to solve it?
Update
I guess disabling the cache should help.
/opt/alt/php-fpm74/usr/php/php.d/opcache.ini
Update
I guess disabling the cache should help.
/opt/alt/php-fpm74/usr/php/php.d/opcache.ini
2
Migration from other control panels / Re: cwp-cwp migration Connection not reached The following error occurred
« on: August 12, 2022, 09:09:02 PM »
Hi! I see that the error appeared not so long ago, if I found the same question I wanted to ask.
Were you able to find the cause of the error? I have the exact same problem. I did a migration before and there was no problem.
Now I see the same error in the log files and in the last line there is also no "true" or "false"
At the same time, if I run the script manually
The server will answer "true".
I would like to understand where the error could be.
Were you able to find the cause of the error? I have the exact same problem. I did a migration before and there was no problem.
Now I see the same error in the log files and in the last line there is also no "true" or "false"
At the same time, if I run the script manually
Code: [Select]
sshpass -p PASSWORD /usr/bin/ssh -p PORT -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet root@HOST test -d /usr/local/cwp/ && echo 'true' || echo 'false' 2>&1
The server will answer "true".
I would like to understand where the error could be.
3
CentOS 7 Problems / Re: Crontab only works manually by clicking on the 'Run'
« on: April 11, 2022, 07:36:36 PM »
Hi all.
Faced with the same problem. If it helps anyone, changing the "Process limit" and "Open files" settings helped me. They were originally set to "-1". Setting it to 500 and 1000, helped to run cron for users.
Also the inode was set to 0.
Also check the cron files in /var/spool/cron/
Maybe they have errors or extra spaces in them, like mine.
Faced with the same problem. If it helps anyone, changing the "Process limit" and "Open files" settings helped me. They were originally set to "-1". Setting it to 500 and 1000, helped to run cron for users.
Also the inode was set to 0.
Also check the cron files in /var/spool/cron/
Maybe they have errors or extra spaces in them, like mine.
4
Installation / Re: Jailkit problems
« on: April 03, 2022, 05:59:30 PM »
Hi!
How did you solve the problem?
How did you solve the problem?
Pages: [1]