vanilla install of contentbox, running commmandbo...
# cfml-general
e
vanilla install of contentbox, running commmandbox latest version., vanilla install of WordPress, latest version, same "localhost" server. When attempting to run the ContentBox import for Wordpress, " Error importing from datasource: not-null property references a null or transient value : cbCategory.site" Anyone else have this error?
j
@Evil Ware Which version of ContentBox is installed? It’s possible that you ran in to a bug that wasn’t covered when ContentBox was updated for multi-site
e
Commandbox is 5.8.0+00695, Contentbox is 5.3.0+246
j
Looking at
WordpressImporter.cfc
now and I can see that it needs updates to handle site assignments. cc/@lmajano So, your option at this point would be to modify that file to pass in the
site
property to every service
new(...)
call in that file. There are only 6 of them. Alternately, you could install ContentBox 4 and migrate Wordpress. Then update to ContentBox 5.
e
im all for the laziest route possible, its been one of those weeks 🙂 Thank you
l
I think those importers have not been updated to multi-site @jclausen
☝️ 1