Activities of "EngincanV"

Did this but not working.

Sorry to hear that. I guess there is nothing we can do (except excluding the cms-kit-pro module) at this point. Please wait for v5.3.1, we'll release it soon.

This error was caused after the obfuscation process when released the v5.3.0. To fix this problem, maybe you can try to disable the polls feature by using the GlobalFeatures :

GlobalFeatureManager.Instance.Modules.CmsKitPro(cmsKitPro =>
{
    cmsKitPro.Disable<PollsFeature>();
});

@EngincanV you got something else for me to try out?

I'll create a repository and try to integrate it with the docs module and share the steps with you.

We've fixed this problem and it will be available with v5.3.1.

This issue can be reproduced when you are trying to save some error (the exception which happens in your application). Have you reproduced this case?

Yes, I tried in that case but couldn't reproduce the problem. If it's possible can you share your class that implements the IAuditingStore?

Hi, if you have the yarn.lock file in the blazor server project directory, can you delete it and re-run the abp install-libs command?

Can you create a docs-langs.json file in the /docs directory of your repository (like https://github.com/abpframework/abp/blob/dev/docs/docs-langs.json):

{  
  "Languages":[  
    {  
      "DisplayName" : "Icelandic",  
      "Code" : "is",  
      "IsDefault": true  
    }  
  ]  
}  

Its there https://github.com/Ibeinni/docs or am I misunderstanding? I do not have a docs folder but only a docs repository.. is that it?

It seems you already created it, my bad sorry. Can you change the root URL to https://github.com/Ibeinni/docs/tree/{version}/is and add an index.md file under the is directory and then try it again?

Can you create a docs-langs.json file in the /docs directory of your repository (like https://github.com/abpframework/abp/blob/dev/docs/docs-langs.json):

{
  "Languages":[
    {
      "DisplayName" : "Icelandic",
      "Code" : "is",
      "IsDefault": true
    }
  ]
}

I've created an application with v5.0 and implemented the IAuditingStore interface and save records by using the IAuditLogRepository. Then, upgraded the application to v5.1.2 and I still could save records to the database and didn't face with any problems.

Can you share your class that implements the IAuditingStore?

Hi, if it's possible can you share the content of the ITXWebModule class?

Showing 1051 to 1060 of 1343 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20