Skip to content
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

Callbacks to livepoll server require PHP allow_url_fopen = On #1

Open
MathTV opened this issue Apr 5, 2017 · 1 comment
Open

Callbacks to livepoll server require PHP allow_url_fopen = On #1

MathTV opened this issue Apr 5, 2017 · 1 comment

Comments

@MathTV
Copy link

MathTV commented Apr 5, 2017

Depending on your PHP version, you may need enable this option in php.ini:
allow_url_fopen = On

Without this option, callbacks fails with error like:

file_get_contents(https://livepoll.SERVERNAME.com:3000/startq?aid=4&qn=1&seed=5&startt=1491422448294&now=1491422768&sig=p04bufOCMruFLS3f8bFy7PjIk9M%3D): failed to open stream: no suitable wrapper could be found in /var/www/vhosts/imathas.SERVERNAME.com/assessment/showtest.php on line 2372 {error: ""}

@MathTV MathTV changed the title Callbacks to livepoll server require PHO allow_url_fopen = On Callbacks to livepoll server require PHP allow_url_fopen = On Apr 5, 2017
@drlippman
Copy link
Owner

Glad you were able to figure out the issue :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants