Tagged: x
-
AuthorPosts
-
November 15, 2016 at 10:51 am #1258156
Checked App ID and Secret twice. Looked at themepunch issue with enabling wrapper.
Hosting provider provided a dump of all the wrappers enabled.
<?php var_dump(stream_get_wrappers()); ?> array(12) { [0]=> string(5) "https" [1]=> string(4) "ftps" [2]=> string(13) "compress.zlib" [3]=> string(14) "compress.bzip2" [4]=> string(3) "php" [5]=> string(4) "file" [6]=> string(4) "glob" [7]=> string(4) "data" [8]=> string(4) "http" [9]=> string(3) "ftp" [10]=> string(4) "phar" [11]=> string(3) "zip" }
Please assist and advise.
November 15, 2016 at 10:52 am #1258157This reply has been marked as private.November 15, 2016 at 12:25 pm #1258309Hi there,
This error is most likely related to your hosting server. Please refer to Themepunch (Revolution Slider developers) article on this error: http://www.themepunch.com/faq/failed-to-open-stream-5-0/
You can find a related thread – https://community.theme.co/forums/topic/revolution-slider-error-failed-to-load-stream-with-instagram-hashtag/
Thank you!
November 15, 2016 at 1:45 pm #1258389That topic is closed, and I’ve already looked over the first suggestion.
Please tell me where the php.ini file is located?
November 15, 2016 at 7:22 pm #1258757Hello There,
Thanks for writing in!
The best way to retrieve the file path would be:
1) Create simple php file called info.php with content:
<?php phpinfo(); ?>
2) Upload this file to the public_html directory or whatever your main HTML directory is called.
3) Then open this php file with your browser by typing in: http://yourdomain.com/info.php. Inside you will see path to php.ini in row called Loaded Configuration File (php.ini) Path.
Let us know how it goes.
Thanks.
-
AuthorPosts