Migration problem Phocadownload
Posted: 29 Jun 2015, 20:22
Hi,
I'm migrating to J 3.4 with PG and Phoca Download (4.1.2 and 3.0.6).
There are messages (from the frontend) like
1146 - Table 'd4845_xbxb.l0wd6_phocadownload_styles' doesn't exist SQL=SELECT a.filename as filename, a.type as type, a.menulink as menulink FROM l0wd6_phocadownload_styles AS a WHERE a.published = 1 ORDER BY a.type, a.ordering ASC
after sql import from backup. Table is missing.
I have solved the issue in PG according to the answer here:
viewtopic.php?f=1&t=33788
Well, I need to create a similar table phocadownload_styles, but don't know the sructure, resp. the SQL command to create it. Not able to find it in the doc.
Thanks for your help.
I'm migrating to J 3.4 with PG and Phoca Download (4.1.2 and 3.0.6).
There are messages (from the frontend) like
1146 - Table 'd4845_xbxb.l0wd6_phocadownload_styles' doesn't exist SQL=SELECT a.filename as filename, a.type as type, a.menulink as menulink FROM l0wd6_phocadownload_styles AS a WHERE a.published = 1 ORDER BY a.type, a.ordering ASC
after sql import from backup. Table is missing.
I have solved the issue in PG according to the answer here:
viewtopic.php?f=1&t=33788
Well, I need to create a similar table phocadownload_styles, but don't know the sructure, resp. the SQL command to create it. Not able to find it in the doc.
Thanks for your help.