Test failed (no permission)
-
Hi,
I used your plugin in almost 5 website and all works great!Today I had an issue with a new website, I’m unable to convert images.
I asked to host support and they said “ask to developer first” π
This is what happens:
Result: Failure
Message: None of the cwebp files located can be executed. All failed with return code 126 (permission denied)
Conversion log:
Converter set to: cwebp*WebP Convert 2.1.4* ignited.
– PHP version: 7.2.22
– Server software: Apache/2.4.41 (cPanel) OpenSSL/1.0.2t mod_bwlimited/1.4Cwebp converter ignited
Options:
————
The following options have been set explicitly. Note: it is the resulting options after merging down the “jpeg” and “png” options and any converter-prefixed options.
– source: /home/user/public_html/wp-content/plugins/webp-express/test/test-pattern-tv.jpg
– destination: /home/user/public_html/wp-content/webp-express/webp-images/doc-root/wp-content/plugins/webp-express/test/test-pattern-tv.jpg.webp
– default-quality: 70
– encoding: “auto”
– low-memory: true
– log-call-arguments: true
– max-quality: 80
– metadata: “none”
– method: 6
– near-lossless: 60
– quality: “auto”
– use-nice: true
– command-line-options: “”
– try-common-system-paths: true
– try-supplied-binary-for-os: trueThe following options have not been explicitly set, so using the following defaults:
– alpha-quality: 85
– auto-filter: false
– preset: “none”
– size-in-percentage: null (not set)
– skip: false
– rel-path-to-precompiled-binaries: *****
————Encoding is set to auto – converting to both lossless and lossy and selecting the smallest file
Converting to lossy
Locating cwebp binaries
No cwebp binaries where located in common system locations
Checking if we have a supplied binary for OS: Linux… We do.
We in fact have 3
A total of 3 cwebp binaries where found
Detecting versions of the cwebp binaries found (and verifying that they can be executed in the process)
Executing: /home/user/public_html/wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Binaries/cwebp-linux-1.0.2-shared -version
Exec failed (return code: 126)
PS: Return code 126 means “Permission denied”. The user that the command was run with does not have permission to execute that binary.
Executing: /home/user/public_html/wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Binaries/cwebp-linux-1.0.2-static -version
Exec failed (return code: 126)
PS: Return code 126 means “Permission denied”. The user that the command was run with does not have permission to execute that binary.
Executing: /home/user/public_html/wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Binaries/cwebp-linux-0.6.1 -version
Exec failed (return code: 126)
PS: Return code 126 means “Permission denied”. The user that the command was run with does not have permission to execute that binary.**Error: ** **None of the cwebp files located can be executed. All failed with return code 126 (permission denied)**
What can I ask to host support to check?
Thank you
The topic ‘Test failed (no permission)’ is closed to new replies.