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:55] ninedocumentation:joomla_upgrade [2013/12/17 12:45] (current) nine
Line 15: Line 15:
 </code> </code>
   - Als nächstes wähle ich die Tabelle j25_falang_tableinfo in phpmyadmin und lösche alle Einträge ausser: categories, content, menu und modules.    - Als nächstes wähle ich die Tabelle j25_falang_tableinfo in phpmyadmin und lösche alle Einträge ausser: categories, content, menu und modules. 
-  - <code>+  - fix table j25_falang_content: <code>
 ## the element 'link' does not exist in falang ## the element 'link' does not exist in falang
 delete from j25_falang_content where reference_table = 'menu' and reference_field = 'link'; delete from j25_falang_content where reference_table = 'menu' and reference_field = 'link';
Line 24: Line 24:
 ##  Also in this table run the following command and fix field params ##  Also in this table run the following command and fix field params
 delete from j25_falang_content where reference_table = 'menu' and reference_field = 'params'; delete from j25_falang_content where reference_table = 'menu' and reference_field = 'params';
 +</code>
 +  - install falang package
 +  - enable module **FaLang Language Switcher**
 +  - Activate the plugin **"System - Language Filter" (Language Filter)**
 +  - activate the plugin **System - FaLang Database Driver**
 +
 +===== easybook reloaded =====
 +
 +<code>
 +CREATE TABLE j25_easybook( PRIMARY KEY (id)) ENGINE = MYISAM CHARACTER SET utf8 COLLATE utf8_general_ci SELECT * FROM jos_easybook;
 +ALTER TABLE j25_easybook CHANGE COLUMN id id INT UNSIGNED NOT NULL AUTO_INCREMENT;
 </code> </code>
documentation/joomla_upgrade.1387270527.txt.gz · Last modified: 2013/12/17 08:55 by nine