User Tools

Site Tools


documentation:joomla_upgrade

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
documentation:joomla_upgrade [2013/12/17 08:42] ninedocumentation:joomla_upgrade [2025/09/29 05:57] (current) – removed nine
Line 1: Line 1:
  
-====== Joomla 1.5 -> Joomla 2.5 ====== 
- 
-  - backup files and database 
-  - download, install and run jupgrade\\ http://docs.joomla.org/J2.5:Migrating_from_Joomla_1.5_to_Joomla_2.5 
-  - install updates 
-  - install system language packs 
-  - configure content language: extensions -> language -> content 
-  - IDs of tables **jos_languages**.id and **j25_languages**.lang_id must correspond 
-  - copy joomfish language tables: <code> 
-CREATE TABLE j25_falang_content( PRIMARY KEY (id)) ENGINE = MYISAM CHARACTER SET utf8 COLLATE utf8_general_ci SELECT * FROM jos_jf_content; 
-CREATE TABLE j25_falang_tableinfo( PRIMARY KEY (id)) ENGINE = MYISAM CHARACTER SET utf8 COLLATE utf8_general_ci SELECT * FROM jos_jf_tableinfo; 
-ALTER TABLE j25_falang_content CHANGE COLUMN id id INT UNSIGNED NOT NULL AUTO_INCREMENT; 
-ALTER TABLE j25_falang_tableinfo CHANGE COLUMN id id INT UNSIGNED NOT NULL AUTO_INCREMENT; 
-</code> 
documentation/joomla_upgrade.1387269771.txt.gz · Last modified: 2013/12/17 08:42 by nine