logo
Welcome to our new AbleCommerce forums. As a guest, you may view the information here. To post to this forum, you must have a registered account with us, either as a new user evaluating AbleCommerce or an existing user of the application. For all questions related to the older version of Gold and earlier, please go to AbleCommerce Gold forum. Please use your AbleCommerce username and password to Login. New Registrations are disabled.

Notification

Icon
Error

2 Pages12>
Options
Go to last post Go to first unread
dandersonMLT  
#1 Posted : Thursday, April 30, 2020 10:55:25 AM(UTC)
dandersonMLT

Rank: Newbie

Groups: Developers
Joined: 4/30/2019(UTC)
Posts: 1

I just installed the 9.0.2 update in my development environment.

However, when I go to Admin > Data Transfer > Zapier > Settings... I get a null reference exception.

The problem is that plugin for ZapierWebApi is not returned.
If I go to plugin list, Zapier isn't listed.

I see that ZapierWebApi folder and zip are in the plugins folder... is there something else I need to do to enable/install the Zapier plugin?

Wanna join the discussion?! Login to your AbleCommerce Forums forum account. New Registrations are disabled.

mazhar  
#2 Posted : Thursday, April 30, 2020 11:05:24 AM(UTC)
mazhar

Rank: Administration

Groups: Admin, Administrators, HelpDesk, System, Authorized User, Developers, Registered
Joined: 10/5/2018(UTC)
Posts: 175

Thanks: 8 times
Was thanked: 17 time(s) in 15 post(s)
At the plugins page, please use the refresh button in the top and see if Zapier appears in available plugins. Once Zapier appears in the list of the available plugins go ahead and install it.
dandersonMLT  
#3 Posted : Thursday, April 30, 2020 11:12:59 AM(UTC)
dandersonMLT

Rank: Newbie

Groups: Developers
Joined: 4/30/2019(UTC)
Posts: 1

Thanks for the quick reply.
After I hit refresh, Zapier still does not show in the plugins list.

Is there anything else I need to try?
mazhar  
#4 Posted : Thursday, April 30, 2020 11:24:50 AM(UTC)
mazhar

Rank: Administration

Groups: Admin, Administrators, HelpDesk, System, Authorized User, Developers, Registered
Joined: 10/5/2018(UTC)
Posts: 175

Thanks: 8 times
Was thanked: 17 time(s) in 15 post(s)
Please edit /App_Data/log4net.config file and locate following
Code:
<level value="WARN" />

and update it to
Code:
<level value="INFO" />

save the change.

Now restart your website, you can either restart IIS or just make a change in web.config like empty line at the end. Browse the home page and once its loaded. Go to App_Data/Logs/app.log and open it in notepad. Search for the
Code:
Initializing AbleCommerce Plugin Framework

Please see if there is any zapier related information after it till plugins are finished loading in application.
dandersonMLT  
#5 Posted : Thursday, April 30, 2020 5:04:07 PM(UTC)
dandersonMLT

Rank: Newbie

Groups: Developers
Joined: 4/30/2019(UTC)
Posts: 1

It looks to be there:

2020-04-30 17:00:34,211 INFO AbleCommerce Checking 'ZapierWebApi.zip'
2020-04-30 17:00:34,211 INFO AbleCommerce Plugin directory 'C:\source\Website\Plugins\ZapierWebApi' already exist
2020-04-30 17:00:34,212 INFO AbleCommerce Plugin directory 'C:\source\Website\Plugins\ZapierWebApi' is up to date, no need to unzip ZapierWebApi.zip

Edited by user Thursday, May 21, 2020 10:42:10 AM(UTC)  | Reason: Not specified

mazhar  
#6 Posted : Thursday, April 30, 2020 7:18:58 PM(UTC)
mazhar

Rank: Administration

Groups: Admin, Administrators, HelpDesk, System, Authorized User, Developers, Registered
Joined: 10/5/2018(UTC)
Posts: 175

Thanks: 8 times
Was thanked: 17 time(s) in 15 post(s)
There will be more information about the reading plugin manifest for zapier. That information should be before
Quote:
Finished loading available plugins

What does it say about loading the Zapier plugin? Is it successful?

Edited by user Thursday, April 30, 2020 7:20:03 PM(UTC)  | Reason: Not specified

dandersonMLT  
#7 Posted : Friday, May 1, 2020 8:12:57 AM(UTC)
dandersonMLT

Rank: Newbie

Groups: Developers
Joined: 4/30/2019(UTC)
Posts: 1

Strangely, Zapier isn't listed in the section that says it finished loading plugins.

It lists out the plugins but ends with WATax
mazhar  
#8 Posted : Friday, May 1, 2020 8:26:55 AM(UTC)
mazhar

Rank: Administration

Groups: Admin, Administrators, HelpDesk, System, Authorized User, Developers, Registered
Joined: 10/5/2018(UTC)
Posts: 175

Thanks: 8 times
Was thanked: 17 time(s) in 15 post(s)
Please try to delete the ZapierWebApi folder and ZapierWebApi.zip from /Plugins directory. Then copy ZapierWebApi.zip file from upgrade package to /Plugins folder. Restart the website and it should unpack and create the folder again which must contain all resources needed along with a PluginManifest.xml file.

See if it makes any differance and website is able to load the plugin.
dandersonMLT  
#9 Posted : Friday, May 1, 2020 2:58:46 PM(UTC)
dandersonMLT

Rank: Newbie

Groups: Developers
Joined: 4/30/2019(UTC)
Posts: 1

Thanks. Now Zapier shows in the plugin list. When I click install it pops up "Are you sure you want to install Zapier?"

But when I click "Yes, install it!" the popup goes away and nothing seems to happen.
mazhar  
#10 Posted : Friday, May 1, 2020 3:18:51 PM(UTC)
mazhar

Rank: Administration

Groups: Admin, Administrators, HelpDesk, System, Authorized User, Developers, Registered
Joined: 10/5/2018(UTC)
Posts: 175

Thanks: 8 times
Was thanked: 17 time(s) in 15 post(s)
Please confirm that under /App_Data/ folder you have InstalledPlugins.xml file. If for some reason this file is missing, rename InstalledPlugins.xml.default to InstalledPlugins.xml and try again.

If the file does exist, what does its content say? Is there an entry Zapier?
dandersonMLT  
#11 Posted : Friday, May 1, 2020 3:37:34 PM(UTC)
dandersonMLT

Rank: Newbie

Groups: Developers
Joined: 4/30/2019(UTC)
Posts: 1

The file is present and shows the following:

<Plugin>
<PluginName>ZapierWebApi</PluginName>
<InstalledOn>2020-05-01T19:29:55.4834723Z</InstalledOn>
<Pending>true</Pending>
</Plugin>
mazhar  
#12 Posted : Friday, May 1, 2020 4:48:10 PM(UTC)
mazhar

Rank: Administration

Groups: Admin, Administrators, HelpDesk, System, Authorized User, Developers, Registered
Joined: 10/5/2018(UTC)
Posts: 175

Thanks: 8 times
Was thanked: 17 time(s) in 15 post(s)
Well, switch the logging back to INFO if you reverted the changes made earlier. If its already using INFO level, then please check the application log and search.
Quote:
Trying to install plugin

another message about the result of this install attempt should be logged as well. If there is no message about result of install attempt then please check if there is any exception logged in Apllication Error Log about Zapier.
dandersonMLT  
#13 Posted : Friday, May 8, 2020 11:18:15 AM(UTC)
dandersonMLT

Rank: Newbie

Groups: Developers
Joined: 4/30/2019(UTC)
Posts: 1

Sorry for the delayed response, I'm just getting back to this today.
When I go to plugins and try to install Zapier now nothing seems to be added to app.log.

However, I looked at app.log.1 which had log errors from 5/1 when we worked on it last week.
That file did have an error message:

Quote:
2020-05-01 14:33:05,406 INFO AbleCommerce Trying to install plugin 'ZapierWebApi'
2020-05-01 14:33:05,408 ERROR AbleCommerce Value cannot be null.
Parameter name: type
System.ArgumentNullException: Value cannot be null.
Parameter name: type
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at System.Activator.CreateInstance(Type type, Object[] args)
at CommerceBuilder.Plugins.PluginManager.Install(String pluginName)
dandersonMLT  
#14 Posted : Monday, May 18, 2020 6:24:15 PM(UTC)
dandersonMLT

Rank: Newbie

Groups: Developers
Joined: 4/30/2019(UTC)
Posts: 1

I wanted to check in to see if you had any more advice to get this working.

Thanks!
mazhar  
#15 Posted : Thursday, May 21, 2020 10:01:51 AM(UTC)
mazhar

Rank: Administration

Groups: Admin, Administrators, HelpDesk, System, Authorized User, Developers, Registered
Joined: 10/5/2018(UTC)
Posts: 175

Thanks: 8 times
Was thanked: 17 time(s) in 15 post(s)
According to error message it seems that code is not able to instantiate plugin. The error you copied seems to be only a small part of full stack trace. If you could post the full details then it may provide more information about what is preventing the plugin instantiation.
dandersonMLT  
#16 Posted : Thursday, May 21, 2020 10:41:24 AM(UTC)
dandersonMLT

Rank: Newbie

Groups: Developers
Joined: 4/30/2019(UTC)
Posts: 1

Unfortunately, that is all that the stack trace shows in the log file.
I am attaching all references to the word zapier in the log file below. Hopefully something in here will provide extra information.


Quote:

2020-05-01 14:55:12,571 INFO AbleCommerce Successfully loaded plugin USPS
2020-05-01 14:55:12,571 INFO AbleCommerce trying to load plugin from C:\Source\Website\Plugins\WATax\PluginManifest.xml
2020-05-01 14:55:12,571 INFO AbleCommerce Successfully loaded plugin WATax
2020-05-01 14:55:12,571 INFO AbleCommerce trying to load plugin from C:\Source\Website\Plugins\ZapierWebApi\PluginManifest.xml
2020-05-01 14:55:12,571 INFO AbleCommerce Successfully loaded plugin ZapierWebApi
2020-05-01 14:55:15,690 ERROR AbleCommerce Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
2020-05-01 14:55:15,690 INFO AbleCommerce Finished loading available plugins, detected 20 plugins, successfully loaded 20 plugins.
2020-05-01 14:55:15,893 INFO AbleCommerce Application Starting ... : 5/1/2020 7:55:15 PM
2020-05-01 14:55:16,518 INFO AbleCommerce Loading Able Http Module : Auto Upgrade Module
2020-05-01 14:55:16,518 INFO AbleCommerce Loading Able Http Module : IP Filtering Module
2020-05-01 14:55:16,518 INFO AbleCommerce Loading Able Http Module : Page Tracking Module
2020-05-01 14:55:16,519 INFO AbleCommerce Loading Able Http Module : Redirection Processing Module
2020-05-01 14:55:16,519 INFO AbleCommerce Loading Able Http Module : Request Screening Module
2020-05-01 14:55:16,520 INFO AbleCommerce Loading Able Http Module : Serviceability Validation Module
2020-05-01 14:55:16,520 INFO AbleCommerce Loading Able Http Module : SSL Controller Module
2020-05-01 14:55:17,074 INFO nate.Cfg.Environment NHibernate 5.0.3 (assembly 5.0.0.0)


Quote:

2020-05-01 14:57:26,860 INFO ernate.Loader.Loader SELECT this_.UserId as userid1_143_0_, this_.StoreId as storeid2_143_0_, this_.UserName as username3_143_0_, this_.LoweredUserName as loweredusername4_143_0_, this_.Email as email5_143_0_, this_.LoweredEmail as loweredemail6_143_0_, this_.AffiliateId as affiliateid7_143_0_, this_.AffiliateReferralDate as affiliatereferraldate8_143_0_, this_.PrimaryWishlistId as primarywishlistid9_143_0_, this_.PayPalId as paypalid10_143_0_, this_.PasswordQuestion as passwordquestion11_143_0_, this_.PasswordAnswer as passwordanswer12_143_0_, this_.IsApproved as isapproved13_143_0_, this_.IsAnonymous as isanonymous14_143_0_, this_.IsLockedOut as islockedout15_143_0_, this_.CreateDate as createdate16_143_0_, this_.LastActivityDate as lastactivitydate17_143_0_, this_.LastLoginDate as lastlogindate18_143_0_, this_.LastPasswordChangedDate as lastpasswordchangeddate19_143_0_, this_.LastLockoutDate as lastlockoutdate20_143_0_, this_.FailedPasswordAttemptCount as failedpasswordattemptcount21_143_0_, this_.FailedPasswordAttemptWindowStart as failedpasswordattemptwindowstart22_143_0_, this_.FailedPasswordAnswerAttemptCount as failedpasswordanswerattemptcount23_143_0_, this_.FailedPasswordAnswerAttemptWindowStart as failedpasswordanswerattemptwindowstart24_143_0_, this_.TaxExemptionType as taxexemptiontype25_143_0_, this_.TaxExemptionReference as taxexemptionreference26_143_0_, this_.Comment as comment27_143_0_ FROM ac_Users this_ WHERE this_.LoweredUserName = @p0
2020-05-01 14:57:26,862 INFO ernate.Loader.Loader SELECT usergroups0_.UserId as userid2_141_1_, usergroups0_.UserGroupId as usergroupid1_141_1_, usergroups0_.UserGroupId as usergroupid1_141_0_, usergroups0_.UserId as userid2_141_0_, usergroups0_.GroupId as groupid3_141_0_, usergroups0_.SubscriptionId as subscriptionid4_141_0_ FROM ac_UserGroups usergroups0_ WHERE usergroups0_.UserId=@p0
2020-05-01 14:57:26,863 INFO ernate.Loader.Loader SELECT usersettin0_.UserId as userid2_145_1_, usersettin0_.UserSettingId as usersettingid1_145_1_, usersettin0_.UserSettingId as usersettingid1_145_0_, usersettin0_.UserId as userid2_145_0_, usersettin0_.FieldName as fieldname3_145_0_, usersettin0_.FieldValue as fieldvalue4_145_0_ FROM ac_UserSettings usersettin0_ WHERE usersettin0_.UserId=@p0
2020-05-01 14:57:26,865 INFO ernate.Loader.Loader SELECT this_.UserId as userid1_143_0_, this_.StoreId as storeid2_143_0_, this_.UserName as username3_143_0_, this_.LoweredUserName as loweredusername4_143_0_, this_.Email as email5_143_0_, this_.LoweredEmail as loweredemail6_143_0_, this_.AffiliateId as affiliateid7_143_0_, this_.AffiliateReferralDate as affiliatereferraldate8_143_0_, this_.PrimaryWishlistId as primarywishlistid9_143_0_, this_.PayPalId as paypalid10_143_0_, this_.PasswordQuestion as passwordquestion11_143_0_, this_.PasswordAnswer as passwordanswer12_143_0_, this_.IsApproved as isapproved13_143_0_, this_.IsAnonymous as isanonymous14_143_0_, this_.IsLockedOut as islockedout15_143_0_, this_.CreateDate as createdate16_143_0_, this_.LastActivityDate as lastactivitydate17_143_0_, this_.LastLoginDate as lastlogindate18_143_0_, this_.LastPasswordChangedDate as lastpasswordchangeddate19_143_0_, this_.LastLockoutDate as lastlockoutdate20_143_0_, this_.FailedPasswordAttemptCount as failedpasswordattemptcount21_143_0_, this_.FailedPasswordAttemptWindowStart as failedpasswordattemptwindowstart22_143_0_, this_.FailedPasswordAnswerAttemptCount as failedpasswordanswerattemptcount23_143_0_, this_.FailedPasswordAnswerAttemptWindowStart as failedpasswordanswerattemptwindowstart24_143_0_, this_.TaxExemptionType as taxexemptiontype25_143_0_, this_.TaxExemptionReference as taxexemptionreference26_143_0_, this_.Comment as comment27_143_0_ FROM ac_Users this_ WHERE this_.LoweredUserName = @p0
2020-05-01 14:57:26,895 INFO AbleCommerce Trying to install plugin 'ZapierWebApi'
2020-05-01 14:57:26,895 ERROR AbleCommerce Value cannot be null.
Parameter name: type
System.ArgumentNullException: Value cannot be null.
Parameter name: type
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at System.Activator.CreateInstance(Type type, Object[] args)
at CommerceBuilder.Plugins.PluginManager.Install(String pluginName)
2020-05-01 14:57:26,901 INFO rnate.Engine.Cascade processing cascade NHibernate.Engine.CascadingAction+SaveUpdateCascadingAction for: CommerceBuilder.Stores.Store
2020-05-01 14:57:26,901 INFO rnate.Engine.Cascade cascade NHibernate.Engine.CascadingAction+SaveUpdateCascadingAction for collection: CommerceBuilder.Stores.Store.Affiliates
2020-05-01 14:57:26,901 INFO rnate.Engine.Cascade done cascade NHibernate.Engine.CascadingAction+SaveUpdateCascadingAction for collection: CommerceBuilder.Stores.Store.Affiliates
2020-05-01 14:57:26,901 INFO rnate.Engine.Cascade cascade NHibernate.Engine.CascadingAction+SaveUpdateCascadingAction for collection: CommerceBuilder.Stores.Store.AuditEvents
2020-05-01 14:57:26,901 INFO rnate.Engine.Cascade done cascade NHibernate.Engine.CascadingAction+SaveUpdateCascadingAction for collection: CommerceBuilder.Stores.Store.AuditEvents
2020-05-01 14:57:26,901 INFO rnate.Engine.Cascade cascade NHibernate.Engine.CascadingAction+SaveUpdateCascadingAction for collection: CommerceBuilder.Stores.Store.BannedIPs


Quote:

2020-05-01 14:57:32,980 INFO AbleCommerce Checking 'WATax.zip'
2020-05-01 14:57:32,980 INFO AbleCommerce Plugin directory 'C:\Source\Website\Plugins\WATax' already exist
2020-05-01 14:57:32,980 INFO AbleCommerce Plugin directory 'C:\Source\Website\Plugins\WATax' is up to date, no need to unzip WATax.zip
2020-05-01 14:57:32,980 INFO AbleCommerce Checking 'ZapierWebApi.zip'
2020-05-01 14:57:32,980 INFO AbleCommerce Plugin directory 'C:\Source\Website\Plugins\ZapierWebApi' already exist
2020-05-01 14:57:32,980 INFO AbleCommerce Plugin directory 'C:\Source\Website\Plugins\ZapierWebApi' is up to date, no need to unzip ZapierWebApi.zip
2020-05-01 14:57:32,980 INFO AbleCommerce Finished searching and extracting plugin packages
2020-05-01 14:57:32,980 INFO AbleCommerce Looking for plugin manifest files
2020-05-01 14:57:32,990 INFO AbleCommerce Found 0 new plugins
2020-05-01 14:57:32,991 INFO rnate.Engine.Cascade processing cascade NHibernate.Engine.CascadingAction+SaveUpdateCascadingAction for: CommerceBuilder.Stores.Store
2020-05-01 14:57:32,991 INFO rnate.Engine.Cascade cascade NHibernate.Engine.CascadingAction+SaveUpdateCascadingAction for collection: CommerceBuilder.Stores.Store.Affiliates


Quote:

2020-05-01 14:57:34,672 INFO ernate.Loader.Loader SELECT usersettin0_.UserId as userid2_145_1_, usersettin0_.UserSettingId as usersettingid1_145_1_, usersettin0_.UserSettingId as usersettingid1_145_0_, usersettin0_.UserId as userid2_145_0_, usersettin0_.FieldName as fieldname3_145_0_, usersettin0_.FieldValue as fieldvalue4_145_0_ FROM ac_UserSettings usersettin0_ WHERE usersettin0_.UserId=@p0
2020-05-01 14:57:34,674 INFO ernate.Loader.Loader SELECT this_.UserId as userid1_143_0_, this_.StoreId as storeid2_143_0_, this_.UserName as username3_143_0_, this_.LoweredUserName as loweredusername4_143_0_, this_.Email as email5_143_0_, this_.LoweredEmail as loweredemail6_143_0_, this_.AffiliateId as affiliateid7_143_0_, this_.AffiliateReferralDate as affiliatereferraldate8_143_0_, this_.PrimaryWishlistId as primarywishlistid9_143_0_, this_.PayPalId as paypalid10_143_0_, this_.PasswordQuestion as passwordquestion11_143_0_, this_.PasswordAnswer as passwordanswer12_143_0_, this_.IsApproved as isapproved13_143_0_, this_.IsAnonymous as isanonymous14_143_0_, this_.IsLockedOut as islockedout15_143_0_, this_.CreateDate as createdate16_143_0_, this_.LastActivityDate as lastactivitydate17_143_0_, this_.LastLoginDate as lastlogindate18_143_0_, this_.LastPasswordChangedDate as lastpasswordchangeddate19_143_0_, this_.LastLockoutDate as lastlockoutdate20_143_0_, this_.FailedPasswordAttemptCount as failedpasswordattemptcount21_143_0_, this_.FailedPasswordAttemptWindowStart as failedpasswordattemptwindowstart22_143_0_, this_.FailedPasswordAnswerAttemptCount as failedpasswordanswerattemptcount23_143_0_, this_.FailedPasswordAnswerAttemptWindowStart as failedpasswordanswerattemptwindowstart24_143_0_, this_.TaxExemptionType as taxexemptiontype25_143_0_, this_.TaxExemptionReference as taxexemptionreference26_143_0_, this_.Comment as comment27_143_0_ FROM ac_Users this_ WHERE this_.LoweredUserName = @p0
2020-05-01 14:57:34,702 INFO AbleCommerce Trying to install plugin 'ZapierWebApi'
2020-05-01 14:57:34,702 ERROR AbleCommerce Value cannot be null.
Parameter name: type
System.ArgumentNullException: Value cannot be null.
Parameter name: type
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at System.Activator.CreateInstance(Type type, Object[] args)
at CommerceBuilder.Plugins.PluginManager.Install(String pluginName)
2020-05-01 14:57:34,703 INFO rnate.Engine.Cascade processing cascade NHibernate.Engine.CascadingAction+SaveUpdateCascadingAction for: CommerceBuilder.Stores.Store
2020-05-01 14:57:34,703 INFO rnate.Engine.Cascade cascade NHibernate.Engine.CascadingAction+SaveUpdateCascadingAction for collection: CommerceBuilder.Stores.Store.Affiliates


Quote:

2020-05-08 11:09:20,037 INFO AbleCommerce Checking 'WATax.zip'
2020-05-08 11:09:20,037 INFO AbleCommerce Plugin directory 'C:\Source\Website\Plugins\WATax' already exist
2020-05-08 11:09:20,037 INFO AbleCommerce Plugin directory 'C:\Source\Website\Plugins\WATax' is up to date, no need to unzip WATax.zip
2020-05-08 11:09:20,037 INFO AbleCommerce Checking 'ZapierWebApi.zip'
2020-05-08 11:09:20,037 INFO AbleCommerce Plugin directory 'C:\Source\Website\Plugins\ZapierWebApi' already exist
2020-05-08 11:09:20,037 INFO AbleCommerce Plugin directory 'C:\Source\Website\Plugins\ZapierWebApi' is up to date, no need to unzip ZapierWebApi.zip
2020-05-08 11:09:20,037 INFO AbleCommerce Finished searching and extracting plugin packages
2020-05-08 11:09:20,037 INFO AbleCommerce Trying to load list of installed plugins
2020-05-08 11:09:20,081 INFO AbleCommerce There are 5 plugins marked installed. FedEx,UPS,AuthorizeNetCIM,PayPal,ZapierWebApi
2020-05-08 11:09:20,082 INFO AbleCommerce Ensuring probing directory bin for plugins under '\Plugins' directory
2020-05-08 11:09:20,082 INFO AbleCommerce Wiping probing folder from any files except 'DON'T DELETE.TXT'.
2020-05-08 11:09:20,085 INFO AbleCommerce Found 74 files to delete


Quote:

2020-05-01 14:29:55,455 INFO ernate.Loader.Loader SELECT usersettin0_.UserId as userid2_145_1_, usersettin0_.UserSettingId as usersettingid1_145_1_, usersettin0_.UserSettingId as usersettingid1_145_0_, usersettin0_.UserId as userid2_145_0_, usersettin0_.FieldName as fieldname3_145_0_, usersettin0_.FieldValue as fieldvalue4_145_0_ FROM ac_UserSettings usersettin0_ WHERE usersettin0_.UserId=@p0
2020-05-01 14:29:55,457 INFO ernate.Loader.Loader SELECT this_.UserId as userid1_143_0_, this_.StoreId as storeid2_143_0_, this_.UserName as username3_143_0_, this_.LoweredUserName as loweredusername4_143_0_, this_.Email as email5_143_0_, this_.LoweredEmail as loweredemail6_143_0_, this_.AffiliateId as affiliateid7_143_0_, this_.AffiliateReferralDate as affiliatereferraldate8_143_0_, this_.PrimaryWishlistId as primarywishlistid9_143_0_, this_.PayPalId as paypalid10_143_0_, this_.PasswordQuestion as passwordquestion11_143_0_, this_.PasswordAnswer as passwordanswer12_143_0_, this_.IsApproved as isapproved13_143_0_, this_.IsAnonymous as isanonymous14_143_0_, this_.IsLockedOut as islockedout15_143_0_, this_.CreateDate as createdate16_143_0_, this_.LastActivityDate as lastactivitydate17_143_0_, this_.LastLoginDate as lastlogindate18_143_0_, this_.LastPasswordChangedDate as lastpasswordchangeddate19_143_0_, this_.LastLockoutDate as lastlockoutdate20_143_0_, this_.FailedPasswordAttemptCount as failedpasswordattemptcount21_143_0_, this_.FailedPasswordAttemptWindowStart as failedpasswordattemptwindowstart22_143_0_, this_.FailedPasswordAnswerAttemptCount as failedpasswordanswerattemptcount23_143_0_, this_.FailedPasswordAnswerAttemptWindowStart as failedpasswordanswerattemptwindowstart24_143_0_, this_.TaxExemptionType as taxexemptiontype25_143_0_, this_.TaxExemptionReference as taxexemptionreference26_143_0_, this_.Comment as comment27_143_0_ FROM ac_Users this_ WHERE this_.LoweredUserName = @p0
2020-05-01 14:29:55,482 INFO AbleCommerce Requesting to install plugin 'ZapierWebApi'
2020-05-01 14:29:55,517 INFO AbleCommerce Successfully requested to install the plugin 'ZapierWebApi'
2020-05-01 14:29:55,564 INFO rnate.Engine.Cascade processing cascade NHibernate.Engine.CascadingAction+SaveUpdateCascadingAction for: CommerceBuilder.Stores.Store
2020-05-01 14:29:55,564 INFO rnate.Engine.Cascade cascade NHibernate.Engine.CascadingAction+SaveUpdateCascadingAction for collection: CommerceBuilder.Stores.Store.Affiliates
dandersonMLT  
#17 Posted : Wednesday, June 3, 2020 9:37:43 AM(UTC)
dandersonMLT

Rank: Newbie

Groups: Developers
Joined: 4/30/2019(UTC)
Posts: 1

I just wanted to check in again to see if the log above helped identify the issue.

If not, is there a way to manually install the plugin?
Naveed Ashraf  
#18 Posted : Thursday, June 4, 2020 1:09:13 PM(UTC)
Naveed Ashraf

Rank: Advanced Member

Groups: Admin, Administrators, Developers, Registered, HelpDesk, Authorized User
Joined: 7/31/2019(UTC)
Posts: 77

Was thanked: 8 time(s) in 8 post(s)
Quote:
2020-05-01 14:57:26,895 INFO AbleCommerce Trying to install plugin 'ZapierWebApi'
2020-05-01 14:57:26,895 ERROR AbleCommerce Value cannot be null.
Parameter name: type
System.ArgumentNullException: Value cannot be null.
Parameter name: type
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at System.Activator.CreateInstance(Type type, Object[] args)
at CommerceBuilder.Plugins.PluginManager.Install(String pluginName)



Hi,

It seems that you have renamed the connection string in following file:

App_Data\database.config

Please confirm.

Thanks.
Thanks for your support!
Naveed Ashraf
Ablecommerce.com
Developer Assistance Available
dandersonMLT  
#19 Posted : Thursday, June 4, 2020 1:27:02 PM(UTC)
dandersonMLT

Rank: Newbie

Groups: Developers
Joined: 4/30/2019(UTC)
Posts: 1

I don't think we renamed the connection string in the file.
Contents of the file:

Quote:


<connectionStrings>
<add name="AbleCommerce" connectionString="CONNECTION STRING HERE" providerName="System.Data.SqlClient" />
</connectionStrings>

Naveed Ashraf  
#20 Posted : Thursday, June 4, 2020 2:03:38 PM(UTC)
Naveed Ashraf

Rank: Advanced Member

Groups: Admin, Administrators, Developers, Registered, HelpDesk, Authorized User
Joined: 7/31/2019(UTC)
Posts: 77

Was thanked: 8 time(s) in 8 post(s)
Thanks for the reply. There seems some strange issue, that we are unable to figure out.

Lets retry the plugin install process, please follow these steps carefully:

1. Delete the following directory
Website\Plugins\ZapierWebApi

2. Edit the InstalledPlugins.xml file under /App_Data/ folder, and remove the plugin entry for ZapierWebApi.

<Plugin>
<PluginName>ZapierWebApi</PluginName>
<InstalledOn>2020-05-01T19:29:55.4834723Z</InstalledOn>
<Pending>true</Pending>
</Plugin>

3. Stop IIS, and clear the log file /App_Data/logs/app.log. (remove or rename it manually).

4. Restart IIS, and from admin re-install the plugin.

I hope it will either solve the issue, or give us a fresh information on the error.

Thanks,
Thanks for your support!
Naveed Ashraf
Ablecommerce.com
Developer Assistance Available
Users browsing this topic
2 Pages12>
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.