Page 1 of 1

[Solved] Table jos_phocadownload_tags is missing

Posted: 12 Sep 2011, 16:02
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

Re: Table jos_phocadownload_tags is missing

Posted: 12 Sep 2011, 18:39
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

Re: Table jos_phocadownload_tags is missing

Posted: 13 Sep 2011, 21:38
by ergocrate
Thanks alot :D . It works fine now.

Best regards

Re: [Solved] Table jos_phocadownload_tags is missing

Posted: 20 Sep 2011, 23:58
by Jan
Ok