Part of the Titlekey installation process includes the creation of a new table for the purpose of storing the title keys. The SQL error you're seeing indicates that the table doesn't exist yet.
There should be an *.sql file in the directory for the extension. Running this should setup the table - but if I recall there is a script you have to run to populate the table since initially it'll be empty.
-- Jim R. Wilson (jimbojw)
On Tue, May 6, 2008 at 8:14 AM, Matt Long mlong212@gmail.com wrote:
How is this extension installed http://www.mediawiki.org/wiki/Extension:TitleKey ? I placed: ( require_once( "$IP/extensions/Titlekey/titlekey.php" ); ) into the localsettings.php and got this error when trying to make a new page: A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
(SQL query hidden)
from within function "TitleKey::setBatchKeys". MySQL returned error "1146: Table 'wiki.titlekey' doesn't exist (localhost)".
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l