-
Notifications
You must be signed in to change notification settings - Fork 432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Twig_Loader_String Error #84
Comments
I'm having the same problem. Not sure where or how to fix this. Am switching to v3 for now to see if it works under v3. |
If I switch to "jonnyw/php-phantomjs": "3.*" in composer.json, I get this error: Not quoting the scalar "@phantomjs.procedure.procedure_factory" starting with "@" is deprecated since Symfony 2.8 and will throw a ParseException in 3.0. |
Sorry for the lateness on this, have been on holiday. Will release a fix for this in the morning (GMT). |
Thanks. Can you please comment when done so I get an email on it? I appreciate the quick fix! Wade |
This has been patched in v4.3.1. Let me know how you get on. |
Hi Jonnnyw, I updated and it doesn't give me those errors anymore, but it is also not saving the screen capture. The bin dir is 777 permissions with the same owner as the rest of the laravel app. Any suggestions? |
Running under ubuntu in a vagrant environment. Wade Here's my code: ` $client = Client::getInstance();
|
Ok, more information: sh: 1: ../bin: Permission denied However, the permissions for that directory are set to 777 |
I would set your bin path to an absolute path not a relative 1 |
Tried that too. |
I have tried setting the bin path the /usr/bin (location phantomjs was installed to with an apt-get) and /vagrant/bin |
Closing this ticket as the original issue is fixed. Please refer to the other tickets for your additional issue. |
Hello,
I just updated my composer.json file from php-phantomjs version 3.* to version 4.* and am now getting the following error when using phantomjs:
Any help on how to fix this would be greatly appreciated.
Thanks,
Matt
The text was updated successfully, but these errors were encountered: