Question DB error with member conversation

Status
Not open for further replies.

cionfs

Customer
Hi,
I've received a lot of this message

Code:
Database error in  1210:

Invalid SQL:

                                        SELECT userid
                                        FROM vb_user
                                        WHERE username REGEXP "^(&[\#\da-z]*;|[^a-z\d])*[cгc]l[aюабцдеЮАБЦДЕ]([uызшэЫЗШЭ╣]|u|ф|Ф)d[iлмноЛМНО][oрстужьРСТУЖЬ](&[\#\da-z]*;|[^a-z\d])*(&[\#\da-z]*;|[^a-z\d])*$"
                                        LIMIT 1;

MySQL Error   : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'regexp'
Error Number  : 1267
Request Date  : Monday, October 27th 2014 @ 02:14:46 PM
Error Date    : Monday, October 27th 2014 @ 02:14:46 PM
Script        : http://www.cionfs.it/forum/members/claudio--with-aprania.html
Referrer      :
IP Address    : **
Username      : N/A
Classname     : DBSEO_Database
MySQL Version :

How can I solve? :)
 
This means your database tables are not using the same character set. Update all columns in all tables, all tables, and the database itself to be the same character set.

Contact your host if you don't know how to achieve this.
 
Solved.
The problem was the user_id.
I had

Code:
members/[user_name]-with-[visitor_name].html

I've changed with

Code:
members/[user_name]-[user_id]-with-[visitor_name][visitor_id].html

And I've solved.
 
Status
Not open for further replies.

Similar threads

  • Locked
  • Support ticket Support ticket
Tags Tags
db error
Replies
5
Views
631
  • Locked
  • Support ticket Support ticket
Replies
4
Views
2K
  • Locked
  • Support ticket Support ticket
Question DB Error
Replies
7
Views
2K
  • Locked
  • Support ticket Support ticket
Replies
2
Views
801

Legacy DragonByte SEO

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
7,190
Customer rating
5.00 star(s) 1 ratings
Back
Top