You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2023. It is now read-only.
when running phantomjs 2.1.3 from the console it works perfect, but when I run pantomjs from PHP with shell_exec or exec it does not print anything I add 2> & 1 and it is printing me the following message. sh: 1: phantomjs: Permission denied
Which operating system are you using? ubuntu 16.04 64bits
Please provide any additional information below.
I used phantomjs 2.1.1 from php with the same command shell_exec and it worked perfect but currently 2.1.1 has a bug that did not execute some jquery and javascripts for this reason I was trying to try with 2.1.3 to see if this version does not have that bug.
please any help would be appreciated
The text was updated successfully, but these errors were encountered:
Which version of PhantomJS are you using? Tip: run
phantomjs --version
. 2.1.3-dev-releaseWhat steps will reproduce the problem?
install phantomjs 2.1.3 as follows
when running phantomjs 2.1.3 from the console it works perfect, but when I run pantomjs from PHP with shell_exec or exec it does not print anything I add 2> & 1 and it is printing me the following message.
sh: 1: phantomjs: Permission denied
Which operating system are you using? ubuntu 16.04 64bits
Please provide any additional information below.
I used phantomjs 2.1.1 from php with the same command shell_exec and it worked perfect but currently 2.1.1 has a bug that did not execute some jquery and javascripts for this reason I was trying to try with 2.1.3 to see if this version does not have that bug.
please any help would be appreciated
The text was updated successfully, but these errors were encountered: