Last modified: 2010-05-15 15:56:49 UTC
With a clean install of MW 1.6.7 and then importing an existing wiki using msqldump into a text file, and then running the text file to create the database, and everything else working correctly, when I try to upload a file the following error presents upon clicking the 'Submit' button: 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 "Image::recordUpload". MySQL returned error "1054: Unknown column 'ss_images' in 'field list' (localhost)". Environment: Linux Distro: FC5 PHP: 5.1.2 MySQL: 5.0.18 Apache: 2.2.2
It sounds like you overwrote the tables with tables from an older version. This could for instance remove current columns from the tables. Please run the updaters to ensure your database layout is up to date.
Issue reported as fixed by running updaters, closing bug.