Dear Sir,
I redo the procedure above:
from 1 - 4 : ok some sql error
0.9.8 --> 0.9.9
ERROR == ALTER TABLE `tree` ADD `tooltip` varchar(255) DEFAULT '' NOT NULL;
ERROR == INSERT INTO `settings` (`name`, `value`, `description`, `selection`) VALUES ('menu.edittooltiptext', '0', 'enable/disable edit of tooltiptext of tree element', '');
ERROR == INSERT INTO `settings` (`name`, `value`, `description`, `selection`) VALUES ('menu.showcounter', '0', 'enable/disable counting of tree items', '');
ERROR == INSERT INTO `settings` (`name`, `value`, `description`, `selection`) VALUES ('content.showcounter', '1', 'enable/disable counting of content items', '');
ERROR == INSERT INTO `settings` (`name`, `value`, `description`, `selection`) VALUES ('menu.showsourceforgelogo', '0', 'show sourceforge logo', '');
ERROR == INSERT INTO `settings` (`name`, `value`, `description`, `selection`) VALUES ('knowledgeroot.showlogo', '0', 'show knowledgeroot logo instead of text title', '');
==> #1062 - Duplicate entry ...
I only change the connexion parameter of the new installation 1.0.3 (config/app.ini), I did not copy anything from my 0.9.8 folder, Do I need to ?
5- apply the patch:
-- both patches: no more error but nothing is displayed (no content)
-- only class-knowlegderoot-extension: error with db, I were able to see the content and I got a new error, (see the screenshot): I login under my account and when I clicked into the "+" to expand the tree below an item
-- only class-db-core: no more error but nothing is displayed (no content)