Hello,
I am trying to install your Civicrm and I am getting a database error when I run the sql
this is what I am getting
SQL query:
INSERT INTO civicrm_payment_processor_type( name, title, description, is_active, is_default, user_name_label, password_label, class_name, url_site_default, url_site_test_default, billing_mode, is_recur, payment_type )
VALUES (
'ClickAndPledge', 'Click & Pledge', 'Click & Pledge Payment Processor', '1', '0', 'Account ID', 'API Account GUID', 'Payment_ClickAndPledge', 'http://www.clickandpledge.com/', 'http://www.clickandpledge.com/', '1', '0', '1'
) ON DUPLICATE
KEY UPDATE name = 'ClickAndPledge',
title = 'Click & Pledge',
description = 'Click & Pledge Payment Processor',
is_active = '1',
is_default = '0',
user_name_label = 'Account ID',
password_label = 'API Account GUID',
class_name = 'Payment_ClickAndPledge',
url_site_default = 'http://www.clickandpledge.com/',
url_site_test_default = 'http://www.clickandpledge.com/',
billing_mode = '1',
is_recur = '0',
payment_type = '1' MySQL said:
#1146 - Table 'jbb1201906371237.civicrm_payment_processor_type' doesn't exist
can you help me in solving this?
thank you
I am trying to install your Civicrm and I am getting a database error when I run the sql
this is what I am getting
SQL query:
INSERT INTO civicrm_payment_processor_type( name, title, description, is_active, is_default, user_name_label, password_label, class_name, url_site_default, url_site_test_default, billing_mode, is_recur, payment_type )
VALUES (
'ClickAndPledge', 'Click & Pledge', 'Click & Pledge Payment Processor', '1', '0', 'Account ID', 'API Account GUID', 'Payment_ClickAndPledge', 'http://www.clickandpledge.com/', 'http://www.clickandpledge.com/', '1', '0', '1'
) ON DUPLICATE
KEY UPDATE name = 'ClickAndPledge',
title = 'Click & Pledge',
description = 'Click & Pledge Payment Processor',
is_active = '1',
is_default = '0',
user_name_label = 'Account ID',
password_label = 'API Account GUID',
class_name = 'Payment_ClickAndPledge',
url_site_default = 'http://www.clickandpledge.com/',
url_site_test_default = 'http://www.clickandpledge.com/',
billing_mode = '1',
is_recur = '0',
payment_type = '1' MySQL said:

#1146 - Table 'jbb1201906371237.civicrm_payment_processor_type' doesn't exist
can you help me in solving this?
thank you
Comment