cosa hai fatto precisamente, ti riferisci a JOOMLA o CB1.1?
io ad esempio per il CB.1.1. sono passato dalla 1.0.2 a 1.1...
seguendo questi passi della guida:
codice:
Update from CB 1.0.2 STABLE to 1.1 *ONLY*:
a) backup files and SQL database, including ue_config.php
b) untargzip the package cb_expert_files_only.tar.gz and overwrite
corresponding CB 1.0.2 STABLE files in:
- administrator/components/com_comprofiler (excluding ue_config.php whic should stay from your previous release)
- components/com_comprofiler
- modules (including new mod_cblogin 1.1, as it contains new security)
This can be done by putting this cb_expert_files_only.tar.gz file
in joomla or mambo main folder and typing:
tar -xvfz cb_expert_files_only.tar.gz
c) remove this tar.gz file: rm cb_expert_files_only.tar.gz
d) do step 12) above
e) do following SQL queries in your SQL admin (no need to do them with normal update), adapting the "jos_" prefixes if needed:
ALTER TABLE jos_comprofiler_plugin ADD `backend_menu` VARCHAR( 255 ) NOT NULL DEFAULT '' AFTER `folder`;
ALTER TABLE jos_comprofiler_tabs ADD `ordering_register` int( 11 ) NOT NULL DEFAULT 10 AFTER `ordering`;
ALTER TABLE jos_comprofiler_tabs ADD `useraccessgroupid` int( 9 ) DEFAULT -2 NOT NULL AFTER `position`;
ALTER TABLE jos_comprofiler_tabs ADD INDEX `orderreg_enabled_pos_order` ( `enabled` , `ordering_register` , `position` , `ordering` );
ALTER TABLE jos_comprofiler ADD `unbannedby` int(11) default NULL AFTER `bannedby`;
ALTER TABLE jos_comprofiler ADD `unbanneddate` datetime default NULL AFTER `banneddate`;
ALTER TABLE jos_comprofiler_field_values CHANGE `fieldtitle` `fieldtitle` VARCHAR(255) NOT NULL DEFAULT '';
--------------------------------------------------------------------
ma mi da sempre
La tua versione è : 1.0.2
Ultima versione :
1.1 WARNING: multiple security enhancements have been made: Highly Recommended Update ! More info and release 1.1 available on Joomlapolis !!!
cosa ho sbaiiato?
anche se funziona tutto bene!!
grazie