Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question RSS feed code error - caused by Joomla Content Plugin Support = Yes

More
15 years 5 months ago #69146 by williamhystevens
I had this issues as well but did not have the plugin on.

I found my issue in this file
./libraries/bitfolge/feedcreator.php

function createFeed() {
$feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";

I simply comment out the $feed line and it worked..

Please Log in or Create an account to join the conversation.

More
15 years 5 months ago #69158 by fxstein
Joomla Content Plugin Support = YES

means that Kunena will run its content output through the Joomla plugin framework. This allows various plugin features to be used inside of Kunena posts.

However it also means that, if you have a plugin, that does something wrong or breaks, it can and will break the post output of Kunena posts.

Hope this helps!

We love stars on the Joomla Extension Directory . :-)

Please Log in or Create an account to join the conversation.

More
15 years 5 months ago - 15 years 5 months ago #72338 by gabbo
hi, my problem still persist... this is my url for my feed:


www.clubhipotecario.com.mx/rss.html


My configuration is:

This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Enabled | Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Enabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 120 seconds | Max execution memory: 96M | Max file upload: 2M

Kunena version detailled: Installed version: 1.6.0 | Build: 3620 | Version name: Spika | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: AlphaUserPoints: Installed (Version : 1.5.10) | CommunityBuilder: Installed (Version : 1.3) | Jomsocial: Disabled or not installed | UddeIm: Installed (Version : 1.9)

Plugins: System - Mootools12: Disabled | System - Mootools Upgrade: Disabled | JFirePHP: Disabled or not installed | Kunena Discuss: Disabled or not installed | Kunena Search: Disabled or not installed | My Kunena Forum Menu: Disabled or not installed

Modules: Kunena Latest: Disabled or not installed | Kunena Stats: Disabled or not installed | Kunena Login: Disabled or not installed


Message:
Error de lectura XML: declaración de texto o XML en un lugar distinto del principio de la entidad
Ubicación: www.clubhipotecario.com.mx/rss.html
Número de línea 1, columna 2: <?xml version="1.0" encoding="UTF-8"?>
-^
Last edit: 15 years 5 months ago by gabbo.

Please Log in or Create an account to join the conversation.

More
15 years 5 months ago - 15 years 5 months ago #72339 by gabbo
The solution is right!

Uncomment this line: $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n"; in the file:

libraries/bitfolge/feedcreator.php

There are like 5 or 6 lines... just uncomment it works
Last edit: 15 years 5 months ago by gabbo.

Please Log in or Create an account to join the conversation.

Time to create page: 0.307 seconds