Recent Topics

1 Sep 29, 2007 08:22    

This happened in 2.0.1 only...

If I used the tag "PayPal" in a previous post, I won't be able to use anymore in any other posts. Defeating the purpose of "tags" ;)

Here's the error:

Additional information about this error:

MySQL error!

Duplicate entry 'PayPal' for key 2(Errno=1062)

Your query: insert new tags
INSERT INTO evo_items__tag( tag_name )

VALUES ( 'PayPal' ),( 'Cards' ),( 'Banks' )

2 Sep 29, 2007 12:51

This would appear to be cured in cvs already ;)

¥

4 Aug 20, 2008 12:50

Hi, can anyone tell me where to look and what to do to fix this error? Any help will be appreciated...

Here is the code, i set up b2evo to use utf8, because it will mainly have cyrillic content:

An unexpected error has occured!

If this error persits, please report it to the administrator.

Go back to home page
Additional information about this error:

MySQL error!

Duplicate entry 'София' for key 2(Errno=1062)

Your query: insert new tags

INSERT INTO blog_items__tag( tag_name )

VALUES ( 'София' )

I haven't tried it with latin tags, though...

5 Aug 20, 2008 13:04

I looked and read the Russian forum, so somebody there found out that Cyrillic tags with capital word somehow make endless loops when PHP and MySQL work together... 8|

OK :idea: so I'll use small caps, but anyway... The bug remains...

BB B)


Form is loading...