[Mediawiki-l] SQL error

2009-12-03 Thread Huib!
Hi, I am running MediaWiki http://www.mediawiki.org/ 1.15.1 PHP http://www.php.net/ 5.2.10 (cgi) MySQL http://www.mysql.com/ 5.0.45 And I have a problem, I have some pages like below that I cant open without getting a sql error: http://www.wikiweet.nl/index.php?title=15_januari A

Re: [Mediawiki-l] SQL error

2009-12-03 Thread Platonides
Huib! wrote: Hi, from within function LinkHolderArray::replaceInternal. MySQL returned error 1271: Illegal mix of collations for operation ' IN ' (192.168.0.100) I was wondering what causes this error, and how can I fix it. Best regards, You chose a different collation on upgrade,

[Mediawiki-l] SQL error

2009-12-01 Thread Huib Laurens
Hello, I'm trying to install a database for mediawiki 1.13 with the sql below: CREATE TABLE user ( user_id int NOT NULL IDENTITY(1,1), user_name varchar(255) NOT NULL default '', user_real_name varchar(255) NOT NULL default '', user_password text NOT NULL, user_newpassword text NOT

Re: [Mediawiki-l] SQL error

2009-12-01 Thread Q
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Huib Laurens wrote: Hello, I'm trying to install a database for mediawiki 1.13 with the sql below: I get a error that there is a fault in my code, but I copied it right out /mantance/ could somebody tell me whats wrong? Huib First,

Re: [Mediawiki-l] SQL error

2009-12-01 Thread Platonides
Huib Laurens wrote: Hello, I'm trying to install a database for mediawiki 1.13 with the sql below: Why such an old version? I get a error that there is a fault in my code, but I copied it right out /mantance/ could somebody tell me whats wrong? Huib On which database? mysql gives