skip to Main Content

Cannot execute puppeteer from php

When I try to run a Puppeteer command from PHP using the exec function, I get this error: Error: EACCES: permission denied, stat '/root/.config/puppeteer' Do you know how to resolve this problem? I tried to set the owner and the…

VIEW QUESTION

How to handle prompt in Docker Exec

I try to execute the following line: docker exec --user www-data nextcloud_docker php /var/www/html/occ db:convert-filecache-bigint which returns a prompt: This can take up to hours, depending on the number of files in your instance! Continue with the conversion (y/n)? [n]…

VIEW QUESTION
Back To Top
Search