chamithlkml
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by chamithlkml-
chamithlkml created a post,
cPanel api2 MysqlFE::listdbs returns only first mysql database
Hi, Test cPanel account has got 3 mysql databases. But when I try with cPanel api2 MysqlFE::listdbs, it returns only the first database always. This was reproduced for few other cPanel accounts too...
-
chamithlkml commented,
Thanks for the response Michael. Suspicious part of cPanel error log is as follow: info [cpanellogd] New bandwidth database metadata: greentechgroup.homemagonline.ca_hourly_http_interpolation_end_...
-
chamithlkml created a post,
MySQL access host is not applied to existing db users
Hi, I tried adding an external host as MySQL access host for a cPanel user account via the cPanel API UAPI Mysql::add_host and then API2 MysqlFE::authorizehost. In both scenarios, ip and host are s...
-
chamithlkml commented,
Thanks for the information David. I have a working plugin for cPanel's x3 and paper lantern themes. It seems we need to verify whether the plugin Icon appears in the FlatPanel theme once it appears...
-
chamithlkml created a post,
How to access root's non volatile data in cpanel user account
Hi, My cPanel plugin needs some configuration parameters and they are set via WHM. I need to access those configuration parameters inside the plugin files via cPanel user account. Please let me kno...
-
chamithlkml created a post,
How to create plugin for FlatPanel Theme
Hi, Please send me the links to documentation on how to create plugins for cPanel's FlatPanel theme. Thanks - Chamith
-
chamithlkml created a post,
cPanel API 2 MysqlFE::createdbuser does not work for WHM version 11.48.0
Hello, I have been using MysqlFE::createdbuser for creating mysql db user for a given database. I was working fine for WHM version < 11.48. But after upgraded into WHM 11.48, this api fails. PHP C...
-
chamithlkml created a post,
Following Hooks are not fired through cPanel activities
Hi, I was trying to implement following hooks and found they are not triggered by relative cPanel activity. Please help me to figure out why is that and a solution for the issues. [LIST] mysql::up...
-
chamithlkml commented,
It seems any of ftp hooks are not triggered by cPanel ftp functionalities.
-
chamithlkml created a post,
Ftp::delftp hook doesn't fire
Hi, I'm trying to implement the hook for Ftp::delftp. So I created a php script and placed at /usr/local/cpanel/hooks/ftp/delftp and gave chmod 755 permissions. Then executed /usr/local/cpanel/bin/...