Group: Forum Members
Last Active: Thu 23 Jul 2020
Posts: 70,
Visits: 175
|
Hi,
Using v2.5008, I'm having trouble entering Hebrew into the product name field, it generates 'general database error'.
I added Hebrew as a language, but I entered the Hebrew text in the 'English' section, because I don't really want to run the site in both languages, but rather to allow either language in the same 'languageid' - some products will be listed in English and some in Hebrew.
----------------------------------------------------------------------------- >> ProductsBLL._AddProduct ----------------------------------------------------------------------------- >> System.ApplicationException >> 1/23/2014 10:57:18 AM >> Version:2.5008 >> URL:http://kosherconsignments.com/Admin/_ModifyProduct.aspx?ProductID=0&CategoryID=6&strParent=0 >> 47.21.132.50 >> CUSTOM MESSAGE: Database Error: A general error has occurred.Error occurred while processing the operation. >> MESSAGE: Error occurred while processing the operation. >> STACK: at ProductsBLL._AddProduct(DataTable ptblElements, String pParentsList, Int32& pProductID, Boolean pLive, Byte pFeatured, String pOrderVersionsBy, Char pVersionsSortDirection, Char pReviews, Char pVersionDisplayType, Int32 pSupplier, Char pProductType, Int32 pCustomerGroupID, Int32 pUser, String& strMsg)
|
Group: Forum Members
Last Active: Thu 11 Jul 2019
Posts: 115,
Visits: 565
|
Anyone ever found a fix for this?
|
Group: Forum Members
Last Active: Mon 6 Dec 2021
Posts: 235,
Visits: 750
|
Do you have an example text that we can try and insert and then we can see what the result is? The database fields themselves are NVARCHAR so it shouldn't matter what language you are inputting as it should be stored anyway. It may be that some of the VB.Net code is trying to read this as a VARCHAR string and not handling it correctly.
If you can share a sample string I can try and reproduce the fault.
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.
|