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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -