Hi,
I´m trying to upgrade from 1.8.7 to 1.9.2. When I install i get the follow error message:
MySQL error!
Table 'evo_item__prerendering' already exists(Errno=1050)
Your query:
CREATE TABLE evo_item__prerendering(
itpr_itm_ID INT(11) UNSIGNED NOT NULL,
itpr_format ENUM('htmlbody', 'entityencoded', 'xml', 'text') NOT NULL,
itpr_renderers TEXT NOT NULL,
itpr_content_prerendered TEXT NULL,
itpr_datemodified TIMESTAMP NOT NULL,
PRIMARY KEY (itpr_itm_ID, itpr_format)
)
Does anyone know what I´m doing wrong?
When I then go to Admin, i get the following message:
Database schema is not up to date!
You have schema version «9310», but we would need «9340».
How can I update my Database schema?
Any help would be appreciated!!
I solved it by removing the row and installing again.