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.


Topics - Menna

Pages: [1]
1
CentOS 7 Problems / CANT LOGIN CWP PANEL ERROR CRON.PHP
« on: December 30, 2020, 01:44:02 PM »
Hello,

Test what is the cwp PHP version and if it is updated to 7.2

/usr/local/cwp/php71/bin/php -v
PHP 7.2.30

if PHP was not updated to 7.2 then try manually
yum update cwpphp --enablerepo=cwp

**Manual update CentOS 7 (ignore if you have CentOS 6)**
```
chattr -i -R /usr/local/cwpsrv/htdocs
cd /usr/local/cwpsrv/htdocs
wget static.cdn-cwp.com/files/cwp/el7/cwp-el7-0.9.8.961.zip
unzip -o -q cwp-el7-0.9.8.961.zip
rm -f cwp-el7-0.9.8.961.zip
```

**Manual update CentOS 6 (ignore if you have CentOS 7)**
```
chattr -i -R /usr/local/cwpsrv/htdocs
cd /usr/local/cwpsrv/htdocs
wget dl1.centos-webpanel.com/files/cwp/cwp2-0.9.8.765.zip
unzip -o cwp2-0.9.8.765.zip
rm -f cwp2-0.9.8.765.zip
```


**Manual update for services (This steep must be done for CentOS 6 and 7)**
```
cd /usr/local/cwpsrv/var/services/
wget static.cdn-cwp.com/files/cwp/el7/cwp-services.zip
unzip -o -q cwp-services.zip
rm -f cwp-services.zip
```

Test if all is ok, it should run update without errors
```
sh /scripts/update_cwp
```

If you get error like:
> Cannot load the ionCube PHP Loader - it was built with configuration API320151012,NTS, whereas running engine is API320170718,NTS

then run this:

```
sed -i "s/ioncube_loader_lin_7.0/ioncube_loader_lin_7.2/g" /usr/local/cwp/php71/php.ini
sh /scripts/restart_cwpsrv
```



I DO ALL THIS BUT DOSENT WORK AGAIN. WHAT IS THE VERSION OF CWP FOR CENTOS 7 NOW?

WHEN UPDATE I GET ERROR ON

PHP Fatal error:
The encoded file /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php has expired.
 in Unknown on line 0

2
CentOS 7 Problems / ClamAV Can't update
« on: May 27, 2020, 05:26:03 PM »
[root@srv scripts]# freshclam
ClamAV update process started at Wed May 27 20:18:46 2020
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.99.4 Recommended version: 0.102.3
DON'T PANIC! Read http://www.clamav.net/documents/upgrading-clamav
main.cld is up to date (version: 59, sigs: 4564902, f-level: 60, builder: sigmgr)
daily.cld is up to date (version: 25825, sigs: 2499257, f-level: 63, builder: raynman)
bytecode.cld is up to date (version: 331, sigs: 94, f-level: 63, builder: anvilleg)

---> Package clamav-update.x86_64 0:0.99.4-1.el7 will be updated
---> Package clamav-update.x86_64 0:0.102.2-4.el7 will be an update
---> Package pcre2.x86_64 0:10.23-2.el7 will be installed
--> Finished Dependency Resolution
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
You have a troubles with yum. Fix it before install!


And Dont know what i need to do for it.



3
CentOS 7 Problems / MAIL SERVER
« on: July 17, 2017, 01:18:06 PM »
Hello dear,
when i send out mail (gmail , yahoo etc.) mail is coming in my server but when i need to send it my domain cant go to out side? My Internet provider rdns and opened 25 ports. all time i'll get rDNS/PTR = FAILED, check with your hosting provider! this message. so what i need to do. change rdns checker ip ?

4
Installation / Can't Send Out - In
« on: April 21, 2016, 11:54:46 AM »
hello, i install again my server and centos web panel. Domain is working now . i've 2 domain on it. . but i can't send email for gmail and Hotmail. they can't send me to i'll see emails on centos panel Mail Queue tabs so what is the wrong?



rDNS/PTR record check: SUCCESS
 rDNS/PTR = ****com
 rDNS A record = **.***.52.1**

Pages: [1]