cosmin.balanean
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by cosmin.balanean-
cosmin.balanean commented,
That was it: This function uses the parameter 'dbuser', not 'name'. @cPanelTJ Thank you
-
cosmin.balanean commented,
I'm not sure what you mean... The API is $cpanelApiEndpoint = 'https://my-awesome-app.com:2083/json-api/cpanel'; $cpanelUsername = 'rightUsername; $cpanelPassword = 'rightPassword'; $d...
-
cosmin.balanean commented,
The code I provided has the name declared in line 8. I also tried: $requestData = array( 'cpanel_jsonapi_version' => 2, 'cpanel_jsonapi_module' => 'MysqlFE', 'c...
-
cosmin.balanean created a post,
Create database user
Hi guys, Any ideas why this code creates a database, but doesn't creat the user. It throws the error: The "name" argument cannot be empty. at /usr/local/cpanel/Cpanel/MysqlFE.pm line 437 The file...