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 - rcschaff

Pages: 1 [2] 3 4 ... 55
16
Installation / Re: CWP doesn't start after AutoSSL
« on: January 02, 2024, 09:17:48 PM »
Please run

/scripts/generate_hostname_ssl

17
CentOS-WebPanel Bugs / Re: Token API does not have ROOT Access Error
« on: January 02, 2024, 09:09:17 PM »
Something changed on WHM.  That error comes from the other side.

18
Installation / Re: CWP doesn't start after AutoSSL
« on: December 30, 2023, 08:18:04 PM »
Post the response from

ls -a /etc/pki/tls/certs/hostname.*

19
PHP / Re: Need to upgrade CWPPHP from 7.2.30 to at least 7.2.31
« on: December 29, 2023, 02:36:44 AM »
I own 12.0.2 which could do PHP8, but never received a response when I applied to help on the project.

20
reach out to tcmb.gov.tr and ask them to check their firewall for your IP being blocked.  If you just got the IP, it could be blocked due to the last person who the IP was issued to was a spammer or hacker.

21
Postfix / Re: Has anyone encountered this situation?
« on: December 28, 2023, 12:50:06 PM »
Can you use paste in, and post the last 30 lines of the log, removing any private information

22
PHP / Re: Give Php snuffleupagus.so error
« on: December 28, 2023, 04:16:51 AM »
Here's a stop by step guide to install, as it's not straightforward:
Code: [Select]
cd /var/tmp
wget wget https://github.com/jvoisin/snuffleupagus/archive/refs/heads/master.zip
unzip master.zip
cd snuffleupagus-master/src/
/opt/alt/php73/usr/bin/phpize
./configure --enable-snuffleupagus  --with-php-config=/opt/alt/php73/usr/bin/php-config
make
make install
cp -R /var/tmp/snuffleupagus-master/config/ /opt/alt/php73/usr/etc/
mv /opt/alt/php73/usr/etc/config/snuffleupagus.ini /opt/alt/php73/usr/php/php.d/
nano /opt/alt/php73/usr/php/php.d/snuffleupagus.ini   <<< Change sp.configuration_file to /opt/alt/php73/usr/etc/config/default.rules



23
PHP / Re: Give Php snuffleupagus.so error
« on: December 27, 2023, 07:39:09 PM »
The module wasn't built/installed.  YOu can either install it
Code: [Select]
snuffleupagus.readthedocs.io/installation.html#manual-installation
, or comment it out in the php.ini file.
Code: [Select]
/opt/alt/php73/usr/php/

24
Is it possibly that your servers IP has been blocked by tcmb.gov.tr, as no route to host is most likely a firewall issue.  Couple other issues might be ip6/4 related, but I'm going to assume that your server can reach other ip4 only hosts.

Try "  ping -4 google.com  "  then "ping -4 www.tcmb.gov.tr" and post the results.

25
Do you allow port 443 on your TCP_OUT in your csf firewall?

26
PHP / Re: Need to upgrade CWPPHP from 7.2.30 to at least 7.2.31
« on: December 26, 2023, 07:40:20 PM »
It's now 3(!) years later and CWP is still using PHP 7.2.30:
Detected CVEs for PHP 7.2.30 with CVSS above 7.0.

Is there any way to update the php version used by CWP control panel? I can only update the PHP version used by web sites.
Or is there a way to only make CWP control panel accessible via VPN?

This question was answered.   CWP uses IonCube encoder.  For them to update beyond 7.2 currently, they will have to But a newer version of the encoder.  I don't think that's going to happen anytime soon, unless IonCube pulls their heads out of their rear ends and come back to reality.  They litterally charge $200 for EVERY version of PHP (8.0, 8.1, 8.2)  The cost just can't be justified with PHP coming out almost quarterly at this rate.

27
Postfix / Re: Has anyone encountered this situation?
« on: December 26, 2023, 09:10:36 AM »
before you delete it, investigate if there are numerous errors in it.  If it's just logging imap connections, you can safely delete it.

28
Addons / Re: SuiteCRM Addon Script Does Not Install the Latest Version
« on: December 24, 2023, 07:30:31 PM »
If you are saying Softaculous, that would be an issue to bring up with them, not CWP.  I don't know of any other installer that has that software otherwise.

29
Apache / Re: Domain Addons
« on: December 24, 2023, 04:33:42 AM »
What I'm telling you, is that Philio.xyz is 302 Redirecting.  Whether it's your server (apache/nginx), or it's the actual Webapp, I don't know, but if you open developer tools, you will see it.

https://prnt.sc/ePPfi8OBbg96

Whereas upward does not do a 302 redirection.

https://prnt.sc/_Dn9vcrhfDpY

30
DNS / Re: Problem with subdomaine
« on: December 23, 2023, 07:08:23 PM »
are you using your server's DNS services, or your registrars.

If the latter, you can create as many subdomains as you like in CWP, but if you don't add A records for them in your dns, you will always get NXDOMAIN

Pages: 1 [2] 3 4 ... 55