Page 1 of 1

I have to carry all phoca menu to other site

Posted: 07 Jan 2014, 02:26
by fantoche
Hi
I will have to build a site from 0 again, and I want to carry all phoca menu to the other site with all contents. I think I will have to install again the component in the new site, but how can I carry the data? Is enough with db tables? What I have to do?
Thanks!

Re: I have to carry all phoca menu to other site

Posted: 09 Jan 2014, 22:07
by Jan
Hi,

Phoca Gallery stores data in its tables (databse), you can see the tables in e.g. phpMyAdmin - they are in this format: #__phocagallery_ ...
and Phoca Gallery gets Options data from Joomla! com_config component. This means, Options for all extensions are stored in specific Joomla! tables.

So to import/export you need to import/export Phoca tables and (but maybe this is not needed) the options from Joomla! tables in case you want to get the stored options.

Jan