Ken Garland wrote:
I received this error when upgrading from 1.3.11 to 1.4.5:
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 "Parser::replaceLinkHolders". MySQL returned error "1072: Key column 'name_title_timestamp' doesn't exist in table (localhost)".
Can you please outline your exact upgrade procedure?
In particular, did you run the command-line update.php or web-based config/index.php installer to apply database schema updates? Did you save the output from this step?
At first the upgrade would not even complete until I did this manually:
alter table image add primary key (img_name);
-- brion vibber (brion @ pobox.com)