When I try to update the settings for the module, I get the following error message:
user error: Unknown column 'send_welcome' in 'field list'
query: UPDATE paypal_subscription SET name="InTheHack Insider", item_number="",
receiver_email="webmaster@inthehack.com", currency="CAD",
payment="14.95", period="1 year",
role=3, send_welcome=1,
send_warning=1, send_goodbye=1,
welcome_subject="Your %site_name \"%subscription_name\" is now active.", welcome_body="%username:

Your payment was received, and your %site_name \"%subscription_name\" is now active for another %subscription_period until %subscription_end_date. To begin, please go to %login_url to access %site_name. Thank you for your business,

-- %site_name Team
%site_url",
in /var/www/html_curling/includes/database.mysql.inc on line 125.
The fields "send_welcome, send_warning, send_goodbye, welcome_subject" are not included in the mysql file.

Comments

njivy’s picture

Thanks for noticing. I updated the schema.

Anonymous’s picture