- Posts: 12
- Thank you received: 0
Support for SermonSpeaker 3.x is canceled as it is for Joomla 1.5. I will gladly assist you with minor issues but I will not fix any bugs anymore in this releases.
The fix is to upgrade to SermonSpeaker 4.x, which is better anyway.
The fix is to upgrade to SermonSpeaker 4.x, which is better anyway.
Problems with iTunes feed since upgrade
- Darren Forsdyke
- Topic Author
- Offline
- New Member
Less
More
13 Jun 2012 15:11 #2053
by Darren Forsdyke
Problems with iTunes feed since upgrade was created by Darren Forsdyke
Hi,
I have upgraded to version 3.4.3 and am now having some trouble with my iTunes feed.
I think I have narrowed it down to a few lines of strange code at the start of the feed that shouldn't be there. My feed starts:
<body onLoad="init()">
<script type="text/javascript"> jQuery.noConflict();
window.addEvent('domready',function() {});
</script>
<?xml version="1.0" encoding="utf-8" ?>
Is this correct or is this causing the problem. How do I fix this please?
My web link is www.gracechurchchichester.org.uk/index.p...monspeaker&view=feed
PHP version is 5.2.17
Thanks
Darren
I have upgraded to version 3.4.3 and am now having some trouble with my iTunes feed.
I think I have narrowed it down to a few lines of strange code at the start of the feed that shouldn't be there. My feed starts:
<body onLoad="init()">
<script type="text/javascript"> jQuery.noConflict();
window.addEvent('domready',function() {});
</script>
<?xml version="1.0" encoding="utf-8" ?>
Is this correct or is this causing the problem. How do I fix this please?
My web link is www.gracechurchchichester.org.uk/index.p...monspeaker&view=feed
PHP version is 5.2.17
Thanks
Darren
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
13 Jun 2012 15:26 #2054
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Problems with iTunes feed since upgrade
This is exactly your issue. Everything before "<?xml version="1.0" encoding="utf-8" ?>" is wrong and not allowed to be there.
It's most likely that some bad programmed plugin is responsible for this output.
Best way to figure out which one it is is to disable all non-Joomla plugins, especially the system and content ones. If the feed is then working you can enable them again and see when it will break again. Then you got the source of the problem.
If you know which plugin is responsible, post it here. Maybe I can fix it for you.
It's most likely that some bad programmed plugin is responsible for this output.
Best way to figure out which one it is is to disable all non-Joomla plugins, especially the system and content ones. If the feed is then working you can enable them again and see when it will break again. Then you got the source of the problem.
If you know which plugin is responsible, post it here. Maybe I can fix it for you.
Please Log in or Create an account to join the conversation.
- Darren Forsdyke
- Topic Author
- Offline
- New Member
Less
More
- Posts: 12
- Thank you received: 0
13 Jun 2012 15:28 #2055
by Darren Forsdyke
Replied by Darren Forsdyke on topic Re: Problems with iTunes feed since upgrade
Thanks.
I will give that a try and jet you know how I get on.
Darren
I will give that a try and jet you know how I get on.
Darren
Please Log in or Create an account to join the conversation.
- Darren Forsdyke
- Topic Author
- Offline
- New Member
Less
More
- Posts: 12
- Thank you received: 0
13 Jun 2012 15:56 #2058
by Darren Forsdyke
Replied by Darren Forsdyke on topic Re: Problems with iTunes feed since upgrade
Hi,
Yes, that has solved it.
The problem was being caused by 2 content plugins.
Content - Contact Enhanced
( ideal.fok.com.br/ )
This was adding a space before the <?xml version="1.0" encoding="utf-8" ?> and making that line not validate.
This plug-in is being used for my contact forms. I currently have version 1.5.6
Content - PiMaG - Popup Images - Movie Autosize Gallery
( pimag.be ) was adding the lines:
<body onLoad="init()">
<script type="text/javascript"> jQuery.noConflict();
window.addEvent('domready',function() {});
</script>
This plug-in displays images on the site.
This plug-in appears to no longer be supported or developed, so I will look to remove this from my site soon.
I'm using Joomla 1.5 (I need to update soon!)
Any help you can offer would be appreciated.
Thanks
Darren
Yes, that has solved it.
The problem was being caused by 2 content plugins.
Content - Contact Enhanced
( ideal.fok.com.br/ )
This was adding a space before the <?xml version="1.0" encoding="utf-8" ?> and making that line not validate.
This plug-in is being used for my contact forms. I currently have version 1.5.6
Content - PiMaG - Popup Images - Movie Autosize Gallery
( pimag.be ) was adding the lines:
<body onLoad="init()">
<script type="text/javascript"> jQuery.noConflict();
window.addEvent('domready',function() {});
</script>
This plug-in displays images on the site.
This plug-in appears to no longer be supported or developed, so I will look to remove this from my site soon.
I'm using Joomla 1.5 (I need to update soon!)
Any help you can offer would be appreciated.
Thanks
Darren
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
13 Jun 2012 16:16 #2059
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Problems with iTunes feed since upgrade
For the Contact Enhanced extension: try to upgrade to the latest release first if you subscriptions allows you to do that. Maybe Douglas already fixed it. If that's not possible you need to send me the pluginfile so I can have a look. Btw: Douglas is the author of the icons layout in SermonSpeaker
Also can you send me the gallery plugin? It doesn't look like it's available for download anymore.
You can send it to bakual@bakual.ch. Best make a zipfile of the respective folder in /plugins/content/...
Also can you send me the gallery plugin? It doesn't look like it's available for download anymore.
You can send it to bakual@bakual.ch. Best make a zipfile of the respective folder in /plugins/content/...
Please Log in or Create an account to join the conversation.
- Andrei Chernyshev
- Offline
- Translator
13 Jun 2012 16:19 #2060
by Andrei Chernyshev
Replied by Andrei Chernyshev on topic Re: Problems with iTunes feed since upgrade
also note that contact enhanced replaces email with an image, I've noticed that contact email in RSS feed was replacing email also, in older version for 2.5 Joomla. not sure about 1.5 Joomla though. this can cause iTunes to stop updating podcast.
Please Log in or Create an account to join the conversation.
Time to create page: 0.116 seconds