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.
Pages: [1]
1
CentOS-WebPanel Bugs / Re: CWP pro user login error
« on: June 24, 2024, 07:26:29 AM »Hi
Please run the following scriptsCode: [Select]sh /scripts/cron_fix_openbasedir
sh /scripts/cwpsrv_rebuild_user_conf
This will solve the problem for you
Thank you josemnunez, you are my saviour!!
2
CentOS-WebPanel Bugs / CWP pro user login error
« on: June 21, 2024, 03:43:27 PM »
Hello,
I hope someone could help me, since monday I can't login to any existing user panel, I always get an HTTP 500 error and this error in the log:
If I create a new user the login works for it.
I already followed every guide on this forum or online but with no luck =(
Anyone is facing the same issue?
Thank you
I hope someone could help me, since monday I can't login to any existing user panel, I always get an HTTP 500 error and this error in the log:
Code: [Select]
2024/06/21 17:27:07 [error] 947#0: *13228 FastCGI sent in stderr: "PHP message: PHP Warning: main(): open_basedir restriction in effect. File(/usr/local/cwpsrv/var/services/user_files/modules/cwp_framework/CWPUserIndex.php) is not within the allowed path(s): (/home/gep:/tmp:/usr/local/cwpsrv/var/services/users:/usr/local/cwpsrv/var/services/twig/:) in /usr/local/cwpsrv/var/services/users/index.php on line 0
PHP message: PHP Warning: main(/usr/local/cwpsrv/var/services/user_files/modules/cwp_framework/CWPUserIndex.php): failed to open stream: Operation not permitted in /usr/local/cwpsrv/var/services/users/index.php on line 0
PHP message: PHP Warning: main(): open_basedir restriction in effect. File(/usr/local/cwpsrv/var/services/user_files/modules/cwp_framework/classes/CWPAuth.php) is not within the allowed path(s): (/home/gep:/tmp:/usr/local/cwpsrv/var/services/users:/usr/local/cwpsrv/var/services/twig/:) in /usr/local/cwpsrv/var/services/user_files/modules/cwp_framework/CWPUserIndex.php on line 0
PHP message: PHP Warning: main(/usr/local/cwpsrv/var/services/user_files/modules/cwp_framework/classes/CWPAuth.php): failed to open stream: Operation not permitted in /usr/local/cwpsrv/var/services/user_files/modules/cwp_framework/CWPUserIndex.php on line 0
PHP message: PHP Fatal error: main(): Failed opening required '/usr/local/cwpsrv/var/services/user_files/modules/cwp_framework/classes/CWPAuth.php' (include_path='.:/usr/local/cwp/php71/lib/php') in /usr/local/cwpsrv/var/services/user_files/modules/cwp_framework/CWPUserIndex.php on line 0" while reading response header from upstream, client: 79.60.165.171, server: localhost, request: "POST /gep/ HTTP/1.1", upstream: "fastcgi://unix:/usr/local/cwp/php71/var/sockets/gep.sock:", host: "zeus.kiway.it:2083", referrer: "https://zeus.kiway.it:2083/login/?acc=logon"
If I create a new user the login works for it.
I already followed every guide on this forum or online but with no luck =(
Anyone is facing the same issue?
Thank you
3
Softaculous / Re: User panel not detecting previously installed scripts or backup
« on: September 16, 2019, 12:33:23 PM »
Now it works again, thanks
4
Softaculous / User panel not detecting previously installed scripts or backup
« on: September 12, 2019, 09:44:53 AM »
Hello,
I installed Softaculous at the end of august on my server, I activated the premium license trial (still active) and I imported 6 wordpress website on 6 different users.
Everything was fine, until a couple of days ago when I notice that, on the user panel, the installation list was empty and the backup list was empty too (although the compressed tar.gx files are still physically present in the backup folder).
Maybe some update broke the compatibility between CWP and Softaculous?
Thanks for your help.
I installed Softaculous at the end of august on my server, I activated the premium license trial (still active) and I imported 6 wordpress website on 6 different users.
Everything was fine, until a couple of days ago when I notice that, on the user panel, the installation list was empty and the backup list was empty too (although the compressed tar.gx files are still physically present in the backup folder).
Maybe some update broke the compatibility between CWP and Softaculous?
Thanks for your help.
5
DKIM / Re: Mail sent with PHP mail not signed
« on: August 29, 2019, 09:42:23 AM »
Thanks ejsolutions,
I managed to solve, actually the configuration was already correct, I just needed to restart the OpenDKIM service.
In my /etc/postfix/main.cf I added these lines:
smtpd_milters = inet:127.0.0.1:8891
non_smtpd_milters = inet:127.0.0.1:8891
milter_default_action = accept
milter_protocol = 2
@AlnorkA
I said mail() function, but I actually use Wordpress for my websites and I think it already uses PHPMailer for sending email, anyway I don't use SMTP authentication but still it works and emails are signed correctly, so it IS possible.
I managed to solve, actually the configuration was already correct, I just needed to restart the OpenDKIM service.
In my /etc/postfix/main.cf I added these lines:
smtpd_milters = inet:127.0.0.1:8891
non_smtpd_milters = inet:127.0.0.1:8891
milter_default_action = accept
milter_protocol = 2
@AlnorkA
I said mail() function, but I actually use Wordpress for my websites and I think it already uses PHPMailer for sending email, anyway I don't use SMTP authentication but still it works and emails are signed correctly, so it IS possible.
6
DKIM / Mail sent with PHP mail not signed
« on: August 28, 2019, 10:39:30 AM »
Hello,
I have this issue with every email sent through PHP mail function (like contact forms), the DKIM signature is missing.
I have the last versioni of CWPpro, how can I solve?
Thank you
I have this issue with every email sent through PHP mail function (like contact forms), the DKIM signature is missing.
I have the last versioni of CWPpro, how can I solve?
Thank you
7
CentOS 7 Problems / Re: CWP Pro: User accounts are locked
« on: December 11, 2018, 11:08:49 AM »You can also disable this protection from admin -> Security -> User Login Segurity
Thanks
8
CentOS 7 Problems / Re: CWP Pro: User accounts are locked
« on: December 11, 2018, 10:39:29 AM »
Same problem
9
PHP / Re: PHP Selector
« on: December 10, 2018, 11:22:05 AM »WebServer Settings>WebServers Domain Conf
Select Username > View /Edit Configuration
Scroll down to last option block and select version
Thank you very much!
10
PHP / Re: PHP Selector
« on: December 07, 2018, 05:04:24 PM »
Hello,
how can I assign a different PHP-FPM version to a certain user/website?
I tried adding "AddHandler application/x-httpd-php71 .php" to htaccess file but it does not work.
Thanks
how can I assign a different PHP-FPM version to a certain user/website?
I tried adding "AddHandler application/x-httpd-php71 .php" to htaccess file but it does not work.
Thanks
Pages: [1]