- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2022 02:24 PM
After installing Employee Center Pro, Content Experiences and Content Publishing, getting an error when building my first content library per this link: Setting up Employee Center Pro — with Demo Data
Content Publishing > Content Library, New, Styled Content, continue. Fill out 2 mandatory fields Content Name and Heading Text, click save. In the preview pane, in the preview pane, getting error: 'Could not find sn_ca_campaign_item null'
Anyone see this before? Im assuming Im missing a config of some sort.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 02:59 PM
We found out our issue was something different, 2 script includes were not updated with the plugin install, cd_contentDelivery and ca_CampaignContent. We were using content delivery before it was updated to content publishing, so on the script include cd_contentDelivery, we changed the caller access from caller restriction to caller tracking so we could use it in a global portal, so it was getting missed in updates. Once we updated cd_contentDelivery, we also had to update ca_CampaignContent. Then it all started working again.
Thanks for the reply, I did check the setting you referenced and we have it set correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 07:37 PM
Hi
Kindly mark the applicable answer as Correct & Helpful both such that others can get help.
Thanks,
Sandeep

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 11:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 02:59 PM
We found out our issue was something different, 2 script includes were not updated with the plugin install, cd_contentDelivery and ca_CampaignContent. We were using content delivery before it was updated to content publishing, so on the script include cd_contentDelivery, we changed the caller access from caller restriction to caller tracking so we could use it in a global portal, so it was getting missed in updates. Once we updated cd_contentDelivery, we also had to update ca_CampaignContent. Then it all started working again.
Thanks for the reply, I did check the setting you referenced and we have it set correctly.