Hi,
While DA seems to be working fine, but there are somethings that I'm unable to rectify:
1. Mysql / Mariadb issue i.e I'm presuming its running in strict mode which is causing some issue with sql queries, as soon as I run following commands the issue goes away but after server reboot it comes back.
---
set session sql_mode='';
set global sql_mode='';
---
2. I've installed CloudLinux and when trying to access it in DA admin I get the following:
---
Restricted area
Your admin user doesn't appear to belong to clsudoer group. Please run the following script in order to resolve the issue:
$ /usr/share/l.v.e-manager/install-lvemanager-plugin.py -u
(Run it as the 'root' user on the server console over SSH)
---
I've tried running the command it seems to complete successfully but still the above error comes up.
3. Unable to connect to email account to send email using phpmailer class. Keeps on giving 'unable to connect" error no matter what port I try to connect i.e 465, 587, 25 etc.
4. When I try to run mysql command to get ">>" command prompt I get the following:
---
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
---
Any help to resolve above errors is appreciated.
Thank you.
Regards.
While DA seems to be working fine, but there are somethings that I'm unable to rectify:
1. Mysql / Mariadb issue i.e I'm presuming its running in strict mode which is causing some issue with sql queries, as soon as I run following commands the issue goes away but after server reboot it comes back.
---
set session sql_mode='';
set global sql_mode='';
---
2. I've installed CloudLinux and when trying to access it in DA admin I get the following:
---
Restricted area
Your admin user doesn't appear to belong to clsudoer group. Please run the following script in order to resolve the issue:
$ /usr/share/l.v.e-manager/install-lvemanager-plugin.py -u
(Run it as the 'root' user on the server console over SSH)
---
I've tried running the command it seems to complete successfully but still the above error comes up.
3. Unable to connect to email account to send email using phpmailer class. Keeps on giving 'unable to connect" error no matter what port I try to connect i.e 465, 587, 25 etc.
4. When I try to run mysql command to get ">>" command prompt I get the following:
---
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
---
Any help to resolve above errors is appreciated.
Thank you.
Regards.