Hi,
Two cpanel Api2 hooks are not working
1) Api2::Park::park => Not working
2) Api2::Park::unpark => Not working
How to generate this issue ?
1) Create a test hook script and add it as follows,
2) Now enable the debug mode from whm ->tweak settings ,so that you can see the logs
3) Login to cpanel and try to add an Alias . You can see the hooks not executing or sending any data to the hook scripts STDIN
I am on cpanel 11.59.9999.78
IMP : Any one one use hooks for the above two functions there applications won't work. Please forward this request to the concerned developers
Two cpanel Api2 hooks are not working
1) Api2::Park::park => Not working
2) Api2::Park::unpark => Not working
How to generate this issue ?
1) Create a test hook script and add it as follows,
Code:
/usr/local/cpanel/bin/manage_hooks add script /path//parkdomain.pl --category=Cpanel --event=Api2::Park::park --escalateprivs=1 --stage=post --manual
3) Login to cpanel and try to add an Alias . You can see the hooks not executing or sending any data to the hook scripts STDIN
I am on cpanel 11.59.9999.78
IMP : Any one one use hooks for the above two functions there applications won't work. Please forward this request to the concerned developers