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

Pages: 1 ... 22 23 [24] 25 26 ... 114
346
PHP / Re: How to enable PDO DBLIB
« on: August 24, 2020, 09:00:29 AM »
hi use sqlsrv with php 7 or search our wiki site for mssql-freetds installation for 5.x

347
PHP / Re: Is this my fault or CWP error?? imagick and php fpm issues
« on: August 24, 2020, 08:59:21 AM »
the tutorial is correct, you need to install pecl mongodb and imagick manually and it will be solved.

348
MySQL / Re: error while upgrading mariadb
« on: August 24, 2020, 08:57:29 AM »
systemctl stop mysql mysqld
yum remove MariaDB-server MariaDB-client

then follow the guide
https://www.mysterydata.com/upgrade-mariadb-5-5-to-mariadb-10-2-on-centos-7-vesta-cp/

349
Information / Re: Plans to support CentOS 8?
« on: August 24, 2020, 08:55:19 AM »
Code: [Select]
if [ -e "/usr/local/cwpsrv/" ]; then
echo
echo "CWP is already installed on your server."
echo "If you want to update it, run this command: sh /scripts/update_cwp"
echo
exit 1
fi

# Check for unsupported Operating systems
arch=$(uname -m)
#centosversion=`rpm -qa \*-release | grep -Ei "oracle|redhat|centos|cloudlinux" | cut -d"-" -f3`
centosversion=`rpm -qa \*-release | grep -Ei "oracle|redhat|centos|cloudlinux" | cut -d"-" -f3|sed 's/\..$//'`

if [[ $arch == "i686" ]]; then
    echo "Unsupported Operating system, please use CentOS 7.x 64bit"
    exit 1
elif [[ $arch == "armv7l" ]]; then
    echo "Unsupported Operating system, please use CentOS 7.x 64bit"
    exit 1
fi

#if [ $centosversion -eq "8" ]; then
#    echo "Unsupported Operating system, please use CentOS 7.x 64bit"
#    exit 1
if [[ $centosversion -eq "6" ]]; then
    echo "Unsupported Operating system, please use CentOS 7.x 64bit"
    exit 1
elif [[ $centosversion -eq "5" ]]; then
    echo "Unsupported Operating system, please use CentOS 7.x 64bit"
    exit 1

it seems, the centos8 code is for centos7?
see a snipped from the update script?

any possibility to upgrade from 7 to 8 with a cwp upgrade script?
dont want to resetup many stuffs :/ teamspeak, apache/nginx/vanish edits and many more...



doesn't matter, centos 8 stream fresh needed.

350
Installation / Re: I have one SECURITY WARNING....
« on: August 23, 2020, 09:39:31 AM »
you don't have a delete button for messages/notifications?
yes exactly :D

351
PHP / Re: Is this my fault or CWP error?? imagick and php fpm issues
« on: August 23, 2020, 09:38:52 AM »
did you checked phpinfo if imagick is installed ?

352
CWP API / Re: WHMCS and CWP on CentOS 8
« on: August 23, 2020, 09:36:44 AM »
yes it will work

353
SSL / Re: Problem with AutoSSL messing with my nginx vhosts settings
« on: August 23, 2020, 09:33:16 AM »
Oh wow! So I need to make a handful dozens of templates, each used once, and also there's a conf editor but it should never be used because any change made in there will be overwritten at the first occasion anyway.

Is it really just me, or is it less than ideal, as far as straightforwardness is concerned?
that is why we've template option to retain any changes when vhost rebuilded

354
MySQL / Re: error while upgrading mariadb
« on: August 23, 2020, 09:29:49 AM »
helllo
first you need to remove any old version of mariadb 10.1 packages and then install 10.2

355
its OS hosts issue try to change the hostname

356
CentOS 7 Problems / Re: PHP version Switcher not working
« on: July 29, 2020, 06:24:48 AM »
since this is not any rpm which will install instantly we use source compile of php for better performance which take time to build.

357
Installation / Re: How do we use domain instead of ip to log in CWP?
« on: July 29, 2020, 06:23:50 AM »
it is recommended to use hostname instead of user domains.

358
CentOS-WebPanel GUI / Re: Domain caching problem
« on: July 29, 2020, 06:23:10 AM »
if https is not showing green pad lock you've mixed http and https content loading change all links to https to resolve it.

359
CentOS 7 Problems / Re: You are NOT running CWP Pro
« on: July 29, 2020, 06:22:00 AM »
can you contact support ? http://centos-webpanel.com/contact
i don't want this happens to me in future

Yes, I logged a support ticket 24 hours ago and have heard nothing back.

Pete

whats your ticket number ?

360
mm contact support for the fixing

Pages: 1 ... 22 23 [24] 25 26 ... 114