I have created a new category.
When I try to publish or to unpublish it, I get the following error in the backend:
When published, I have this error in the frontend:Table 'mydbname.myprefix_phocadownload_category' doesn't exist SQL=SELECT a.id,a.state AS state, c.published AS cat_state,a.access, c.access AS cat_access FROM myprefix_phocadownload_category AS a LEFT JOIN myprefix_categories AS c ON c.id = a.catid WHERE a.id = 20
But this error is only shown beside the new category. All categories that existed before, don't show such an error.Warning: Invalid argument supplied for foreach() in /serverpath/components/com_phocadownload/views/categories/tmpl/default.php on line 23
Table phocadownload_category really does not exist. But there is a phocadownload_categories table.
I did reinstall Phoca DL 3.0.6. Then I did manually upload all files from the 3.0.6 package. I don't use Overrides. The problem persists.
I use Joomla 3.4.3 and Phoca Download 3.0.6. with the license installed (I did try without it, but same problem).
before I used Joomla 2.5 with an older version of Phoca DL. I did upgrade/migrate as described in the manual on this website, including running the SQL statements.
Any idea why Phoca DL still tries to access table phocadownload_category?
Thank you very much!
Regards
Patrick