Extension talk:RPED

From mediawiki.org
Latest comment: 14 years ago by Tisane in topic Interesting error

Can anyone think of a less clunky name than "RemotePageExistenceDetection"? Tisane 02:14, 13 April 2010 (UTC)Reply

Interesting error[edit]

This is an interesting error. I imported w:Barack Obama and got this error:

A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:

   SELECT rped_page_id FROM `rped_page` WHERE rped_page_title = 'Recep_Tayyip_Erdoğan' LIMIT 1 

from within function "Database::selectRow". Database returned error "1267: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' (localhost)". Tisane 06:01, 14 April 2010 (UTC)Reply

It looks like we can blame it on PHP. The error is occurring here. Tisane 09:24, 16 April 2010 (UTC)Reply
Actually, I fixed it with this SQL query: ALTER TABLE rped_page MODIFY COLUMN rped_page_title varchar(255) COLLATE utf8_general_ci Tisane 02:51, 22 April 2010 (UTC)Reply