6 years ago
Topic

I have a Mysql table synchronization requirement that works between two remote databases.  The table in the server instance of joomla is setup as a Free type, and data when entered is replicating properly to the remote database and application.  The problem is when an insert occurs in the remote table.  The row is being properly replicated to MySql but it doesn't show up in the Seblod List of items.  I know there are additional tables that may have updates, but I assumed this was only for articles and not for a simple free type storage item.  Is there a simple method to insert new items?  Or an SDK or other routine that can be used to insert new items?  Thanks in advance.

Get a Book for SEBLOD
4229 Posts
Kadministrator
6 years ago
1
Level 1

You also need a matching record in cck_core table. Programmatically you can insert records using JCckContent classes, see tutorial - but take care as classes have changed since this was written

6 years ago
0
Level 2

Perfect Thank you Klas!

Get a Book for SEBLOD