Page 1 of 1

Category and a error

Posted: Sun Aug 07, 2005 10:55 pm
by Guest
I've just installed Serendipity (fresh) and when I choose Dutch as language an go to the categories I see (in my case) two categories. When I choose the edit icon on a catagory I get he next error:

Warning: sprintf(): Too few arguments in /srv/www/htdocs/mambo-
t1/blog/include/admin/category.inc.php on line 147

If I choose English as language then I do not get this error.

Does somebody has any ideas?

Re: Category and a error

Posted: Mon Aug 08, 2005 1:55 pm
by garvinhicking
Thanks for detecting this!

It was in fact caused by a duplicate constant name in your file lang/serendipity_lang_nl.inc.php.

There you can spot two entries of "EDIT_THIS_CAT", but you only need the second occurence with a single "%s" inside. The error is not important, just the category name you are editing is not printed...

I fixed this in our sourcecode!

Regards,
Garvin

Category error

Posted: Thu Aug 11, 2005 2:43 am
by rdekker
Thanks!