7921 Posts in 1359 Topics by 933 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » Data not showing up in the back end after CSV import?
Discuss the DataObjectManager module, and the related ImageGallery module.
Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 1096 Views |
-
Data not showing up in the back end after CSV import?

8 September 2009 at 11:54pm
I have a weird issue where after importing a lot of data into the MySQL database from a CSV file I can no longer see any of the data in the DataObjectManager interface -- even though it shows up on the live site (http://wwcsd-dir.stagedsite.net/staff-directory/). I have tried going through and making sure all of the rows have the silverstripe fields filled out (created, edited, ID, etc...) but nothing seams to have helped.
If I create a new record through the interface that does show up however. Is there something I am missing?
-
Re: Data not showing up in the back end after CSV import?

9 September 2009 at 2:07am
It's almost certainly the foreign key of your dataobject. Make sure it's set to the correct value. If you have an ObjectHolder page with a DataObjectManager managing Objects, make sure the Object records have ObjectHolderID set to the ID of your ObjectHolder page.
| 1096 Views | ||
|
Page:
1
|
Go to Top |

