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.
16
Suggestions / Create a forum section for alamalinux and rocky linux and drop all other os's?
« on: July 08, 2022, 10:40:04 AM »
This would help people be less confused?
17
Information / Re: Future of CWP?
« on: July 08, 2022, 10:35:11 AM »
Maybe using centos 8 stream is bad advice, i just installed another cwp web server using centos 8 stream now i am thinking of deleting centos 8 stream and installing rocky linux as i have 1 web server now with almalinux. This is all so confusing, CWP need to support rocky and alma linux and drop the rest?
If you use alamalinux after updating you may need to do this: http://forum.centos-webpanel.com/index.php?topic=12143.msg41887#new
Not tried rockylinux yet going to try tomorrow not enough time to do anything today, i need to reinstall the web server i setup last night using centos 8 stream as it is not long term supported i think.
If you use alamalinux after updating you may need to do this: http://forum.centos-webpanel.com/index.php?topic=12143.msg41887#new
Not tried rockylinux yet going to try tomorrow not enough time to do anything today, i need to reinstall the web server i setup last night using centos 8 stream as it is not long term supported i think.
18
CentOS-WebPanel Bugs / Re: Almalinux 8.6 phpmyadmin not working end user 2083
« on: July 08, 2022, 10:29:50 AM »
Damm, thanks for the feedback, well i will go with rockylinux and delete centos 8 stream maybe. Was following the cwp official recommendations, though for long term almalinux and rocklinux will be the best option.
19
Information / Re: Future of CWP?
« on: July 07, 2022, 10:37:01 PM »before some OS version reaches EOL there is a new version released the same was for centos 6, 7, 8
Use cwp pro don't use the free version it's basically unusable for production sites. use centos 8 then convert to to centos 8 stream, seems to be what cwp wants everyone to do.
20
Scripts / BIlling system to provision cwp hosting
« on: July 07, 2022, 10:30:35 PM »
It seems only whmcs works well with cwp, tried blesta lots of issues now trying clientexec, and doing my best not to use whmcs it is just too expensive not justified. No open source billing that supports cwp that has been updated in the past 6-12 months?
21
CentOS-WebPanel Bugs / Re: Almalinux 8.6 phpmyadmin not working end user 2083
« on: July 07, 2022, 10:28:40 PM »
Thanks for the replies appreciated, no they are too busy partying maybe Need the cwp repo for updates but a good idea if not production. Going to keep this server and spent too much time configuring it, making a new server with centos 8 stream hoping that has fewer problems, will keep almalinux cwp and work with centos 8 stream too, looking for long-term server setups.
22
CentOS-WebPanel Bugs / Re: Almalinux 8.6 phpmyadmin not working end user 2083
« on: July 06, 2022, 06:49:41 PM »
SOLVED until you do a cwp update, do not run updates in ssh as it will reinstall back to previous phpmyadmin making it not work. I can confirm its all working now, i hope someone from cwp reads this post..
https://ostraining.com/blog/coding/update-phpmyadmin/ using this method to solve issue.
Warning!
If you run:
sh /scripts/update_cwp
It will make cwp reinstall back to the broken PHPMyAdmin.
All working but an error is showing in PHPMyAdmin end user:
The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. Find out why.
Or alternately go to 'Operations' tab of any database to set it up there.
https://ostraining.com/blog/coding/update-phpmyadmin/ using this method to solve issue.
Warning!
If you run:
sh /scripts/update_cwp
It will make cwp reinstall back to the broken PHPMyAdmin.
All working but an error is showing in PHPMyAdmin end user:
The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. Find out why.
Or alternately go to 'Operations' tab of any database to set it up there.
23
CentOS-WebPanel Bugs / Re: Almalinux 8.6 phpmyadmin not working end user 2083
« on: July 04, 2022, 10:52:39 PM »
would this info help fix the issue?
https://github.com/phpmyadmin/phpmyadmin/issues/16068
williamdes commented on 10 Apr 2020
@hiimjustin000 you will have to reset the leaked passwords in the previous post because we receive notifications by email and they are archived.
Anyway $cfg['Servers'][$i]['auth_type'] = 'cookie'; should be $cfg['Servers'][$i]['auth_type'] = 'config'; to allow usage of user and password
https://github.com/phpmyadmin/phpmyadmin/issues/16068
williamdes commented on 10 Apr 2020
@hiimjustin000 you will have to reset the leaked passwords in the previous post because we receive notifications by email and they are archived.
Anyway $cfg['Servers'][$i]['auth_type'] = 'cookie'; should be $cfg['Servers'][$i]['auth_type'] = 'config'; to allow usage of user and password
24
CentOS-WebPanel Bugs / Re: Almalinux 8.6 phpmyadmin not working end user 2083
« on: July 04, 2022, 09:00:39 PM »
Should i try rockylinux? CWP had some auto error reporting and fixing script, is that still running as i never see any notifications.
25
CentOS-WebPanel Bugs / Re: Almalinux 8.6 phpmyadmin not working end user 2083
« on: July 04, 2022, 01:30:17 AM »
Related post info http://forum.centos-webpanel.com/index.php?action=profile;area=showposts;u=24872
This post is specific to almalinux.
Tried but did not work for me, restarted all services, and ran commands:
sh /scripts/mysql_phpmyadmin_update
sh /scripts/update_cwp
my config file: /usr/local/cwpsrv/var/services/pma/config.inc.php
$i++;
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/* Server parameters */
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['AllowNoPassword'] = false;
/**
* phpMyAdmin configuration storage settings.
*/
/* User used to manipulate with storage */
// $cfg['Servers'][$i]['controlhost'] = '';
// $cfg['Servers'][$i]['controlport'] = '';
// $cfg['Servers'][$i]['controluser'] = 'pma';
// $cfg['Servers'][$i]['controlpass'] = 'pmapass';
i noticed pma in that section should this be edited?
URL shows: :2087/pma/ and i see some stuff about pma above?
Tried this and did not work either:
sh /scripts/mysql_pwd_reset
Maybe it is something simple i am missing? Something you can configure in the panel GUI?
This post is specific to almalinux.
Tried but did not work for me, restarted all services, and ran commands:
sh /scripts/mysql_phpmyadmin_update
sh /scripts/update_cwp
my config file: /usr/local/cwpsrv/var/services/pma/config.inc.php
$i++;
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/* Server parameters */
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['AllowNoPassword'] = false;
/**
* phpMyAdmin configuration storage settings.
*/
/* User used to manipulate with storage */
// $cfg['Servers'][$i]['controlhost'] = '';
// $cfg['Servers'][$i]['controlport'] = '';
// $cfg['Servers'][$i]['controluser'] = 'pma';
// $cfg['Servers'][$i]['controlpass'] = 'pmapass';
i noticed pma in that section should this be edited?
URL shows: :2087/pma/ and i see some stuff about pma above?
Tried this and did not work either:
sh /scripts/mysql_pwd_reset
Maybe it is something simple i am missing? Something you can configure in the panel GUI?
26
MySQL / Re: Unable to login to phpmyadmin from cwp admin
« on: July 04, 2022, 01:27:14 AM »in next updates it will be solved.
Tried but did not work for me, restarted all services, and ran commands:
sh /scripts/mysql_phpmyadmin_update
sh /scripts/update_cwp
my config file: /usr/local/cwpsrv/var/services/pma/config.inc.php
$i++;
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/* Server parameters */
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['AllowNoPassword'] = false;
/**
* phpMyAdmin configuration storage settings.
*/
/* User used to manipulate with storage */
// $cfg['Servers'][$i]['controlhost'] = '';
// $cfg['Servers'][$i]['controlport'] = '';
// $cfg['Servers'][$i]['controluser'] = 'pma';
// $cfg['Servers'][$i]['controlpass'] = 'pmapass';
i noticed pma in that section should this be edited?
URL shows: :2087/pma/ and i see some stuff about pma above?
27
MySQL / Re: Unable to login to phpmyadmin from cwp admin
« on: July 04, 2022, 01:11:40 AM »
Also if this helps login shows :2087/pma/ in the URL for PHPMyAdmin login from end-user login from 2083 non-admin login end user.
28
CentOS-WebPanel Bugs / Almalinux 8.6 phpmyadmin not working end user 2083
« on: July 04, 2022, 12:41:39 AM »
Can only login as root for SQL no users can access PHPMyAdmin.
Any advice should i use centos 8 stream end of life in 5 years for the current version? or end of life alamlinux current versions 10 years?
For example:
Welcome to phpMyAdmin Cannot log in to the MySQL server Language English Log in Documentation mysqli::real_connect(): (HY000/1045): Access denied for user 'seosem'@'localhost' (using password: YES)
Any advice should i use centos 8 stream end of life in 5 years for the current version? or end of life alamlinux current versions 10 years?
For example:
Welcome to phpMyAdmin Cannot log in to the MySQL server Language English Log in Documentation mysqli::real_connect(): (HY000/1045): Access denied for user 'seosem'@'localhost' (using password: YES)
29
PHP / Re: Is this my fault or CWP error?? imagick and php fpm issues
« on: August 26, 2020, 02:47:43 PM »
Done this: https://wiki.centos-webpanel.com/mongodb-installation-and-management
After seeing i did not even have mongodb installed but was unaware i needed it, will update once it is resolved and explain how incase anyone else faces the same issues.
After seeing i did not even have mongodb installed but was unaware i needed it, will update once it is resolved and explain how incase anyone else faces the same issues.
30
PHP / Re: Is this my fault or CWP error?? imagick and php fpm issues
« on: August 26, 2020, 01:05:07 PM »
Could anyone provide the ssh commands for this if possible, please?