responsiv / campaign-plugin

[PREMIUM] Send professional campaign messages to your subscribers.
http://octobercms.com/plugin/responsiv-campaign
5 stars 2 forks source link

New Download not working in Backend #72

Closed scottbeglin closed 3 years ago

scottbeglin commented 3 years ago

I have uploaded my project to a dev site and it does not load properly. Here are the 2 issues I am seeing: 1) no icon/broken icon showing in the menu bar 2) When clicking "New Campaign" I get a pop up with a blue spinning wheel that freezes the site.

Any thoughts?

daftspunk commented 3 years ago

These symptoms indicate that you need to run the october:mirror command to resync your public directory

scottbeglin commented 3 years ago

Thanks! That worked.

Here is one more for you. On the sign up form I am getting this error: AJAX handler 'campaignSignup::onSignup' was not found.

Thoughts? Thanks!

daftspunk commented 3 years ago

Make sure you have included the component in a page or layout. AJAX handlers do not work when they are defined in a partial. See docs for more info: https://octobercms.com/docs/cms/partials#life-cycle-limitations

Hope this helps

daftspunk commented 3 years ago

I'll close this but we can continue discussing if there are any further issues