umbraco6

On submit click getting issue in umbraco

女生的网名这么多〃 提交于 2020-01-07 02:45:06
问题 I have one submit click on which the comment get submitted for particular product or thing but on clicking that I am not able to submit that commnet and facing issue as seen in below images Another thing is that this things are working properly in my local host but when I upload it on my beta/staging/Live server I am facing this issue. I have also tried deleting umbraco.config file and log file but still facing same issue Also on log file I can see the issue as I have one issue for what i

Umbraco AJAX call not working

萝らか妹 提交于 2020-01-04 09:08:08
问题 I have a MVC application where I have installed umbraco 6.1.6 nuget package.Now I am trying to call a controller from a view using Jquery AJAX function. The controller is placed in MVC controller folder and it is inherited with UmbracoApiController. I have tried to follow the Umbraco API document ,But everytime my request is send it redirects to 404 page. I have tried the same using umbraco 7.1.4 downloaded from here and it works fine for me. Can anyone suggest a solution for this. The

Code added to CodeBehind not executing

醉酒当歌 提交于 2019-12-20 04:04:34
问题 I'm very new to Umbraco, I am still picking my way through how it works so it is entirely possible that I have missed something extremely obvious. I have been asked to amend how a slider on a MasterPage functions, I've found the markup for the slider is in the .cs file for the MasterPage. void CreateSlider() { if (!String.IsNullOrEmpty(CurrentContent.Slider1Image)) { slider.InnerHtml += "<li class='foobar'>"; if (!String.IsNullOrEmpty(CurrentContent.Slider1Title)) { slider.InnerHtml += "<img

Umbraco V6.1.3 Lucene Index Corruption

青春壹個敷衍的年華 提交于 2019-12-12 17:30:06
问题 Just upgraded an Umbraco V6.1.1 site to V6.1.3. All went well on my workstation. Copied the files up to the web server after deleting all that was there, did the same with the database. Set all the directory permissions and ran the site. Site (which is MVC) runs BUT with two issues which I can't fathom and would really appreciate some help with. One page errors with a Read Past EOF error. This is the view it's trying to run. The error is on link in Bold. @inherits Umbraco.Web.Mvc

Code added to CodeBehind not executing

孤街醉人 提交于 2019-12-02 03:51:43
I'm very new to Umbraco, I am still picking my way through how it works so it is entirely possible that I have missed something extremely obvious. I have been asked to amend how a slider on a MasterPage functions, I've found the markup for the slider is in the .cs file for the MasterPage. void CreateSlider() { if (!String.IsNullOrEmpty(CurrentContent.Slider1Image)) { slider.InnerHtml += "<li class='foobar'>"; if (!String.IsNullOrEmpty(CurrentContent.Slider1Title)) { slider.InnerHtml += "<img src='" + GetMedia(CurrentContent.Slider1Image) + "' alt='' />"; slider.InnerHtml += "<div class='slider