joomla - Database schema version (2.5.11) does not match CMS version (3.1.1). -


i have been upgrading joomla (2.5- - 3.1) site locally upgrade broken. sql upgrade did not pass. have been trying use database fix option did not work in case.

database schema version (2.5.11) not match cms version (3.1.1).  table '#__content' not have column 'title_alias' type 'varchar(255)'. (from file 1.7.3-2011-10-15.sql.) 

i have been trying execute manually other query fails.

how fix broken tables?

where valid sql upgrade script?

try clicking "fix" button on extension manager > database view. if still not resolve issue, you'll need manually apply of fixes. can grab sql updates github (the same relative file path applies well) , manually run each file's queries using tool such phpmyadmin. note you'll need change table prefix (#__) match of own site.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -