Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Author TM

    (@realtm)

    Hi anna1279,

    It could be something with your server. I have to investigate the error. Sorry about that. As you can see the data is available:

    https://api.soundcloud.com/users/mosart212/tracks.xml?client_id=9rD2GrGrajkmkw5eYFDp2g

    I will investigate that next week. Cheers

    Plugin Author TM

    (@realtm)

    It seems that your server is using php4. My plugin is running on php5 but I will try to make it backward compatible next week. Or maybe not….

    Thank you for the feedback

    Thread Starter anna1279

    (@anna1279)

    Thanks for your speedy feedback! I just upgraded our server to php5 and it isn’t working yet but maybe the php change hasn’t kicked in yet. Hopefully that will work… I will keep you posted. Thank you again for the support!

    Plugin Author TM

    (@realtm)

    You’re welcome, I’ve just released that plugin so I’m keeping a close eye on feedbacks and potential bugs. You might need to restart apache or the server to have this update working. Hope it will work.

    Thread Starter anna1279

    (@anna1279)

    Okay, so still no change with the error messages after I have changed the WP theme (thinking maybe that was the conflict) as well as also checking that we are using PHP5 as we had previously discussed. Any thoughts on what I should do now?

    I am having the same error message, and I’m running PHP5. My server currently has allow_url_fopen disabled. Any workarounds, short of enabling allow_url_fopen?

    Plugin Author TM

    (@realtm)

    Ok, I will investigate. I might need some details, I let you know. Thanks you

    Plugin Author TM

    (@realtm)

    And by the way, this error occurs in the ‘Option page’ and the ‘soundcloud is gold tab’ but the plugin should still retains your username and default settings (colors, etc…) from the option page. That mean you can still use the plugin shortcode manually like explained in the ‘description’, I know it’s not as good but at least you can post tracks to your website while still using the your custom default settings and such.

    Plugin Author TM

    (@realtm)

    So,

    I don’t think that there is workaround allow_url_fopen but you should be able to set that manually in the .htaccess file.

    The .htaccess should already exist in you wordpress install, if it doesn’t you can create it. This file should be able to change this setting just for the folder it’s in aka your wordpress install.

    This file is hidden, so:
    You first have to download it with ftp, rename it htaccess.txt (delete the dot at the beginning, this means hidden). You will have to do the renaming through the software you used for ftp (fileZilla is good). Add those this line at the end:

    php_value allow_url_fopen 1

    Save it, rename it .htaccess (through ftp software), upload.

    I have no guaranty this will work and if you’re not used to mess with this file be very careful.

    Also the problem could be related to how your server runs php (apache module vs cgi/fcgi). That might be fixable trough ini_set() but not sure.

    Plugin Author TM

    (@realtm)

    If that doesn’t work ask your host to enable allow_url_fopen. If that doesn’t work, well we’ll see…

    Hi I’m having the same issue and I’m very reluctant to go messing with the file names as I’m just learning while I create my first site. Any update on this issue?

    Plugin Author TM

    (@realtm)

    Hi venusberg,

    I will know more in a bit more than a week but it’s very likely that this is related to a server settings. Maybe contact your server admistrator or host and ask them if ‘allow_url_fopen’ is enable. Actually that would be very helpfull for me to know that as that would narrow down the issue.

    Cheers

    Cool, thanks for the swift reply!
    I’ll try to figure out who I should be asking!

    aisling @ venusberg

    Plugin Author TM

    (@realtm)

    I’ve spoked to the php Oracle (https://www.karlrixon.co.uk/) and a solution is on it’s way ??

    Plugin Author TM

    (@realtm)

    Here we go, the latest version (1.0.3.1) should fix this problem. Please let me know if that didn’t worked.

    Cheers!

    ps: Even if you’re not using it anymore it would be great if you could test it as well.

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘[Plugin: SoundCloud Is Gold] Warning Messages and Cannot Connect to SoundCloud Account’ is closed to new replies.