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
Migration from other control panels / Re: Migrate Cpanel accounts to CWP though new feature
« on: August 22, 2019, 04:20:03 PM »
Hello,
We located how to solve this problem, we needed to execute the command below on CWP terminal:
ssh-copy-id user@server_ip_address
Regards
We located how to solve this problem, we needed to execute the command below on CWP terminal:
ssh-copy-id user@server_ip_address
Regards
2
Migration from other control panels / Re: Migrate Cpanel accounts to CWP though new feature
« on: August 22, 2019, 03:59:12 PM »
Hello,
We identified two errors on php-fpm.log on directory /usr/local/cwp/php71/var/log, the errors are:
1st: child 710 said into stderr: "stdin: is not a tty"
2nd: child 27323 exited with code 0 after 885.692552 seconds from start
Someone can help us with this problems?
Regards
We identified two errors on php-fpm.log on directory /usr/local/cwp/php71/var/log, the errors are:
1st: child 710 said into stderr: "stdin: is not a tty"
2nd: child 27323 exited with code 0 after 885.692552 seconds from start
Someone can help us with this problems?
Regards
3
Migration from other control panels / Re: Migrate Cpanel accounts to CWP though new feature
« on: August 22, 2019, 12:58:26 PM »
Hello,
We disabled the firewall in both servers and create a API token with total access, but the problem continue, the Cpanel server password has dot character (.), this can be the problem?
Thanks for reply
Regards
We disabled the firewall in both servers and create a API token with total access, but the problem continue, the Cpanel server password has dot character (.), this can be the problem?
Thanks for reply
Regards
4
Migration from other control panels / Migrate Cpanel accounts to CWP though new feature
« on: August 21, 2019, 10:06:19 PM »
Hello,
We updated CWP today and we found the new feature "Migrate all Cpanel server accounts", but when we putting all infomation needed on camps and clicked in Test and Save we got the failed message "Connection not reached The following error occurred", someone can help me please?
The information used in camps are correct and we are use CWP Pro version
Regards
We updated CWP today and we found the new feature "Migrate all Cpanel server accounts", but when we putting all infomation needed on camps and clicked in Test and Save we got the failed message "Connection not reached The following error occurred", someone can help me please?
The information used in camps are correct and we are use CWP Pro version
Regards
5
CWP API / Re: Problem to login in User panel on CWP
« on: August 17, 2019, 02:14:48 PM »The problem was solved with command line below:
chown -R root:root /tmp
chmod 777 -R /tmp
6
CWP API / Re: Problem to login in User panel on CWP
« on: August 16, 2019, 09:19:01 PM »
The problem was solved with command line below:
NOTE: With first command line, probably your admin access will shown error in access you will need save the old MySQL root password.
sh /usr/local/cwpsrv/htdocs/resources/scripts/mysql_pwd_reset
chown -R root:root /tmp
chmod 777 -R /tmp
systemctl start mysql
sudo vi /root/.my.cnf > change the password line with old password
sudo vi /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php > change the password line with old password (ONLY CHANGE $db_pass variable)
NOTE: With first command line, probably your admin access will shown error in access you will need save the old MySQL root password.
sh /usr/local/cwpsrv/htdocs/resources/scripts/mysql_pwd_reset
chown -R root:root /tmp
chmod 777 -R /tmp
systemctl start mysql
sudo vi /root/.my.cnf > change the password line with old password
sudo vi /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php > change the password line with old password (ONLY CHANGE $db_pass variable)
7
CWP API / Problem to login in User panel on CWP
« on: August 15, 2019, 07:10:07 PM »
Hello,
I am with problem to login in user panel on CWP, I identified in php-fpm.log file on /usr/local/cwp/php71/var/log/php-fpm.log directory the error below, anyone know what is this error and how can I resolve it?
Error message I got: "ErrorException: Trying to get property of non-object in /usr/local/cwpsrv/var/services/user_api/v1/app/routes/api.php:0"
Browser console error: SyntaxError: JSON.parse: unexpected end of data at line 1 column 1 of the JSON data
I am with problem to login in user panel on CWP, I identified in php-fpm.log file on /usr/local/cwp/php71/var/log/php-fpm.log directory the error below, anyone know what is this error and how can I resolve it?
Error message I got: "ErrorException: Trying to get property of non-object in /usr/local/cwpsrv/var/services/user_api/v1/app/routes/api.php:0"
Browser console error: SyntaxError: JSON.parse: unexpected end of data at line 1 column 1 of the JSON data
Pages: [1]