Show Posts

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.


Messages - ekgrad

Pages: 1 2 3 [4] 5
46
I am getting a message  "Can't check updates!" on dashboard in place of the regular message "CWP up to date" or "Update Available".

I tried to run the script /scripts/cwp_update but I am getting these messages

######################
Update Server Packages
######################
PHP Warning:  file_get_contents(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php on line 0
PHP Warning:  file_get_contents(http://centos-webpanel.com/webpanel/versions/el7.txt): failed to open stream: no suitable wrapper could be found in /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php on line 0
PHP Notice:  Undefined offset: 1 in /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php on line 0
PHP Warning:  file_get_contents(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php on line 0
PHP Warning:  file_get_contents(http://static.cdn-cwp.com/files/apache/mod-security/cwaf_latest_installed.txt): failed to open stream: no suitable wrapper could be found in /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php on line 0
Redirecting to /bin/systemctl restart cwpsrv.service
Redirecting to /bin/systemctl restart httpd.service
Redirecting to /bin/systemctl reload httpd.service

On checking I found that allow_url_fopen is set to On in all my php.ini and php-fpm73 php.ini

Please explain what is going on or a solution to this issue.

47
Postfix / Re: Let's build New Postfix Email Server
« on: December 23, 2019, 07:22:51 AM »
Could Postfix please be configured to provide a Sent Summary which shows how many emails were sent from each domain in the last 24 hours
with columns that show the number of successful, deferred, and failed emails for each sending domain name, and so that a domain could be clicked on,
and then be able to see their recent history in more detail.

+1 for this feature. This would enabled admin to identify spammers on their server who use the server for bulk emailing and ultimately get the IP blacklisted affecting all the users.

48
Autologin works fine with version 4.7.9 but not with 4.9.2

49
CentOS-WebPanel Bugs / Re: addon wordpress install and php version change
« on: October 23, 2019, 11:33:50 AM »
I am using php 7.2.18 on my cwp pro server and the WordPress addon script works fine. I find no issues with it, except that after using the script i need to visit the site and complete the installation process by choosing the language of install.

50
Updates / Re: Please do not update my cwp without my consent
« on: September 11, 2019, 05:16:13 PM »
PHP is just used as an example. It could be any of the latest upgrades. Since CWP runs using PHP, the php version of the CWP install is quite important. I have been getting updates every day without any issue as reported by many users on many threads. So AUTO-UPDATE of CWP is definitely not a culprit for breaking things in my opinion.

51
Updates / Re: Please do not update my cwp without my consent
« on: September 11, 2019, 02:24:18 AM »
My 2 cents, Revert back to php 7.2.18 (for both user and cwp) the most stable php version. I am using this on my production and uptime of my server has crossed 100 days with zero downtime. Experimenting with bleeding edge php can lead to all sorts of unwanted errors for which we all keep on blaming the cwp team. Best way is to get the server stable and not keep on playing with it unless you have a free server to play with.

52
CentOS 7 Problems / Re: Mysql High CPU , all my Websites are down
« on: August 19, 2019, 11:06:43 AM »
WP Automatic runs a cron periodically which fires some queries which is not liked by your mysql server due to the sheer number of posts on the site. When these queries run your server goes down.

53
Installation / Re: Will it work for Raspberry Pi 4
« on: August 16, 2019, 03:02:11 PM »
I dont think so. CWP is for CentOS and I am sure Raspberry Pi 4 does not run CentOS.

54
CentOS 7 Problems / Re: High MySQL Cpu Usage
« on: August 16, 2019, 04:31:03 AM »
Please read my reply here http://forum.centos-webpanel.com/centos-7-problems/mysql-high-cpu-all-my-websites-are-down/msg25146/#msg25146 before accusing CWP.

The my.cnf file you posted is not properly optimizing mysql.

55
CentOS 7 Problems / Re: Mysql High CPU , all my Websites are down
« on: August 16, 2019, 04:29:47 AM »
I tried to help him. However on analysis of his SQL queries I found the site was doing a search on 30K+ posts to display related posts which IMO were the most inefficient queries for that big a WordPress site. These queries can bring down even a dedicated server as these are compute intensive and need very high disk i/o. Such queries need specialized search servers like sphinx or equivalent. Currently his vps is incapable of handling such SQL queries.

56
Information / Re: redirect all requests and non www to http://www.
« on: August 09, 2019, 08:33:10 AM »
No need of any manual configuration. If you are using nginx->apache as web server, just use the "force https" nginx template in your web server settings.

57
Increase your php limits.

58
CentOS 7 Problems / Re: Mysql High CPU , all my Websites are down
« on: July 31, 2019, 03:30:25 PM »
post your /etc/my.cnf.d/server.conf

59
CentOS 7 Problems / Re: Mysql High CPU , all my Websites are down
« on: July 31, 2019, 03:02:27 PM »
you need to optimize my.cnf

post your my.cnf  here, I can help you.

60
CentOS 7 Problems / Re: Can't upload zip archive
« on: July 31, 2019, 03:01:23 PM »
Enable zip support in your php

Pages: 1 2 3 [4] 5