anjalimetclouds
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by anjalimetclouds-
anjalimetclouds commented,
Hi, The command is working and $? is returning value. But the problem is that when I run the command and get the exit code manually, it returns 100 and when I try to run the same command in my plu...
-
anjalimetclouds created a post,
Plugin development : qx command, wrong exit value
Hi, In my plugin, I would like to run a command capture its exit value. Given below is my code. $result = qx{yum check-update}; $exitcode = $?; There is updates in server so the exit value shoul...
-
anjalimetclouds created a post,
Plugin development : form action not working
Hi, I am trying to develop a plugin. I have created a cgi script to show a form. But on submitting, the action is not working. Getting the following error. No response from subprocess: The subpro...
-
anjalimetclouds commented,
]Hello :) To clarify, do you still receive that error message after following those instructions? Thank you. Yes. I am still getting the following error when I run the .conf file. user root do...
-
anjalimetclouds commented,
Thanks for the link. I have followed the steps from https://documentation.cpanel.net/display/SDK/Guide+to+WHM+Plugins.
-
anjalimetclouds created a post,
whm plugin creation error - user root does not exist
Hello, I am trying to create a sample whm plugin. While running my .conf file, I got the following error. user root does not exist, skipping application configuration at ./hello.conf Please hel...