Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1258156

    addwirecom
    Participant

    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.

    #1258157

    addwirecom
    Participant
    This reply has been marked as private.
    #1258309

    Rupok
    Member

    Hi 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!

    #1258389

    addwirecom
    Participant

    That topic is closed, and I’ve already looked over the first suggestion.

    Please tell me where the php.ini file is located?

    #1258757

    Prasant Rai
    Moderator

    Hello 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.

    http://prntscr.com/d7t7c1

    Let us know how it goes.

    Thanks.