Page 1 of 1
Category and Files dont show in backend
Posted: 14 Jul 2013, 18:23
by lowi63
I have a problem with Backend administration of files.
I am migration ti Joomla 2.5 and when I have migrated Phoca Download The files and the categories dont show.
Does anyone know what could be wrong?
Lotta
Re: Category and Files dont show in backend
Posted: 19 Jul 2013, 20:52
by Jan
HI, try to check the guide, if you have done all the necessary steps
https://www.phoca.cz/documents/50-phoca/ ... -joomla-25
Jan
Re: Category and Files dont show in backend
Posted: 07 Aug 2013, 11:15
by lowi63
Hi
I have tried to follow your guide but I still have a problem to se the files and categories.
When I tried to update with the following I got en error I even tried to change to j25_ that is the prefix of my files.
UPDATE `jos_phocadownload` SET `language` = '*';
UPDATE `jos_phocadownload_categories` SET `language` = '*';
UPDATE `jos_phocadownload_file_votes` SET `language` = '*';
UPDATE `jos_phocadownload_file_votes_statistics` SET `language` = '*';
UPDATE `jos_phocadownload_licenses` SET `language` = '*';
UPDATE `jos_phocadownload_tags` SET `language` = '*';
UPDATE `jos_phocadownload_user_stat` SET `language` = '*';
I get this error:
Fel
SQL-fråga:
UPDATE `jos_phocadownload` SET `language` = '*';
MySQL sa:
#1054 - Unknown column 'language' in 'field list'
Best regards
Lotta
Re: Category and Files dont show in backend
Posted: 12 Aug 2013, 17:37
by Jan
Hi, if there is no language column in your database, you need to add it there.
While making the migration by the guide, it is not possible to not have the columns as they are installed by new component.
Jan