I am trying to install Phantom JS on shared hosting. My hosting is Hostmonster. And the process is as described pretty simple that just copy the PhantomJS binary file on the server and then u can execute it. Locally it is working perfect. But on the server it is not running. Can anyone please guide in detail.
Asked
Active
Viewed 906 times
2
-
In what ways is it not working? Bad file path? – Jonnny Jul 01 '13 at 02:09
-
1nope. The php file I run it through is working fine as I echo some messages for debugging. Messages are running before that and also after that. But the command is not being executed. It has to generate a pdf. I also checked the rights and permissions. And they r given 777 – Dharmindar Jul 01 '13 at 02:11
-
1Can you run it from the shell? – Brad Jul 01 '13 at 02:15
-
1Locally I run it through exec() function in php – Dharmindar Jul 01 '13 at 02:17
-
Have you find a solution ? I'm trying to do exactly the same thing ! – Mr Rubix Jan 15 '16 at 14:03