0
I still have this message on the playlist module... Can't add any video to my playlist..
Responses (18)
-
Accepted Answer
-
Accepted Answer
0I'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 -
Accepted Answer
-
Accepted Answer
0I' 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.. -
Accepted Answer
0hello 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 -
Accepted Answer
0hello 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 -
Accepted Answer
-
Accepted Answer
0no, 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? -
Accepted Answer
-
Accepted Answer
0well, 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? -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0hello 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!! -
Accepted Answer
-
Accepted Answer
0to 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
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »