Unfixed
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Unfixed-
Unfixed commented,
I can make every API1/API2/UAPI call using WHM without issue with the exception of file_uploads, I get the must select a file error when I go through WHM. The script that works through 2083 is usin...
-
Unfixed commented,
$destination_dir, 'file-1' => $cf ); $ch = curl_init( $request_uri ); curl_setopt( $ch, CURLOPT_HTTPAUTH, CURLAUTH_BASIC ); curl_setopt( $ch, CURLOPT_USERPWD, $username . ':' . $password ); cur...
-
Unfixed commented,
No problem: ticket #: 7569841
-
Unfixed commented,
I get The cURL call did not return valid JSON: with that php script. I have display_errors enabled for my current PHP binary. The perl script gives me a 500 error when run in my cgi-bin. I used the...
-
Unfixed commented,
urlencode( $destination_dir ), 'file-1' => $cf ); // Set up the cURL request object. $ch = curl_init( $request_uri ); curl_setopt( $ch, CURLOPT_HTTPAUTH, CURLAUTH_BASIC ); curl_setopt( $ch, CURL...
-
Unfixed created a post,
Fileman::upload_files error
Hello, I am attempting to get uapi Fileman::upload_files to work. I get this error no matter what I use in the file-1 or dir key fields: You must specify at least one file to upload. My request l...