Page 1 of 1

vPIC Error: can't create stream

Posted: 22 Feb 2017, 18:34
by empmdk
vPIC was working great but is now giving an error for the past two days (Error: can't create stream).
There is nothing in the error log file.

Re: vPIC Error: can't create stream

Posted: 22 Feb 2017, 19:31
by support
make sure allow_url_fopen is enabled on your server

You can check this setting in Tools->Server info

in php.ini it should be

Code: Select all

allow_url_fopen=On

Re: vPIC Error: can't create stream

Posted: 23 Feb 2017, 19:00
by empmdk
I have allow_url_fopen set to on. Any other possible cause?

Re: vPIC Error: can't create stream

Posted: 23 Feb 2017, 19:45
by support
I did more tests and looks like api was changed and now we have to use new url to get details

replace attached file in modules\dashboard\actions\

let me know if it works ok now

Re: vPIC Error: can't create stream

Posted: 23 Feb 2017, 20:01
by empmdk
Perfect! It's working now, thank you very much.