Hi,
I'm trying to install mediawiki 1.16.2, but i'm getting these errors:
PHP 5.3.3 installed * Found database drivers for: MySQL SQLite * PHP server API is apache2handler; ok, using pretty URLs (index.php/Page_Title) * Have XML / Latin1-UTF-8 conversion support. * Session save path (/var/lib/php/session) appears to be valid. * PHP's memory_limit is 16M bytes. Raised memory_limit to 52428800 bytes. * Couldn't find eAccelerator, APC or XCache; cannot use these for object caching. * Found GNU diff3: /usr/bin/diff3. * Found ImageMagick: /usr/bin/convert; image thumbnailing will be enabled if you enable uploads. * Found GD graphics library built-in. * Installation directory: /net6/web/private/mediawiki * Script URI path: /private/mediawiki * Installing MediaWiki with php file extensions * Environment checked. You can install MediaWiki. * Generating configuration file...
* Database type: MySQL * Loading class: DatabaseMysql * Attempting to connect to database server as mediawiki...success. * Connected to mysql 5.1.51; enabling MySQL 4.1/5.0 charset mode * Database wiki_mediawiki_IBERGRID exists * Creating tables... FAILED
Query "CREATE FULLTEXT INDEX si_title ON `searchindex` (si_title) " failed with error code "Column 'si_title' cannot be part of FULLTEXT index (localhost)".
The database was created by me and the user has all privileges to that database.
Can anyone give me a hand on this?
Best regards,
Hugo Gomes wrote:
Query "CREATE FULLTEXT INDEX si_title ON `searchindex` (si_title) " failed with error code "Column 'si_title' cannot be part of FULLTEXT index (localhost)".
The database was created by me and the user has all privileges to that database.
Can anyone give me a hand on this?
What kind of engine is it using for searchindex? Maybe MyIsam is disabled there? It is possible to have a wiki without the searchindex table, but then the full text search won't work unless you install another search extension.
mediawiki-l@lists.wikimedia.org