vPIC Error: can't create stream

Post Reply
empmdk
Posts: 157
Joined: 21 Nov 2016, 05:56
Name: Brandon Ramey

vPIC Error: can't create stream

Post 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.
User avatar
support
Site Admin
Posts: 6147
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: vPIC Error: can't create stream

Post 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
empmdk
Posts: 157
Joined: 21 Nov 2016, 05:56
Name: Brandon Ramey

Re: vPIC Error: can't create stream

Post by empmdk »

I have allow_url_fopen set to on. Any other possible cause?
User avatar
support
Site Admin
Posts: 6147
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: vPIC Error: can't create stream

Post 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
Attachments
vpic.php
(3.65 KiB) Downloaded 297 times
empmdk
Posts: 157
Joined: 21 Nov 2016, 05:56
Name: Brandon Ramey

Re: vPIC Error: can't create stream

Post by empmdk »

Perfect! It's working now, thank you very much.
Post Reply