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
Updates / Re: CWP updated to 0.9.8.1156 but noting listed in control-webpanel.com/changelog
« on: May 19, 2023, 08:21:58 PM »
Same question here, and also with the last update my server get overloaded at mysql and crashed all sites. Anyone know how to revert an update?
2
Installation / Package called "This system is" showing as available for update
« on: October 12, 2022, 12:02:46 PM »
Hello people, I have a strange problem, after a setup of a new panel in a brand new server (AlmaLinux migrated then to Cloudlinux) everything (almost) is working correctly except that at the Yum Manager that alwais keep showing:
Package Name | Version | Repository | Action
This | system | is | Update
Have this ever happened to any of you?
Thanks a lot for any help.
Package Name | Version | Repository | Action
This | system | is | Update
Have this ever happened to any of you?
Thanks a lot for any help.
3
MySQL / Re: Unable to login to phpmyadmin from cwp admin
« on: July 20, 2021, 11:07:15 PM »
I can fix it checking the phpMyAdmin config file at "/usr/local/cwpsrv/var/services/pma/config.inc.php" (In my case the root password is empty)
If you dont know your mysql root password you can get it at "/root/.my.cnf" or "/usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php"
Good luck!
Code: [Select]
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'TypeHereYourMysqlRootPassword';
If you dont know your mysql root password you can get it at "/root/.my.cnf" or "/usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php"
Good luck!
4
MySQL / Re: Unable to login to phpmyadmin from cwp admin
« on: July 20, 2021, 10:29:48 PM »
I have exactly the same problem and still cant solve.
From PRO support even no replyes
From PRO support even no replyes
Pages: [1]