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.


Topics - dzseti

Pages: [1]
1
CentOS-WebPanel GUI / What variables are available in vhost template?
« on: February 04, 2024, 03:53:46 PM »
This article explains how vhost templates can be used: https://wiki.centos-webpanel.com/webservers-vhost-templates

but does not say what variables can be used in the templates. I've found variables such as %domain_idn% and %user% but no clue as to where all variable are listed (or defined)

2
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:
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!



3
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?

4
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)

5
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

6


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

7
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

Pages: [1]