[Solved] Table jos_phocadownload_tags is missing

Phoca Download - download manager
ergocrate
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 12 Sep 2011, 15:12

[Solved] Table jos_phocadownload_tags is missing

Post by ergocrate »

Hello,

I use version 2.1.1 of Phocadownload on Joomla! 1.7. When I select the list of tags, I get an error with the following message:

Table 'xxx_site_xxx.jos_phocadownload_tags' doesn't exist SQL=SELECT a.*,uc.name AS editor FROM `jos_phocadownload_tags` AS a LEFT JOIN jos_users AS uc ON uc.id=a.checked_out WHERE (a.published IN (0, 1)) ORDER BY a.title asc Table 'xxx_site_xxx.jos_phocadownload_tags' doesn't exist SQL=SELECT a.*,uc.name AS editor FROM `jos_phocadownload_tags` AS a LEFT JOIN jos_users AS uc ON uc.id=a.checked_out WHERE (a.published IN (0, 1)) ORDER BY a.title asc Table 'xxx_site_xxx.jos_phocadownload_tags' doesn't exist SQL=SELECT a.*,uc.name AS editor FROM `jos_phocadownload_tags` AS a LEFT JOIN jos_users AS uc ON uc.id=a.checked_out WHERE (a.published IN (0, 1)) ORDER BY a.title asc Table 'xxx_site_xxx.jos_phocadownload_tags' doesn't exist SQL=SELECT a.*,uc.name AS editor FROM `jos_phocadownload_tags` AS a LEFT JOIN jos_users AS uc ON uc.id=a.checked_out WHERE (a.published IN (0, 1)) ORDER BY a.title asc

It seems that the jos_phocadownload_tags table is missing. How do I create this table?

Regards
Last edited by ergocrate on 13 Sep 2011, 21:39, edited 1 time in total.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Table jos_phocadownload_tags is missing

Post by Jan »

Hi, see the install.sql.bak file in the installation zip and add the sql query manually to your database (e.g. via phpmyadmin, don't forget to change your prefixes)

Jan
If you find Phoca extensions useful, please support the project
ergocrate
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 12 Sep 2011, 15:12

Re: Table jos_phocadownload_tags is missing

Post by ergocrate »

Thanks alot :D . It works fine now.

Best regards
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: [Solved] Table jos_phocadownload_tags is missing

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply