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
Category and Files dont show in backend
- Jan
- Phoca Hero
- Posts: 48581
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Category and Files dont show in backend
HI, try to check the guide, if you have done all the necessary steps 
https://www.phoca.cz/documents/50-phoca/ ... -joomla-25
Jan

https://www.phoca.cz/documents/50-phoca/ ... -joomla-25
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 14 Jul 2013, 13:35
Re: Category and Files dont show in backend
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
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
- Jan
- Phoca Hero
- Posts: 48581
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Category and Files dont show in backend
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
While making the migration by the guide, it is not possible to not have the columns as they are installed by new component.
Jan
If you find Phoca extensions useful, please support the project