Group: Forum Members
Last Active: Mon 6 Dec 2021
Posts: 235,
Visits: 750
|
Hello guys, not sure if the markup needs changing or the DB needs changing so rather than me update the git directly I thought I would post it here and allow the admin to apply the best strategy.
kartrislogin.ascx line 120 has:
Text="<%$ Resources: GDPR, FormLabel_GDPRConfirmText %>"
This causes compiles to fail as the language string has the class name 'kartris', not 'GDPR'. either the class name in the DB needs updating or line 120 of the above mentioned class needs to be changed to:
Text="<%$ Resources: kartris, FormLabel_GDPRConfirmText %>"
We are always willing to help out the community or pitch in to help you fix a problem. However, if you want a complete solution made such as a code module or new feature added you have two options. Either 1) Reach out to the Kartris internal development team at http://www.kartris.com/Contact.aspx. 2) Contact one of the Kartris approved partners at http://www.kartris.com/t-Worldwide-Developers.aspx. Have fun and good luck coding.
|