Recent Topics

1 Mar 31, 2016 21:13    

Hi,
this morning suddenly my comment feed with the URL http://ednong.de/blogs/index.php?tempskin=_rss2&disp=comments
is not readable.

This error occurs:

This page contains the following errors:


15 at column 205: Opening and ending tag mismatch: span line 0 and a
Below is a rendering of the page up to the first error.

And below follows this:

eds blog - Neueste Kommentare http://ednong.de/blogs/index.php?disp=comments de-DE http://backend.userland.com/rss 60 ednong [Mitglied] in Antwort auf: Wer auf sowas Wert legt, braucht hier nicht einzukaufen! Thu, 31 Mar 2016 14:26:56 +0000

My questions:

  1. What can I do to repair this?
  2. In which file line 15 at column 205 seems the error?
  3. Why there is the domain "userland" in the feed?

Thanks for your help.

2 Apr 01, 2016 03:17

Small tag mismatch bug.
Please check the file inc\users\model\_user.class.php , at line 1508:
Change the code from

$link_login = '<span class="'.$params['login_class'].'">'.$link_login.'</a>';

to
$link_login = '<span class="'.$params['login_class'].'">'.$link_login.'</span>';

3 Apr 02, 2016 14:05

@ednong

  1. Did the @haharen suggestion solve the problem? *
  2. The line and column reference is for the generated XML document, so the problem is not with a particular file inside b2evolution but with the content of the XML file itself or with the way as that file is generated.
  3. http://backend.userland.com/rss is just a link to a RSS 2.0 Specification reference page.
  • Thanks @haharen, that issue is already fixed in the release branch.

4 Apr 03, 2016 04:26

I will try it tomorrow.

Thanks
ed

5 Apr 03, 2016 16:07

Tested.
Yes, it works.
Thanks to haharen.


Form is loading...