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

Pages: [1] 2
1
E-Mail / Firewall is blocking email delivery
« on: June 01, 2023, 08:04:33 PM »
I'm trying to put in place smtp setting for a shop and all seams ok if i disable the firewall . If firewall is active the the mail is put in que and never leave.
if i click detail from mail que i get
Code: [Select]
(connect to alt2.gmail-smtp-in.l.google.com[142.251.9.26]:25: Connection refused)\n
Seams theat google refuse my connection but is not true . If i will disable firewall my email will go with no problem.
In firewall config i have activated SMTP_BLOCK = "1"
and SMTP_ALLOWUSER ="user"
what i'm missing ?

2
I think your firewall is refusing the conn...
Try disable firewall and check again

3
PHP Selector / Re: php selector error 500
« on: May 26, 2023, 12:48:30 AM »
run this script
Code: [Select]
/scripts/cpanel_addhandlers
Your response solved my problem with php 74.
Thank you !

4
PHP / Re: suPHP - 500 Internal Server Error
« on: May 23, 2023, 06:37:28 PM »
I got internal server error 500 after clean install in php74. All websites got the same error on php74 while using php selector. No problems found while using php-fpm selector. The server is using Nginx & Varnish & Apache .
Code: [Select]
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at xxx to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.
I go to server log and the server is giving me this error:
Code: [Select]
[Tue May 23 20:56:46.053393 2023] [:error] [pid 21597:tid 140026747442944] [client xx.xx.xx.xx:56656] SecurityException in Application.cpp:498: Handler not found in configuration
[Tue May 23 20:56:46.053669 2023] [:error] [pid 21597:tid 140026747442944] [client xx.xx.xx.xx:56656] Caused by KeyNotFoundException in Configuration.cpp:241: Handler "application/x-httpd-php74" not found
[Tue May 23 20:56:46.053716 2023] [core:error] [pid 21597:tid 140026747442944] [client xx.xx.xx.xx:56656] End of script output before headers: info.php
Where can i find Configuration.cpp seams theat the error is located in theat file.

5
PHP Selector / Re: php selector error 500
« on: May 22, 2023, 11:20:05 PM »
Look at this error:

Code: [Select]
Handler "application/x-httpd-php74" not found
In case you use Apache (PHP-FPM/suPHP) / Nginx+Apache (PHP-FPM/suPHP) then I recommend you do following:

(I suppose you have PHP 7.3 installed)
Code: [Select]
grep "application/x-httpd-php73" /usr/local/apache/conf* -Rland then investigate the records associated with "application/x-httpd-php73" in the files listed by "grep". Check if the files have the similar records for "application/x-httpd-php74", add the necessary lines and restart apache/php-fpm.
It does'm matter what tipe of server i use the problem is still there . Thank for your recomandation  ... i did not find anythink suspect.

6
CWPpro version: 0.9.8.1147
CentOS 7

Node Js not available, please contact admin for more information. under user.

after enabling it from admin panel features, Node js tab not showing under domain from user panel.

how to resolve this issue?

Thanks.
Delete the user and create again.... worked for me

7
CentOS 7 Problems / Re: Fix permissions
« on: May 20, 2023, 03:21:32 PM »
So i was fixing some permissions on a folder and i typed / instead of ./  :(

Sad short story ;D.

The good thing is that i did this before like any amateur so i called my vps host i asked for safe mode to copy files to my machine which they didn't have  ;D

I went to sleep that night and woke up with mindset to fix the permissions one by one ! I did it in day 3 my vps started working again.

The server security is inexistant, so many bugs specially on mysql.. i know it's impossible to recover the permissions to perfection..

Is there a way to backup --> fresh install --> restore websites ? or reinstall without losing websites ? or any other way  :(

PS: i have access to other cwp machines.

We're in production here :D using free cwp.

Yes you can create a full backup to your website via "Account backups " Save the backup to your local machine and then restore aftere fresh install.

8
CentOS 7 Problems / Re: Pro no work???
« on: May 20, 2023, 03:14:35 PM »
I have several purchased CWP Pro licenses, everything is down, it appears to me that I don't have the PRO... change the ips, restart everything, nothing works and the panel shows the subscriptions still paid for almost 1 year... (I updated them about 3 months ago)
hit this command to your server :
Code: [Select]
sh /scripts/update_cwp

9
CentOS-WebPanel Bugs / Re: User php selector bug
« on: May 20, 2023, 03:08:20 PM »
I have this error: I build a PHP-FPM in Panel

Complete!
chdir: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 28505  100 28505    0     0  60137      0 --:--:-- --:--:-- --:--:-- 60010
/usr/local/cwpsrv/htdocs/resources/conf/el8/php-fpm_selector/external_modules/8.1/sodium.sh: line 9: /opt/alt/php-fpm81/usr/bin/phpize: No such file or directory
/usr/local/cwpsrv/htdocs/resources/conf/el8/php-fpm_selector/external_modules/8.1/sodium.sh: line 10: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target 'install'.  Stop.
/usr/local/cwpsrv/htdocs/resources/conf/el8/php-fpm_selector/external_modules/8.1/sodium.sh: line 14: /opt/alt/php-fpm81/usr/bin/php-config: No such file or directory
ERROR: Missing extension file /sodium.so

Build Completed
###################

sodium devel is installed.

disable secure process and firewall before installing .. see if it's make any difference . and also before installing try yum update

10
CentOS-WebPanel Bugs / Re: User php selector bug
« on: May 20, 2023, 03:02:45 PM »
And you reported the bug to the dev team? Or request support to help you with the issue?
i got cwp pro whith no support....

11
PHP Selector / php selector error 500
« on: May 20, 2023, 02:48:04 PM »
After clean install cwp pro (twice) i get the same error when trying to use php74 via php selector.

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at admin@gdsys.ro to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

I go to server error log and i got this:
Code: [Select]
[Sat May 20 17:27:53.069507 2023] [:error] [pid 14289:tid 140339180427008] [client 86.126.162.245:47286] SecurityException in Application.cpp:498: Handler not found in configuration
[Sat May 20 17:27:53.069755 2023] [:error] [pid 14289:tid 140339180427008] [client 86.126.162.245:47286] Caused by KeyNotFoundException in Configuration.cpp:241: Handler "application/x-httpd-php74" not found
[Sat May 20 17:27:53.069789 2023] [core:error] [pid 14289:tid 140339180427008] [client 86.126.162.245:47286] End of script output before headers: info.php

From this error i understain theat the php version is not installed but it is ... i did installed and reinstalled many times also i did reinstall the whole system just to be sure.
Also if i go to php selector under phpinfo o got all info about the php version.

All other php version work fine.

12
CentOS-WebPanel Bugs / Re: User php selector bug
« on: April 06, 2023, 10:57:27 PM »

13
CentOS-WebPanel Bugs / Re: User php selector bug
« on: January 15, 2023, 03:31:14 PM »
The problem still persist . I switched betwin servers , delete all php versions and installed again with no results .

14
CWPpro version: 0.9.8.1147
CentOS 7

Node Js not available, please contact admin for more information. under user.

after enabling it from admin panel features, Node js tab not showing under domain from user panel.

how to resolve this issue?

Thanks.
Try delete the username and create the user again . For me solved the problem with clam .

15
CentOS-WebPanel Bugs / Re: clamd module not working in dashboard users
« on: January 15, 2023, 03:26:21 PM »
I deleted the user and created a new a new one and now is working. I sill don't know what was the problem in that username but now seams ok.

Pages: [1] 2