• Resolved zartgesotten

    (@wearitwell)


    Hey there,
    I really want to get this working. I am on a hosted server which probably is my problem.
    I am getting these errors on the page I inserted the shortcode (saved for later) in.

    Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /xxx/wp-content/plugins/rs-save-for-later/public/class-rs-save-for-later-public.php on line 271
    
    Warning: file_get_contents(https://xxx.de/wp-content/plugins/rs-save-for-later/public/img/save-for-later.svg): failed to open stream: no suitable wrapper could be found in /xxx/wp-content/plugins/rs-save-for-later/public/class-rs-save-for-later-public.php on line 271

    Also getting similar errors when I insert the shortcode anywhere else.
    Is there anything I can do or do I have to live with this since I have no chance to edit server settings.

    Thank you very much!
    Regards
    Anja

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter zartgesotten

    (@wearitwell)

    I read up a bit about this and it seems a bit unsecure to use allow_url_fopen. I read recommendations to use CURL instead or as a fallback for people like me!
    Might that be a solution for future versions?
    Cheers
    Anja

    Plugin Author ratkosolaja

    (@ratkosolaja)

    Hi there,

    There’s one thing that you could do, you can replace your class-rs-save-for-later-public.php file located in public folder of a plugin with this one:
    https://pastebin.com/bHx2BnsP

    I’ll find a way later to fix this issue in a better way.

    Cheers.

    Thread Starter zartgesotten

    (@wearitwell)

    Thanks for your quick reply and the new file. I am not getting errors any more but It’s not working either.
    But that’s probably due to my very special setup and I’m not blaming you! I will look into it again when I have more time.
    Thanks again!!!
    Regards
    Anja

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Getting Errors’ is closed to new replies.