RE:Role with a space
kelly-lionYou are of course correct, that would be the best solution. I just don't know where all else they used it. I'll fix it the right way, but it will require digging and testing.
View Articlehttp://localhost/rest/settoken returns error 403
poplooukhin-gmailHi allI tried to authenticate using request to http://localhost/rest/settoken?username=<username>&password=<password>&token=<token>. This request returns...
View ArticleRE:http://localhost/rest/settoken returns error 403
kentico_martind2Hello,I would recommend you to search on the Google for...
View ArticleRE:Role with a space
FroggEyeOpen Visual Studio and simply do a Ctrl+F and find the syntax in the code. That will probably cover most of your issues. There could be instances where they are looking for the role in a macro...
View ArticleRE:http://localhost/rest/settoken returns error 403
poplooukhin-gmailHello, MartinI tried to invoke the following request using Fiddler:GET http://localhost:8080/rest/settoken?username=joedoe&password=12345&token=12345User-Agent: FiddlerHost:...
View ArticleRE:Checkbox list Custom CMS Form user control
rooossoneHi Again,So I decided to go back to basics and see if I could create ANY form control...http://devnet.kentico.com/docs/devguide/index.html?developing_form_controls.htmI followed the above...
View ArticleAdding new products using a generic handler
lucas-inorbitalI'm trying to add a new product to the shopping cart through a generic handler (.ashx). The item appears in the cart if i add it through an onclick event on the asp.net button, but item...
View ArticleRE:Authentication in Kentico using REST API
FroggEyeHave you looked at the REST API docs? There is some info in there about authentication and examples in the Corporate Website.
View ArticleRE:Adding new products using a generic handler
lucas-inorbitalSeems like EcommerceContext.CurrentShoppingCart isn't updated at all.If i do ShoppingCartInfoProvider.GetShoppingCartInfo(ECommerceContext.CurrentShoppingCart.ShoppingCartGUID)I would...
View ArticleCustom Authenticate FailureText
nrussellWe have implemented custom authentication on our Kentico Website using the Authenticate Handler. This works fine but I would like to handle a couple of different failure cases to provide more...
View ArticleUpgrade to v7 with some issues
whiplashHi GuysWe have recently upgraded a site from v5, gone through upgrades until v7.The project is now down to 2 errors, these are as follows: MacroResolver.OnResolveCustomMacro += new...
View ArticleRE:Upgrade to v7 with some issues
kentico_jurajoHello,For some reason the automatic replacement in the App_Code\Global\CMS\CMSCustom.cs file was not executed. Please, manually replace the old names with the new ones as described...
View ArticleRE:Upgrade to v7 with some issues
whiplashHi JurajOK - so, if I have interpreted that correctly then my code should be as follows:MacroResolverCompatibility.OnResolveCustomMacro +=...
View ArticleRE:Upgrade to v7 with some issues
kentico_jurajoHello,What was the upgrade path? I did this replacement on my upgraded version and it is working fine:MacroResolverCompatibility.OnResolveCustomMacro += new...
View ArticleRE:Upgrade to v7 with some issues
whiplashHi The upgrade path was going from v5 to 5.5 to 5.5R2 to 6 to 7
View ArticleRE:Integration Bus not reporting errors?
kentico_zdenekcHi,In the parallel email conversation, we've reached the dead end where even the tasks were not logged in your environment, but we weren't able to reproduce it with the simple scenario,...
View ArticleRE:Upgrade to v7 with some issues
kentico_jurajoHello,Have you launched the site after each upgrade? This API change should have been done automatically already after upgrade to v6 - during the first site launch.Have you followed all...
View ArticleRE:Upgrade to v7 with some issues
whiplashOK thanks for your assistance. We may have ran through the upgrades without launching the site after each upgrade, thinking we could fix the issues after all upgrades had run.That was us trying...
View ArticleRE:Upgrade to v7 with some issues
kentico_jurajoHello,In the instructions, there are only things you have to do. There are no steps that are optional, only relevant things. During the first startup of the site some scripts and code is...
View ArticleRE:Smart Search Sorting
ewood-mgmaHi FroggEye,I know its been a few months since you first posted this question, but did you ever find a solution to your problem?I'm using the Smart Search Filter, which follows a similar...
View Article