crash when install Plugin

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 years ago
Hello
i'm Using Nop 4.2. ones i try payment by Paypal Plugin from marketplace adn the appliacaion has Crash. i recycle the app pool and delete Pluing To install from App_data/plugin.json and the application start work again. after this problem every time i try install any plugin the application get crash.
this error massage
An error occurred while starting the application.
.NET Core 4.6.27414.05 X64 v4.0.0.0    |   Microsoft.AspNetCore.Hosting version 2.2.0-rtm-35687    |    Microsoft Windows 6.2.9200    |   Need help?

can any one advice me what to do ??
3 years ago
esmhos wrote:
payment by Paypal Plugin from marketplace

Since there are few, which plugin it would be?

esmhos wrote:
An error occurred while starting the application.

Have you looked at the Log?

Regards,
Tom
3 years ago
i try this plugin
https://thenopplugins.com/paypalme
and after when i try install any plugin application crash
the log file
info: Microsoft.EntityFrameworkCore.Infrastructure[10403]
      Entity Framework Core 2.2.4-servicing-10062 initialized 'NopObjectContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: MaxPoolSize=128 using lazy-loading proxies
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (766ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT [t].[Id], [t].[Enabled], [t].[LastEndUtc], [t].[LastStartUtc], [t].[LastSuccessUtc], [t].[Name], [t].[Seconds], [t].[StopOnError], [t].[Type]
      FROM [ScheduleTask] AS [t]
      WHERE [t].[Enabled] = 1
      ORDER BY [t].[Seconds] DESC
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (235ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT [s].[Id], [s].[CompanyAddress], [s].[CompanyName], [s].[CompanyPhoneNumber], [s].[CompanyVat], [s].[DefaultLanguageId], [s].[DisplayOrder], [s].[Hosts], [s].[Name], [s].[SslEnabled], [s].[Url]
      FROM [Store] AS [s]
      ORDER BY [s].[DisplayOrder], [s].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (130ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT [s].[Id], [s].[Name], [s].[StoreId], [s].[Value]
      FROM [Setting] AS [s]
      ORDER BY [s].[Name], [s].[StoreId]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (730ms) [Parameters=[@p0='?' (DbType = DateTime2), @p1='?' (DbType = Int32), @p2='?' (Size = 4000), @p3='?' (Size = 200), @p4='?' (DbType = Int32), @p5='?' (Size = 4000), @p6='?' (Size = 4000), @p7='?' (Size = 4000)], CommandType='Text', CommandTimeout='30']
      SET NOCOUNT ON;
      INSERT INTO [Log] ([CreatedOnUtc], [CustomerId], [FullMessage], [IpAddress], [LogLevelId], [PageUrl], [ReferrerUrl], [ShortMessage])
      VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7);
      SELECT [Id]
      FROM [Log]
      WHERE @@ROWCOUNT = 1 AND [Id] = scope_identity();
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (793ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT [l].[Id], [l].[DefaultCurrencyId], [l].[DisplayOrder], [l].[FlagImageFileName], [l].[LanguageCulture], [l].[LimitedToStores], [l].[Name], [l].[Published], [l].[Rtl], [l].[UniqueSeoCode]
      FROM [Language] AS [l]
      WHERE [l].[Published] = 1
      ORDER BY [l].[DisplayOrder], [l].[Id]
warn: Microsoft.EntityFrameworkCore.Query[10103]
      Query: '(from StringQueryType <generated>_2 in DbSet<StringQueryType> select [<generated>_2]).FirstOrDefault...' uses First/FirstOrDefault/Last/LastOrDefault operation without OrderBy and filter which may lead to unpredictable results.
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (742ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [s].[Value]
      FROM (
          SELECT TOP (1) TABLE_SCHEMA as Value FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME LIKE 'Category'
      ) AS [s]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (332ms) [Parameters=[@__systemName_0='?' (Size = 255)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [pr].[Id], [pr].[Category], [pr].[Name], [pr].[SystemName]
      FROM [PermissionRecord] AS [pr]
      WHERE [pr].[SystemName] = @__systemName_0
      ORDER BY [pr].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (0ms) [Parameters=[@__systemName_0='?' (Size = 255)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [pr].[Id], [pr].[Category], [pr].[Name], [pr].[SystemName]
      FROM [PermissionRecord] AS [pr]
      WHERE [pr].[SystemName] = @__systemName_0
      ORDER BY [pr].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (0ms) [Parameters=[@__systemName_0='?' (Size = 255)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [pr].[Id], [pr].[Category], [pr].[Name], [pr].[SystemName]
      FROM [PermissionRecord] AS [pr]
      WHERE [pr].[SystemName] = @__systemName_0
      ORDER BY [pr].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (0ms) [Parameters=[@__systemName_0='?' (Size = 255)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [pr].[Id], [pr].[Category], [pr].[Name], [pr].[SystemName]
      FROM [PermissionRecord] AS [pr]
      WHERE [pr].[SystemName] = @__systemName_0
      ORDER BY [pr].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (0ms) [Parameters=[@__systemName_0='?' (Size = 255)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [pr].[Id], [pr].[Category], [pr].[Name], [pr].[SystemName]
      FROM [PermissionRecord] AS [pr]
      WHERE [pr].[SystemName] = @__systemName_0
      ORDER BY [pr].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (0ms) [Parameters=[@__systemName_0='?' (Size = 255)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [pr].[Id], [pr].[Category], [pr].[Name], [pr].[SystemName]
      FROM [PermissionRecord] AS [pr]
      WHERE [pr].[SystemName] = @__systemName_0
      ORDER BY [pr].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (0ms) [Parameters=[@__systemName_0='?' (Size = 255)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [pr].[Id], [pr].[Category], [pr].[Name], [pr].[SystemName]
      FROM [PermissionRecord] AS [pr]
      WHERE [pr].[SystemName] = @__systemName_0
      ORDER BY [pr].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (0ms) [Parameters=[@__systemName_0='?' (Size = 255)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [pr].[Id], [pr].[Category], [pr].[Name], [pr].[SystemName]
      FROM [PermissionRecord] AS [pr]
      WHERE [pr].[SystemName] = @__systemName_0
      ORDER BY [pr].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (0ms) [Parameters=[@__systemName_0='?' (Size = 255)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [pr].[Id], [pr].[Category], [pr].[Name], [pr].[SystemName]
      FROM [PermissionRecord] AS [pr]
      WHERE [pr].[SystemName] = @__systemName_0
      ORDER BY [pr].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (0ms) [Parameters=[@__systemName_0='?' (Size = 255)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [pr].[Id], [pr].[Category], [pr].[Name], [pr].[SystemName]
      FROM [PermissionRecord] AS [pr]
      WHERE [pr].[SystemName] = @__systemName_0
      ORDER BY [pr].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (0ms) [Parameters=[@__systemName_0='?' (Size = 255)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [pr].[Id], [pr].[Category], [pr].[Name], [pr].[SystemName]
      FROM [PermissionRecord] AS [pr]
      WHERE [pr].[SystemName] = @__systemName_0
      ORDER BY [pr].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (0ms) [Parameters=[@__systemName_0='?' (Size = 255)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [pr].[Id], [pr].[Category], [pr].[Name], [pr].[SystemName]
      FROM [PermissionRecord] AS [pr]
      WHERE [pr].[SystemName] = @__systemName_0
      ORDER BY [pr].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (0ms) [Parameters=[@__systemName_0='?' (Size = 255)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [pr].[Id], [pr].[Category], [pr].[Name], [pr].[SystemName]
      FROM [PermissionRecord] AS [pr]
      WHERE [pr].[SystemName] = @__systemName_0
      ORDER BY [pr].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (0ms) [Parameters=[@__systemName_0='?' (Size = 255)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [pr].[Id], [pr].[Category], [pr].[Name], [pr].[SystemName]
      FROM [PermissionRecord] AS [pr]
      WHERE [pr].[SystemName] = @__systemName_0
      ORDER BY [pr].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (0ms) [Parameters=[@__systemName_0='?' (Size = 255)], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [pr].[Id], [pr].[Category], [pr].[Name], [pr].[SystemName]
      FROM [PermissionRecord] AS [pr]
      WHERE [pr].[SystemName] = @__systemName_0
      ORDER BY [pr].[Id]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (484ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT COUNT(*)
      FROM [BlogPost] AS [b]
      WHERE ([b].[StartDateUtc] IS NULL OR ([b].[StartDateUtc] <= GETUTCDATE())) AND ([b].[EndDateUtc] IS NULL OR ([b].[EndDateUtc] >= GETUTCDATE()))
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (4ms) [Parameters=[@__p_0='?' (DbType = Int32), @__p_1='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [b].[Id], [b].[AllowComments], [b].[Body], [b].[BodyOverview], [b].[CreatedOnUtc], [b].[EndDateUtc], [b].[IncludeInSitemap], [b].[LanguageId], [b].[LimitedToStores], [b].[MetaDescription], [b].[MetaKeywords], [b].[MetaTitle], [b].[StartDateUtc], [b].[Tags], [b].[Title]
      FROM [BlogPost] AS [b]
      WHERE ([b].[StartDateUtc] IS NULL OR ([b].[StartDateUtc] <= GETUTCDATE())) AND ([b].[EndDateUtc] IS NULL OR ([b].[EndDateUtc] >= GETUTCDATE()))
      ORDER BY COALESCE([b].[StartDateUtc], [b].[CreatedOnUtc]) DESC
      OFFSET @__p_0 ROWS FETCH NEXT @__p_1 ROWS ONLY
warn: Microsoft.EntityFrameworkCore.Model.Validation[30000]
      No type was specified for the decimal column 'Width' on entity type 'MenuItem'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values using 'HasColumnType()'.
info: Microsoft.EntityFrameworkCore.Infrastructure[10403]
      Entity Framework Core 2.2.4-servicing-10062 initialized '_7SpikesObjectContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: using lazy-loading proxies
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (36ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT [richBlogPost].[Id], [richBlogPost].[BlogPostId], [richBlogPost].[HomePagePictureId], [richBlogPost].[PictureId]
      FROM [SS_RB_Post] AS [richBlogPost]
      WHERE 0 = 1
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (146ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (15ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (3ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (27ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (5ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (54ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (27ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (9ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (28ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (19ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (16ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
warn: Microsoft.EntityFrameworkCore.Query[10103]
      Query: '(from IntQueryType intValue in DbSet<IntQueryType> select [intValue].Value).FirstOrDefault()' uses First/FirstOrDefault/Last/LastOrDefault operation without OrderBy and filter which may lead to unpredictable results.
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (46ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [intValue].[Value]
      FROM (
          SELECT COUNT(*) as Value FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = 'SS_ES_EntitySetting'
      ) AS [intValue]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (195ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (28ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (132ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (9ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (40ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (10ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (9ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (8ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT TOP(1) [intValue].[Value]
      FROM (
          SELECT COUNT(*) as Value FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = 'SS_ES_EntitySetting'
      ) AS [intValue]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (147ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT [s].[Id], [s].[CarouselType], [s].[DataSourceEntityId], [s].[DataSourceType], [s].[LimitedToStores], [s].[Name], [s].[Title]
      FROM [SS_JC_JCarousel] AS [s]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (17ms) [Parameters=[@__entityType_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30']
      SELECT [setting].[Id], [setting].[EntityId], [setting].[EntityType], [setting].[Key], [setting].[Value]
      FROM [SS_ES_EntitySetting] AS [setting]
      WHERE [setting].[EntityType] = @__entityType_0
      ORDER BY [setting].[Key]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (26ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (16ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (41ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (21ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (18ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (17ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (19ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (17ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (10ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (9ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (22ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (20ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (24ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
      SELECT [entityCondition].[Id], [entityCondition].[ConditionId], [entityCondition].[EntityId], [entityCondition].[EntityType], [entityCondition].[LimitedToStores]
      FROM [SS_C_EntityCondition] AS [entityCondition]
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (6ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (5ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbType = Xml), UpdateExistingResources='?' (DbType = Boolean)], CommandType='Text', CommandTimeout='600']
      EXEC [LanguagePackImport] @LanguageId, @XmlPackage, @UpdateExistingResources
info: Microsoft.EntityFrameworkCore.Database.Command[20101]
      Executed DbCommand (38ms) [Parameters=[LanguageId='?' (DbType = Int32), XmlPackage='?' (DbT
3 years ago
Thins 4 Log files
https://mega.nz/file/Q88DBQLZ#71sIHnrcqSSTKGi70qOdv9a1BAabFyU-pk8q2cvAf6I
https://mega.nz/file/BpsRBA4T#5l18qt-KKIl8iJXB4ZFMC56r0PKOo7D_td93Kc8ASPU
https://mega.nz/file/19lnQAbR#IkLyG73VspJZR0ZOdL9UMPbkzn7ke7UCA6zY7_dnnlU
https://mega.nz/file/wptlCASJ#YaraPKW5BIoFY4RkYWF8-qaDWnwIbz9NOPhUMu4YKLs

Please can any one advice me.
thanks
3 years ago
hello.
please share your idea about this problem. how i fix this issue ? how i can find error in log file ?
3 years ago
esmhos wrote:
when i try install any plugin application crash

If affect with any plugin?

esmhos wrote:
i try this plugin
https://thenopplugins.com/paypalme

Since that is a third party plugin why you do not contact the developer?

Regards,
Tom
3 years ago
well he just said please restart the app pool and it well work.
but nothing happen
i deployed new application
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.