21309 Posts in 5738 Topics by 2603 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 539 Views |
-
Loading Content and Asset data externally via Mysql

15 May 2010 at 4:52pm
Hi All,
I am building a site based on Silverstripe 2.3.4. The draft content for site is received via an XML feed from a third party. I am able to create content and add assets via mysql using a cron job. I have 2000+ images loaded via the cron directly into the File table. But for some unknown reason, the asset data gets mysteriously truncated/deleted. I suspect that there is a reference checking being done by SS and it's truncating the remaining files. If that's the case, how do I create the reference so SS leaves the assets intact?
Thanks in advance.
Luke
-
Re: Loading Content and Asset data externally via Mysql

18 May 2010 at 12:41pm
You have to make sure that the filename matches exactly and the file object is contained in the appropriate folder objects. if not, the filesystem will be resynced, losing IDs etc.
| 539 Views | ||
|
Page:
1
|
Go to Top |


