To fix the categorylinks issue:
5. unzip com_joomlawiki-0.9.7.zip to a local drive and go to the "maintenance" folder
6. find table.sql and open in wordpad
7. find and replace all of the following:
Code:
TYPE=InnoDB;
with
Code:
TYPE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
8. save the table.sql file and upload to /joomla/components/com_joomlawiki/maintenance, replacing the table.sql file on your server
9. Go to Components->Joomlawiki->Setup, and this time it should setup without the categorylinks issue
10. You're all set!!!
Ho provato a seguire questa lista di istruzioni...ma ancora non va...