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

Pages: [1]
1
PHP / Install PHP 8.X - PHP Version Switcher
« on: September 25, 2022, 01:11:56 PM »
I am updating my PHP to version 8.0.23 by option PHP Version Switcher who has in CWP panel.

It does the entire installation process, it shows build complete in the log, but it still doesn't leave the 7.4.30 version that I installed when I first installed the CWP panel.

Follows complete log that shows when you are doing the installation of PHP.

https://gist.github.com/crashzk/3aab8d8bbf94e99e3e8df8abbb558827

2
MySQL / CWP Painel Root - MySQL Error Connection
« on: October 20, 2021, 02:47:38 AM »
Today I started getting the following error on my CWP:
Code: [Select]
Warning: mysqli_connect(): (HY000/2002): Connection refused in /usr/local/cwpsrv/htdocs/resources/admin/include/functions.php on line 0

Warning: mysqli_connect(): (HY000/2002): Connection refused in /usr/local/cwpsrv/htdocs/resources/admin/include/functions.php on line 0

Warning: mysqli_connect(): (HY000/2002): Connection refused in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0

Warning: mysqli_connect(): (HY000/2002): Connection refused in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0


Trying to start mysql server, please wait!
Try to restart Control Web Panel with command: sh /scripts/restart_cwpsrv

**Check your MySQL root password in: /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php and /root/.my.cnf


Warning: mysqli_error() expects exactly 1 parameter, 0 given in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0
Could not connect:

I've already tried running the command he quotes.

Code: [Select]
Trying to start mysql server, please wait!
Try to restart Control Web Panel with command: sh /scripts/restart_cwpsrv

But nothing, same error yet.

I also checked the MySQL Root Password:
Code: [Select]
**Check your MySQL root password in: /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php and /root/.my.cnf

How can I fix it? All my clients are offline as they don't have access to the MysQL database.

3
MySQL / Start MySQL server, please wait
« on: July 13, 2021, 01:11:42 PM »
CWP stopped working, I try to access the admin panel, root access got the following error:
Code: [Select]
Warning: mysqli_connect(): (HY000/2002): Connection refused in /usr/local/cwpsrv/htdocs/resources/admin/include/functions.php on line 0

Warning: mysqli_connect(): (HY000/2002): Connection refused in /usr/local/cwpsrv/htdocs/resources/admin/include/functions.php on line 0

Warning: mysqli_connect(): (HY000/2002): Connection refused in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0

Warning: mysqli_connect(): (HY000/2002): Connection refused in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0


Trying to start mysql server, please wait!
Try to restart CentOS Web Panel with command: sh /scripts/restart_cwpsrv

**Check your MySQL root password in: /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php and /root/.my.cnf


Warning: mysqli_error() expects exactly 1 parameter, 0 given in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0
Could not connect:

I've already run the command sh /scripts/restart_cwpsrv to restart mysql server, but nothing to go.

4
Installation / Doubts with installation | phpByAdmin
« on: January 29, 2021, 11:30:30 PM »
I did the CWP installation, in this case again from scratch to correct errors I made during the first installation, now everything is fine, but I noticed an error, so I believe, in phpMyAdmin:

https://prnt.sc/xu3u6i

As you can see in the print I have a database created, everything works fine, but this access I made in phpMyAdmin was by root, so it shows all databases, but before it showed users' databases inside a folder so to speak as his username, and inside this folder it showed his databases, something like the postfix database.

Any way to fix it? Do you leave the databases inside a folder with his username? This makes it easier to find databases.

5
MySQL / PhpMyAdmin | Configuration storage is not completely configured
« on: January 28, 2021, 02:46:54 AM »
All users I am adding to the CWP are having problems when creating a mysql database.

Can do the whole process, but always shows an error that he needs to finalize a phpMyAdmin configuration, here's a print: https://prnt.sc/xqfy3l

Clicking to know more about this error I have this: https://prnt.sc/xqg6k6

Problem would be that when root access this error does not exist, everything is fine. Would there be any way to fix it for all the users you have on the CWP?

6
Installation / Installation questions
« on: January 27, 2021, 01:45:40 PM »
I installed CWP on CentOS 7 following the tutorial on the website: https://control-webpanel.com/installation-instructions

Installation completed and almost everything is working, but a doubt appeared, I put that the VPS where I installed the CWP pointed to my domain: http://zkservidores.com/

It worked, I go to the link to show a simple HTML page that I did just for testing.

However, if I enter the site via the VPS IP, it shows a standard CWP page: http://31.220.52.44/

My question would be, shouldn't the IP as well as the domain show the same page?

About root access, shouldn't you also create a personal folder with the name root, something like that?

Currently there is only the user that I created and put a domain in, and nothing else, shouldn't there be a folder when installing CWP with the name root/admin of the root user in this case?

https://prnt.sc/xpoktg

7
E-Mail / I don't receive emails | Relay access denied
« on: January 25, 2021, 03:27:11 AM »
I'm having trouble receiving emails in the email accounts I created at the host, when I try to send an email to any of the emails I created at the host I always get the error:

Code: [Select]
Undeliverable message

The message could not be delivered to contato@zkservidores.com because the remote server configuration is incorrect. See the technical details below for more information.

The remote server's response was:
454 4.7.1 <contato@zkservidores.com>: Relay access denied

I've tried to send emails from Gmail, Outlook, email programs that come on Windows and CWP's own Webmail and always the same error.

From webmail, logged into one of the emails I created at the hosting, I can send emails normally, I just don't get emails at all.

I've tried everything and nothing, I've tried several fixes on the internet and nothing. How can I fix this?

Pages: [1]