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] 5 6 ... 57
46
PHP / Re: All versions of PHP-FPM 8.2.x compiles but doesn't work.
« on: January 04, 2024, 04:16:52 AM »
can you post the log file from /usr/local/apache/domlogs/(site)/error.log

47
PHP / Re: All versions of PHP-FPM 8.2.x compiles but doesn't work.
« on: January 04, 2024, 12:28:13 AM »
Without upload, your not getting a startup error. 

Let's try the command

journalctl -xe -u php-fpm82

48
PHP / Re: All versions of PHP-FPM 8.2.x compiles but doesn't work.
« on: January 04, 2024, 12:00:21 AM »
please post output of

ls /opt/alt/php-fpm82/usr/lib/php/extensions

49
PHP / Re: All versions of PHP-FPM 8.2.x compiles but doesn't work.
« on: January 03, 2024, 11:16:13 PM »
remove the upload progress module and restart to see if it starts working.

50
PHP / Re: All versions of PHP-FPM 8.2.x compiles but doesn't work.
« on: January 03, 2024, 08:31:27 PM »
from cli, systemctl status php-fpm82

If it's not running try starting it

51
Installation / Re: CWP doesn't start after AutoSSL
« on: January 02, 2024, 09:17:48 PM »
Please run

/scripts/generate_hostname_ssl

52
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.

53
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.*

54
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.

55
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.

56
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

57
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



58
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/

59
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.

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

Pages: 1 2 3 [4] 5 6 ... 57