k-adam-e

Results 3 comments of k-adam-e

yes the solution is on Mac M1. open the parse.sh file an add exec 2>> "$DESTDIR/error.log" on line 68 an build it then the error.log is in the output dir....

@pedrosalpr Error that appears: parse.sh: line 185: /usr/local/bin/php: Operation not permitted That means php not found, what shows php -v which php in the terminal? Copy the path from "which...

@pedrosalpr ` /usr/local/bin/php: Operation not permitted` This may mean that the rights to php do not match (user / root?) or that it is not found correctly in the script...