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.


Messages - ymtech

Pages: [1]
1
Other / Re: login to panel
« on: May 27, 2020, 10:39:37 PM »
Thanks for commenting, this problem is already solved and will be updated in our next new version

Hey Josemnunez, any news on this? WHMCS still doesn't automatically create a new package properly in CWP after capturing a payment successfully which is annoying...

2
Other / Re: login to panel
« on: April 19, 2020, 05:22:10 AM »
I was having the same issue so I dug into it and found that the API permissions were not correct so you need to update the API permissions you currently gave WHMCS in CWP -> API Manager. The official guide does not mention all the permissions this module for WHMCS needs.

The official guide over at http://wiki.centos-webpanel.com/whmcs-module-for-cwp-api states
Quote
Use the following permissions:
-add, edit, suspend, unsuspend and delete accounts
-edit packages
-change Password

I'd suggest that the CWP team changes the wording, as according to the cwp7.php included in the whmcs module, the correct permissions are as follows:
Quote
Account: del, susp, unsp, list, udp
Autologin: list
Change of password: udp
Packages: udp

3
Other / Re: WHMCS
« on: April 19, 2020, 05:21:14 AM »
I was having the same issue so I dug into it and found that the API permissions were not correct so you need to update the API permissions you currently gave WHMCS in CWP -> API Manager. The official guide does not mention all the permissions this module for WHMCS needs.

The official guide over at http://wiki.centos-webpanel.com/whmcs-module-for-cwp-api states
Quote
Use the following permissions:
-add, edit, suspend, unsuspend and delete accounts
-edit packages
-change Password

I'd suggest that the CWP team changes the wording, as according to the cwp7.php included in the whmcs module, the correct permissions are as follows:
Quote
Account: del, susp, unsp, list, udp
Autologin: list
Change of password: udp
Packages: udp

4
I can't rebuild vhosts as I am getting:

Notice: Undefined index: apache_template-type-default in /usr/local/cwpsrv/htdocs/resources/admin/modules/WebServers_conf.php on line 0

I get the same problem. Basically the Webservers Main Conf is useless and applies the default template to everything no matter what I select on the Webservers Main Conf page.

The only way to apply my own templates is by changing them individually by domain under Webservers Domain Conf. That works, but needs to be applied manually as the Main Conf won't let me change the default due to the Undefined index error above.

Please help!
I am using only NGINX

Pages: [1]