I am getting this error when a user tries to sign up. I have not changed any file after using the rails composer, but still get the error.
<div class="authform">
<%= form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => { :role => 'form',
:class => 'payola-onestep-subscription-form',
'data-payola-base-path' => payola_path,
'data-payola-plan-type' => resource.plan.plan_class,
'data-payola-plan-id' => resource.plan.id}) do |f| %>
<h3>Sign up</h3>
<div>
<br />
<span id="error_explanation" class="payola-payment-error"></span>