You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to add a new inline prompt in Campaigns, I cannot save or publish any non-text blocks. I can only publish with text blocks such as a paragraph or the Newsletter Subscription Form block.
Error Message
I receive the error "403" on /wp-json/wp/v2/newspack_popups_cpt/162281?_locale=user.
I also get the "Updating failed. The response is not a valid JSON response." message inside of the editor.
Log:
"WordPress database error Table 'mysite.wp_newspack_campaigns_readers' doesn't exist for query SELECT * from wp_newspack_campaigns_readers WHERE client_id = 'fdbf0x72je0h' made by include('plugins/newspack-popups/api/campaigns/class-maybe-show-campaign.php'), Maybe_Show_Campaign->__construct, Lightweight_API->get_reader"
Steps to Reproduce
Go to Newspack->Campaigns
Click Add New Prompt
Create a new inline prompt.
Try to add a non-text block, such as an image or a button.
When trying to add a new inline prompt in Campaigns, I cannot save or publish any non-text blocks. I can only publish with text blocks such as a paragraph or the Newsletter Subscription Form block.
Error Message
I receive the error "403" on
/wp-json/wp/v2/newspack_popups_cpt/162281?_locale=user.
I also get the "
Updating failed. The response is not a valid JSON response.
" message inside of the editor.Log:
"WordPress database error Table 'mysite.wp_newspack_campaigns_readers' doesn't exist for query SELECT * from wp_newspack_campaigns_readers WHERE client_id = 'fdbf0x72je0h' made by include('plugins/newspack-popups/api/campaigns/class-maybe-show-campaign.php'), Maybe_Show_Campaign->__construct, Lightweight_API->get_reader"
Steps to Reproduce
Environment
WordPress version: 6.1.1
Newspack Theme version: 1.13
Newspack version: 1.100.0
Newspack Campaigns version: 2.11.0
Note: This somehow works on our dev environment after being cloned from live.
We do have a newspack-popups-config.php in wp-content, edited with the correct details from wp-admin.php
I also noticed that popups.js does NOT load on the live version but does on the dev version when creating a new prompt.
The text was updated successfully, but these errors were encountered: