This Playlist is not a valid XML file.

0
I still have this message on the playlist module... Can't add any video to my playlist..
Responses (18)
  • Accepted Answer

    Friday, September 11 2009, 08:20 PM - #Permalink
    0
    I'm working on it... it seems to be a problem only on some servers. let me a bit more time... I'm doing all I can

    I'll let you know when I solve it...
    The reply is currently minimized Show
  • Accepted Answer

    Friday, September 11 2009, 08:23 PM - #Permalink
    0
    ok. Need any informations?
    The reply is currently minimized Show
  • Accepted Answer

    Friday, September 11 2009, 08:26 PM - #Permalink
    0
    I'm doing some tests. I think I have an idea of what the problem may be, but still testing.

    maybe I'll ask you to make some specific tests.

    as you can see, this problem seems to affect only to certain servers, and thats very frustrating for me as a developer, since I only have acces to one server (mine), and I cannot test what I would like to in other servers. that's why I may need your help.

    but first let me get some more ideas of what the problem might be
    The reply is currently minimized Show
  • Accepted Answer

    Friday, September 11 2009, 08:28 PM - #Permalink
    0
    Ok, I understand the matter. Hope you can solve it easily and not such in a long time! Good luck
    The reply is currently minimized Show
  • Accepted Answer

    Monday, September 14 2009, 09:28 AM - #Permalink
    0
    I' ve got the same problem on another server.. as U can see, this problem happens on www.jamyourself.com & www.jamyourself.it and those site are hosted on 2 different servers..
    The reply is currently minimized Show
  • Accepted Answer

    Monday, September 14 2009, 05:20 PM - #Permalink
    0
    hello Luca,

    you're having the same error that another user had. I think it's quite simple to solve. the error is that when your Joomla is generating the XML file for the playlist, it is adding two CSS files in it, wich are causing the XML file to be bad-formed so it dont works

    you can see it here : http://www.jamyourself.com/index.php?option=com_muscol&view=playlist&format=feed&type=xspf

    look at the source code an you will see:





    This shouldnt be here. So all we have to do is to find where is this being putted, and cut it out. I dont know exactly what file is including it... you can tru to find it by searching "plugins/system/jceutilities/css/jceutilities-217.css" on your joomla installation! (so you see the file that is including this undesired CSS!)

    hope it helps

    please tell me something! :)

    all the best
    Germi
    The reply is currently minimized Show
  • Accepted Answer

    Monday, September 14 2009, 05:21 PM - #Permalink
    0
    hello Luca,

    you're having the same error that another user had. I think it's quite simple to solve. the error is that when your Joomla is generating the XML file for the playlist, it is adding two CSS files in it, wich are causing the XML file to be bad-formed so it dont works

    you can see it here : http://www.jamyourself.com/index.php?option=com_muscol&view=playlist&format=feed&type=xspf

    look at the source code an you will see:

    xml-stylesheet href="/plugins/system/jceutilities/css/jceutilities-217.css" type="text/css"
    xml-stylesheet href="/plugins/system/jceutilities/themes/standard/css/style.css" type="text/css"


    This shouldnt be here. So all we have to do is to find where is this being putted, and cut it out. I dont know exactly what file is including it... you can tru to find it by searching "plugins/system/jceutilities/css/jceutilities-217.css" on your joomla installation! (so you see the file that is including this undesired CSS!)

    hope it helps

    please tell me something! :)

    all the best
    Germi
    The reply is currently minimized Show
  • Accepted Answer

    Monday, September 14 2009, 06:50 PM - #Permalink
    0
    I found teh file, I'm gonna send it by email. I tried to unpublish the plugin, but the error is still showing up..
    The reply is currently minimized Show
  • Accepted Answer

    Monday, September 14 2009, 07:19 PM - #Permalink
    0
    no, no... I didn't exaplin myself well.

    what I mean is that this CSS file IS BEING included on the XML file, and that should not happen

    what I want you to do is to search for the name of the file, but NOT to find the CSS file, but to find WHERE is this file being added to the XML..

    so we are looking for the file that is including the CSS, NOT the CSS itself

    do U know what I mean?
    The reply is currently minimized Show
  • Accepted Answer

    Monday, September 14 2009, 07:28 PM - #Permalink
    0
    Let's see if I've got what you are asking me: I'm supposed to search where the CSS file you said in the previous post is being loaded, so what I've to do is just to look in a file a to look for that CSS. But, where am I supposed to search that CSS????
    The reply is currently minimized Show
  • Accepted Answer

    Monday, September 14 2009, 08:02 PM - #Permalink
    0
    well, what program do you use for managing PHP files?

    nearly all programs (from Notepad to Dreamweaver) have a Search facility (usually CTRL + F or CMD + F on Mac) that lets you search through ALL DOCUMENTS in a folder.

    so all you have to do is to search for the name of the css file on you Joomla folder, and you will see every file in wich this file is being called. usually this will be just a few files.

    do you know what I mean now?
    The reply is currently minimized Show
  • Accepted Answer

    Monday, September 14 2009, 08:13 PM - #Permalink
    0
    I'm gonna try to do that, where have I to search for? All html and php files?? or also css files???
    The reply is currently minimized Show
  • Accepted Answer

    Monday, September 14 2009, 08:28 PM - #Permalink
    0
    all files inside your joomla installation

    dont worry!! the search is quick process!!! 30 seconds maximum!!! computers these days are faaaaaaaaaaaaassst!!! ;)
    The reply is currently minimized Show
  • Accepted Answer

    Monday, September 14 2009, 08:55 PM - #Permalink
    0
    I got it. I send it you in the attachment by email
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, September 15 2009, 02:50 PM - #Permalink
    0
    hello Luca,
    no, this is not the file I was looking for. This is only an XML file used to install a component that uses the css file is causing you the problems.
    this is not the file making the include...
    it should be a PHP file
    are you sure it the call to the css file is not present in any other file? it has to be!!
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, September 15 2009, 02:54 PM - #Permalink
    0
    I did the search on the root of my joomla installation... If you want i can give FTP access data so you can check it on your own.. I'm feeling a little bit worried about this problem, I'm gonna open my website on october 1, and this function it's supposed to be workin...
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, September 15 2009, 03:21 PM - #Permalink
    0
    ok, give me access, lets see what I can do
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, September 15 2009, 05:02 PM - #Permalink
    0
    to anyone reading this thread:

    if you are experiencing this problem ("This Playlist is not a valid XML file") and you are running sh404sef in your site, then you probably need to upgrade your sh404sef extension for Music Collection for the 1.5.0 version, downloadable here:

    http://www.joomlamusicsolutions.com/downloads/doc_details/36-music-collection-150-sh404sef-extension.html?lang=en
    The reply is currently minimized Show
Your Reply