responsiv / campaign-plugin

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

Unknown control type after download #59

Closed stanfomini closed 4 years ago

stanfomini commented 5 years ago

I have purchased this plugin. I am unable to create a campaign though. After a little bit of digging I have found that when I am in the builder and inspecting the form I see unknown control type. EJUj062jTna5Ir5DMkzPvg_thumb_357 . How do I correct this issue so that I may use this plugin?

Thanks Matthew

LukeTowers commented 5 years ago

@stanfomini that's not the issue that's preventing you from creating campaigns. The Builder plugin will list any custom FormWidget that is not specifically registered to be able to work with the Builder plugin as an "Unknown control type". What exactly happens when you attempt to create a campaign?

stanfomini commented 5 years ago

Well the reason I think so is because there is just the loading icon. And nothing happens. It just shows it is loading. Now on the initial creation it does make the default files but never finished loading on the create campaign screen. Then I removed the unknown control and went back and tried to start a campaign, then the name form came up but it still wouldn’t let me select the template obviously because I removed the control. I tried to add it back in as a partial but no luck.

Get Outlook for iOShttps://aka.ms/o0ukef


From: Luke Towers notifications@github.com Sent: Monday, July 8, 2019 1:41:05 PM To: responsiv/campaign-plugin Cc: Matthew; Mention Subject: Re: [responsiv/campaign-plugin] Unknown control type after download (#59)

@stanfominihttps://github.com/stanfomini that's not the issue that's preventing you from creating campaigns. The Builder plugin will list any custom FormWidget that is not specifically registered to be able to work with the Builder plugin as an "Unknown control type". What exactly happens when you attempt to create a campaign?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/responsiv/campaign-plugin/issues/59?email_source=notifications&email_token=AJCY6UTTLZHTY65YJXM54MLP6N33DA5CNFSM4H6425M2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZN2OGA#issuecomment-509323032, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AJCY6UVDL4G3QKMEIGXQP73P6N33DANCNFSM4H6425MQ.

LukeTowers commented 5 years ago

@stanfomini try setting up the plugin on a fresh instance of October and then report back with any errors. Check your browser dev tools console for any JS errors and enable debug mode to make sure serverside errors are reported.

stanfomini commented 5 years ago

Hey Luke,

Thanks for the advise. That was an error on my end because I had run php artisan October:mirror . But I have run into another problem that the front end subscribe form does not work. It says AJAX handler ‘campaignSignup::onSignup’ was not found. And Tthe form will not show the subscribe button. Can you please help me with this issue.

Thanks, Matthew

Get Outlook for iOShttps://aka.ms/o0ukef


From: Luke Towers notifications@github.com Sent: Monday, July 8, 2019 2:32:40 PM To: responsiv/campaign-plugin Cc: Matthew; Mention Subject: Re: [responsiv/campaign-plugin] Unknown control type after download (#59)

@stanfominihttps://github.com/stanfomini try setting up the plugin on a fresh instance of October and then report back with any errors. Check your browser dev tools console for any JS errors and enable debug mode to make sure serverside errors are reported.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/responsiv/campaign-plugin/issues/59?email_source=notifications&email_token=AJCY6UWLESQMSWOQOMLLNADP6OB4RA5CNFSM4H6425M2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZN62DY#issuecomment-509340943, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AJCY6USO3QV6RVMXXA6CANDP6OB4RANCNFSM4H6425MQ.

LukeTowers commented 5 years ago

@stanfomini how have you added the subscribe form to your theme? Have you added it to a page or layout or partial? AJAX handlers do not work when included in a partial, the component must be added to the page or the layout.