I have a PHP webpage running on the local apache installation. The page uses shell_exec to access the messages/chat.db via sqlite3.
shell_exec("sudo -u ben sqlite3 ~/Library/messages/chat.db \"SELECT ...
Before Mojave I got the response correctly, but since updating to Mojave I get:
unable to open database
When running in the Terminal directly, this same issue occurs and is solved by adding Terminal to the "Full Disk Access" pane in System Preferences.
I can't figure out what I need to add for the PHP page; I've tried everything I can find... sqlite3, apachectl, php-fpm, but nothing has worked.
What do I need to add?
FYI: ben is in the sudoers file
ls
the Chat DB from PHP, does this work? – nohillside Nov 15 '18 at 13:17-u ben
back in!ls
also fails. – Ben Robinson Nov 19 '18 at 19:06