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. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions