Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author bridgetwes

    (@bridgetwes)

    Looks like your php configuration does not allow remote file opens. You need to add the following line to the PHP code either at the top of the page or to the plugin.

    ini_set(‘allow_url_fopen’, ‘on’);

    Do you know enough php to figure out where to put this line?

    Plugin Author bridgetwes

    (@bridgetwes)

    Actually, you should be able to uncomment line 30 in your /wp-content/plugins/petfinder-listings/petfinder-listings.php file. That does the same thing. I’ll leave that uncommented when I upgrade the plugin so you don’t have to worry about upgrading.

    Thread Starter xzyla

    (@xzyla)

    I replaced //ini_set(“allow_url_fopen”, true); with
    //ini_set(‘allow_url_fopen’, ‘on’); with no luck

    I am not well versed in php

    Plugin Author bridgetwes

    (@bridgetwes)

    delete the // from that line.

    // tells php to ignore anything behind it on the same line.

    Thread Starter xzyla

    (@xzyla)

    I deleted the slashes but it did not seem to make a difference. Can you send me a fresh file? My email is [email protected]

    Thank you.

    Plugin Author bridgetwes

    (@bridgetwes)

    I sent you a new file.

    Thread Starter xzyla

    (@xzyla)

    I received it and replaced the file via ftp, but have the same results. I even changed the server php version to 5.6 but no success.

    https://youluckydogrescue.org/adoptables-new

    Thread Starter xzyla

    (@xzyla)

    Well, wait a minute. Right after I sent the message, I noticed it works.

    GENIUS plugin! I can’t thank you enough for your support.

    Happy New Year!

    Plugin Author bridgetwes

    (@bridgetwes)

    I’m glad you got it working! Happy New Year to you also.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘xml load error’ is closed to new replies.