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
E-Mail / Roundcube update not working due to php version of cwpsrv
« on: June 01, 2022, 08:42:48 PM »
Have been following this to check and update roundcube: https://www.awsmonster.com/2018/11/cwp-how-to-check-roundcube-all.html
When running the webmail installer I get this error message relating to the php used by roundcube:
7.2.30 is indeed the version used by cwpsrv and roundcube, which checks out with the bash:
which confirms:
I can't work out how to get cwpsrv to use a later version of php (I am using FPM selector for my domains that are using php versions 7.3 to 8.1)
Help please!
When running the webmail installer I get this error message relating to the php used by roundcube:
Quote
Checking PHP version
Version: NOT OK(PHP Version 7.3.0 or greater is required 7.2.30 detected)
7.2.30 is indeed the version used by cwpsrv and roundcube, which checks out with the bash:
Code: [Select]
/usr/local/cwp/php71/bin/php -v
which confirms:
Quote
PHP 7.2.30 (cli) (built: Apr 29 2020 02:29:42) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
with the ionCube PHP Loader + ionCube24 v10.4.5, Copyright (c) 2002-2020, by ionCube Ltd.
I can't work out how to get cwpsrv to use a later version of php (I am using FPM selector for my domains that are using php versions 7.3 to 8.1)
Help please!
2
CentOS 7 Problems / Apache not working
« on: November 19, 2020, 09:58:32 AM »
After YUM updates this morning Apache load using the wrong conf file.
Instead of using: /usr/local/apache/conf/httpd.conf
... it is using: /etc/httpd/conf/httpd.conf
And I have also noticed that /etc/init.d/httpd does not exist.
I've updated CWP, but this has not solved the issue.
What do I do to correct this?
Instead of using: /usr/local/apache/conf/httpd.conf
... it is using: /etc/httpd/conf/httpd.conf
And I have also noticed that /etc/init.d/httpd does not exist.
I've updated CWP, but this has not solved the issue.
What do I do to correct this?
3
Information / Under ServicesMonitor (systemd) why do so many services show "status: unknown"?
« on: August 01, 2017, 10:54:03 PM »
Under ServicesMonitor (systemd) why do so many services show "status: unknown"?
One of these services I would like to monitor, but because the status is unknown, it is restarted every 15 minutes (or whatever period for checking is set)
One of these services I would like to monitor, but because the status is unknown, it is restarted every 15 minutes (or whatever period for checking is set)
4
CentOS-WebPanel GUI / fileManager2.php not working
« on: July 15, 2017, 04:39:48 PM »
Still getting php error in fileManager2.php
File says that decoding is forbidden so not sure how to proceed
Error: Notice: Undefined variable: 66%7? "/,&@',1) in /usr/local/cwpsrv/htdocs/admin/admin/fileManager2.php on line 2097152
File says that decoding is forbidden so not sure how to proceed
Error: Notice: Undefined variable: 66%7? "/,&@',1) in /usr/local/cwpsrv/htdocs/admin/admin/fileManager2.php on line 2097152
5
CentOS Configuration / phpmyadmin generates token after successful login but remains on login page
« on: June 17, 2017, 01:43:20 PM »Using phpmyadmin with cwp on centos 7 server. Was working, but after changes to apache configuration (maybe other changes too) have the following problem:
1) From cwp load phpmyadmin login page 2) Enter credentials correctly (sure that credentials correct because otherwise get error message) 3) See new token in URL, but login page reloaded repeatedly
Have tried: - reinstalling mariadb - ensuring root has full sql rights granted - reinstalled and updated phpmyadmin to latest
Not sure how to debug this one
6
CentOS-WebPanel Bugs / Undefined varaible error when trying to use advanced file manager
« on: June 12, 2017, 05:52:00 AM »
Get the following error when starting advanced file manager:
Notice: Undefined variable: 66%7? "/,&@',1) in /usr/local/cwpsrv/htdocs/admin/admin/fileManager2.php on line 2097152
Notice: Undefined variable: 66%7? "/,&@',1) in /usr/local/cwpsrv/htdocs/admin/admin/fileManager2.php on line 2097152
Pages: [1]