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 - Igor S.

Pages: 1 ... 21 22 [23] 24 25 ... 95
331
Hi, read the forum and wiki http://wiki.centos-webpanel.com/

332
CentOS 7 Problems / Re: pro for PHP Upgrade?
« on: September 11, 2020, 10:25:25 AM »
I guess you have some errors when you trying to rebuild PHP. Check the rebuild's log file

333
CentOS 7 Problems / Re: Yum Manager "no such file or directory"
« on: September 11, 2020, 10:24:24 AM »
Try to delete selinux-policy-minimum since is not use.

334
Updates / Re: BUG on CWP version: 0.9.8.1002
« on: September 11, 2020, 10:17:32 AM »
Try to update CWP with /scripts/update_cwp

335
Updates / Re: Update MariaDB-server and phpMyAdmin
« on: September 11, 2020, 10:16:28 AM »
Hi, @BBS
Make the SQL databases backup, log in to SSH and try next things:
1. Delete MariaDB-server
Code: [Select]
yum remove MariaDB-server2. Install the new one
Code: [Select]
yum -y install MariaDB-server3. Update your databases:
Code: [Select]
systemctl restart mariadb
mysql_upgrade

If you unable to start the MariaDB server you will have to talk to a system administrator of your server.

336
Updates / Re: Updating Apache to current version?
« on: September 11, 2020, 10:12:21 AM »
Hi, in a future release will be added 2.4.46

337
Nginx / Re: Nginx & Varnish & Apache + php-fpm - 502 Bad Gateway
« on: September 05, 2020, 06:51:47 AM »
It seems like you must have something running on port  9980 (https://127.0.0.1:9980). Check the nginx configuration, I guess you have a manually changes.

338
Nginx / Re: Websocket ssl on nginx
« on: September 05, 2020, 06:50:11 AM »
What exactly do you trying to do and for what?

339
Nginx / Re: NGINX Reverse Proxy - conflicting server name
« on: September 05, 2020, 06:49:04 AM »
Hi, this is just a warning and you can ignore it. Nothing serious there

340
Information / Re: how to reinstall cwp pro?
« on: September 04, 2020, 11:08:55 AM »
Hi, try to run the script /scripts/mysql_pwd_reset . I guess you have changed the MySQ root password.

341
Information / Re: No SSL on http://forum.centos-webpanel.com/
« on: September 04, 2020, 11:06:57 AM »
Hi, just use the address https://forum.centos-webpanel.com/ .

342
E-Mail / Re: Server Error: STATUS
« on: August 27, 2020, 06:37:23 AM »
hmmm, if you have the problem with one account only, try to recreate the account.

343
E-Mail / Re: Mail SSL Cert problem
« on: August 27, 2020, 06:34:14 AM »
Hi, just try to reinstall the SSL via Server Settings -> Change hostname
I guess something went wrong and the certificate was deleted or replaced with the self-signed one.

344
MySQL / Re: error after mariadb upgrade
« on: August 27, 2020, 06:18:42 AM »
Hi, I would recommend using a competent system admin help to fix it.
So, if you understand what exactly you doing you try to fix it with the command below:

Code: [Select]
cd /var/lib/mysql/
mv ib_logfile0 ib_logfile0_OLD
mv ib_logfile1 ib_logfile1_OLD
systemctl restart mariadb
If MariaDB has been started then use the command below:
Code: [Select]
mysql_upgradeif MariaDB has not been started the you have to ask a sysadmin to check that.

345
MySQL / Re: Database error frequently
« on: August 27, 2020, 06:13:46 AM »
Hi, first of all, you must check the config from the console by using mysql command.
Second, you must check the MariaDB log file (the path depends your configuration)

Pages: 1 ... 21 22 [23] 24 25 ... 95