unable to execute phantomjs from within my CI3 app |
The path is wrong in your command. According to your previous post, the app folder is in ~/rst/RST/, not in / (the root of the file system). So your command should be something like this:
phantomjs --ignore-ssl-errors=true ~/rst/RST/app/vendor/koolreport/export/pdf/pdf.js ... |
Messages In This Thread |
unable to execute phantomjs from within my CI3 app - by richb201 - 12-09-2021, 07:47 AM
RE: unable to execute phantomjs from within my CI3 app - by includebeer - 12-09-2021, 05:57 PM
RE: unable to execute phantomjs from within my CI3 app - by richb201 - 12-15-2021, 05:09 PM
RE: unable to execute phantomjs from within my CI3 app - by includebeer - 12-19-2021, 08:56 AM
|