[TYPO3] Get content from different T3 instance

Dmitry Martynenko dima at realt.by
Tue Jun 3 16:21:13 CEST 2008


Hi Michael,

MN> Hello,
MN> I have one system running several TYPO3 instances. This is a
MN> requirement. Now two of these instances have a particular node in the pagetree which is
MN> equal. For instance if you have to sites with a FAQ section that has the same content.
MN> Of course inserting the content twice is not exceptable so I have
MN> to come up with something to include the FAQs in one instance from the other.

MN> I thought about synchronizing this part of the pagetree but that
MN> is the worst case scenario as it requires a lot of code.

MN> Does anyone have a better idea?

Can you do mysql dump of selected tables on one server, and then load them on other by cron?

This may works for your FAQ example, which records stored in separate
table. But it is not posible for "pages" itself and when content edited on
two servers t the same time.

-- 
Dmitry Martynenko
Developer

Web: http://realt.by



More information about the TYPO3-english mailing list