Page 1 of 1

[solved] s9y 1.4-alpha1 syndication plugin?

Posted: Thu Nov 06, 2008 2:36 pm
by u1amo01
Hi,
when I try to validate my blog, there are some errors. Looks like the syndication plugin sets a <ul> at the beginning and no </ul> at the end.

Any hints? Thank you :-)

http://validator.w3.org/check?uri=http% ... or%2F1.591

Re: s9y 1.4-alpha1 syndication plugin?

Posted: Thu Nov 06, 2008 2:52 pm
by garvinhicking
Hi!

Good catch! I fixed this in SVN, will be in the next snapshot.

http://svn.berlios.de/viewcvs/serendipi ... 7&view=rev

Regards,
Garvin

Posted: Thu Nov 06, 2008 3:07 pm
by u1amo01
Wow. That was fast.

Hmm, I've replaced the old with the new plugin_internal.inc.php and now I'll get

Code: Select all

Parse error: syntax error, unexpected T_CLASS, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}
Any thing else to do?

Posted: Thu Nov 06, 2008 3:09 pm
by u1amo01
u1amo01 wrote:Wow. That was fast.

Hmm, I've replaced the old with the new plugin_internal.inc.php and now I'll get

Code: Select all

Parse error: syntax error, unexpected T_CLASS, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}
Anything else to do?

Posted: Thu Nov 06, 2008 3:11 pm
by garvinhicking
Hi!

Ah, stupid me. I've submitted a new patch at the SVN location. I used ?> instead of <?php :)

Regards,
Garvin

Posted: Thu Nov 06, 2008 3:27 pm
by u1amo01
Great. That's it. With http://svn.berlios.de/viewcvs/serendipi ... v&rev=2368 everything is fine.

Thanks!

Some day I have to learn php, I fear :(