Problem with commands in PHP #448
lortega14
started this conversation in
Development
Replies: 1 comment 4 replies
|
Profiles are stored at the user level, I assume your PHP is running as a different user. You can use the --noprofile option to specify settings on the command line instead of using a profile. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, I wanted to implement NAPS2 console on Ubuntu with PHP by executing a command from the PHP code, but for some reason, I get a response saying that I am not selecting the profile or that it is ambiguous, and it doesn't detect the profiles when I run the command in PHP. However, when I execute it in the terminal, it scans without any issues. Any help?
Best regards.
All reactions