Sign in Register
Our Umbraco
  • Forum
  • Packages
  • Documentation
  • Community
  • Discord
  • Download
  • Sign in
  • Our Umbraco
  • Search
  • spellcheck
  • Spellcheck doesn't work in TinyMCE
    Created: January 16, 2013 - Last update: January 18, 2013
    I had a customer request spellcheck when they create a newsletter, so I enabled the option in the TinyMCE settings for the "Richeditor Newsleter Studio" datatype. But when the spellcheck button is clicked in TinyMCE now, it causes an exception: System.Web.HttpException: The file '/umbraco/Newslette…
  • TinyMCE Enable gecko_spellcheck?
    Forum / TinyMCE Enable gecko_spellcheck?
    Created: April 23, 2013 - Last update: July 31, 2013
    The spell check feature doesn't appear to be working (read some postings that Google shut down their spell checking service).Apparently TinyMCE turns off the built-in Gecko spell checker. You can re-enable it by setting gecko_spellcheck = true within the TinyMCE initialization, but I can't find wher…
  • TinyMCE spellcheck in Umbraco v.4.0.2.1
    Forum / TinyMCE spellcheck in Umbraco v.4.0.2.1
    Created: November 18, 2009 - Last update: November 19, 2009
    I would really like to get a working spellcheck on TinyMCE. I see that there's a working version on Umbraco 4.1, but I don't want to upgrade the entire site just yet. On the TinyMCE website I see that there is a new .NET version that comes with a spellcheck. Has anyone integrated this into Umbraco?…
  • tinyMCE Spellcheck not working in 6.1.2
    Forum / tinyMCE Spellcheck not working in 6.1.2
    Created: July 11, 2013 - Last update: July 31, 2013
    What it says above.   The spellcheck will just run the loading screen until an error:   error response: <html> <head> <title>Runtime Error</title> <style> body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} p {font-family:"Verdana…
  • TinyMCE SpellCheck bug
    Forum / TinyMCE SpellCheck bug
    Created: July 28, 2010 - Last update: February 06, 2014
    I have come across a bug in the TinyMCE Spellchecker. Was wondering if someone else has come across it as well. I get it when using single quotes and there is a misspelling: When I copy that error HTML and put that inside an html page I get this: And I thought this site was bad BEFORE I tried to us…
  • How do i implement Spellcheck/Suggestion for Members search?
    Forum / How do i implement Spellcheck/Suggestion for Members search?
    Created: January 28, 2020 - Last update: January 28, 2020
    I already have Members search working using member service, var memberService = ApplicationContext.Current.Services.MemberService; IEnumerable members = memberService.GetAllMembers(); @foreach (var member in members) { } but dont k…
  • TinyMCE spellcheck error. You must write ContentLength bytes to the request stream.
    Forum / TinyMCE spellcheck error. You must write ContentLength bytes to the request stream.
    Created: July 11, 2013 - Last update: December 21, 2013
    I am running umbraco 4.9.0 with the default tinymce installed. I have enabled spellcheck option for the RTE datatype but when I click on the button in backend to run a spellcheck I get a popup with the following runtime error below. I have read lots of articles blaming google api and a change to the…
  • Automatic TinyMCE spellcheck on publish
    Forum / Automatic TinyMCE spellcheck on publish
    Created: July 08, 2011 - Last update: July 08, 2011
    Hi all, I am running umbraco 4.7 and have activated the TinyMCE spellchecker which is great, but is there any way to automatically run the spellchecker when the user clicks the save & publish button? Thanks, Max
  • Can someone please share their tinymce.config that has most of the icons especially spellcheck and searchreplace plugin?
    Forum / Can someone please share their tinymce.config that has most of the icons especially spellcheck and searchreplace plugin?
    Created: August 05, 2014 - Last update: August 05, 2014
    Hello,   I am trying to add the SearchReplace plugin and spellcheck plugin. I added it as follows: <command>       <umbracoAlias>mceSearchReplace</umbracoAlias>      <icon>images/editor/replace.png</icon>       <tinyM…
  • Spell Checker
    Forum / Spell Checker
    Created: January 26, 2012 - Last update: January 26, 2012
    I'm getting a really ugly error in IE8 when I use the spell checker. It's the same as the error that is talked about in here: http://our.umbraco.org/forum/core/general/11101-TinyMCE-SpellCheck-bugI can see that someone has made a suggestion to create my own spell checker and inherit from the or…
  • TinyMce Editor Auto Spell Check
    Forum / TinyMce Editor Auto Spell Check
    Created: June 14, 2013 - Last update: July 31, 2013
    Hi all,I'm using Umbraco Version 4.11.7,I want to activate Auto spell check in TinyMce Editor....Please help me,,,The Google spellchecker service this relies on (https://www.google.com/tbproxy/spell) may have been turned off for good.   An alternative is the HunSpellChecker plugi…
  • Adding Spell Check to Umbraco Examine Search
    Forum / Adding Spell Check to Umbraco Examine Search
    Created: August 21, 2017 - Last update: February 20, 2018
    HI All, We are trying to add spellcheck functionality to our Umbraco Examine search and have been following this guide, which looks like it will perfectly fulfill our requirements. http://blog.aabech.no/archive/building-a-spell-checker-for-search-in-umbraco/ No matter how I seem to configure it w…
  • HunSpellChekcer and tinyMce.config
    Forum / HunSpellChekcer and tinyMce.config
    Created: December 28, 2013 - Last update: January 18, 2014
    Umbraco Version: 4.9.1 I realize that the old spell check [went away][1]. I wanted to try the [HunSpellChecker][2]. I manually installed the package, and made sure to edit out the old references to the Google SpellCheck service in the web.config. After installing the binaries and following the…
  • Search: Has anyone implemented SpellChecker functionality using Lucene&#39;s API and Examine?
    Forum / Search: Has anyone implemented SpellChecker functionality using Lucene's API and Examine?
    Created: July 05, 2017 - Last update: October 12, 2022
    Looking for expert's help to implement 'Did you mean' functionality/ display search term recommendations to the user. I'd like to use the index files, that were already created by Examine on the application startup, to apply SpellChecker algorithm. **Example Usage from official documentation:** …
  • How to remove HunSpellChecker
    Created: July 07, 2015 - Last update: July 07, 2015
    Unsure how to totally remove HunSpellchecker now that we're on 7.2.4 and the built-in browser spellcheckers work okay. The Trace Logs still show these two lines about every couple minutes: 2015-07-07 02:00:36,732 [7] INFO Usc.Plugins.HunSpellChecker.HunSpellChecker - Culture 'en-US' loaded for sp…
  • HunSpellChekcer and tinyMce.config
    Forum / HunSpellChekcer and tinyMce.config
    Created: December 28, 2013 - Last update: December 28, 2013
    Umbraco Version: 4.9.1 I realize that the old spell check [went away][1]. I wanted to try the [HunSpellChecker][2]. I manually installed the package, and made sure to edit out the old references to the Google SpellCheck service in the web.config. After installing the binaries and following the…
  • HunSpellChekcer and tinyMce.config
    Forum / HunSpellChekcer and tinyMce.config
    Created: December 28, 2013 - Last update: December 28, 2013
    Umbraco Version: 4.9.1 I realize that the old spell check [went away][1]. I wanted to try the [HunSpellChecker][2]. I manually installed the package, and made sure to edit out the old references to the Google SpellCheck service in the web.config. After installing the binaries and following the…
  • Getting TinyMCE Spell Checker to work
    Forum / Getting TinyMCE Spell Checker to work
    Created: August 03, 2010 - Last update: August 03, 2010
    I'm trying to get the TinyMCE spell checker to work on my site. Apart from enabling the spell checker feature in the Richtext editor data type, I'm guessing that I have to uncomment the config line in tinyMceConfig.config and add my own Google API key there ? <!--  this area is for custom co…
  • Umbraco 4.7 RTE stylesheets load in wrong order
    Forum / Umbraco 4.7 RTE stylesheets load in wrong order
    Created: March 31, 2011 - Last update: April 04, 2011
    Umbraco lets you assign one or more stylesheets to the richtext editor data type so you can render your custom styles in it. I created a stylesheet named editor.css and assigned it to the data type. I then added styles to editor.css so that the text will render how I want it to. This does…
  • TinyMCE Confusion
    Forum / TinyMCE Confusion
    Created: January 27, 2012 - Last update: January 27, 2012
    When I downloaded Umbraco, I discovered that it came with a spellchecker. Sad thing is... it doesn't work. Sometimes it completely ignores mispelled words or a nasty pop-up appears with an error message. My teammates and I have been attacking this for quite some time now and we recently discovered t…
  • How to insert html form syntax in an umbraco page?
    Forum / How to insert html form syntax in an umbraco page?
    Created: May 23, 2011 - Last update: November 05, 2015
    Hi everyone! Just a quick one out there for you guys, how can i insert normal html form syntax without it being automatically removed from my umbraco page when i click 'update' in the html editor view?   I want to insert the following Normal 0 false false false EN-…
  • Slow Backend - Richtext Editor takes 30sec to Load
    Forum / Slow Backend - Richtext Editor takes 30sec to Load
    Created: May 28, 2010 - Last update: July 06, 2012
    Hi!   Running 4.0.4.1, I have two sites with essentially the same structure, on the same server. On one site the backend behaves fairly well, taking no more than ten seconds for most things.   But on the other, whenever a TinyMCE control is involved, a wait of 27-30seconds takes…
  • Solis Search
    Website utilities / Packages / Our
    Created: March 18, 2014 - Last update: December 14, 2023
    With Solis Search you can power your Umbraco website with the popular, blazing fast open source enterprise search platform Apache Solr in no time.Features Easy configuration > minimal coding Facets Language support Security support Autocomplete Spellcheck Richtext indexing Dashboard to…
  • Spell checker for umbraco 7.0.1
    Forum / Spell checker for umbraco 7.0.1
    Created: May 07, 2014 - Last update: September 13, 2014
    Hello Everyone,I have been looking for a reliable spell checker for Umbraco. We are using version 7.0.11. I tried the built-in spell checking functionality of Chrome, but it doesn't work in Umbraco's Tinymce RTE.2. I tried a couple of Chrome extensions , but they have the same problem as 1.3. I trie…
  • tinyMceService weirdness
    Forum / tinyMceService weirdness
    Created: April 17, 2014 - Last update: April 30, 2014
    Hey Guys, I'm working on a package that can instantiate multiple RTE's at once. I want to be able to style / control what the RTE can do, so I thought I'd use the tinyMceService to instantiate them. So, I've created a custom directive that has a textarea as it's template with a unique ID set, then…
  • Umbraco Forms
    Developer tools / Packages / Our
    Created: March 21, 2010 - Last update: December 05, 2024
    Everyone deserves a form creator that's as easy to use as Umbraco, so we built just that. Whether it's a simple contact form or an advanced multi-step questionnaire that integrates with 3rd party services - it'll be a breeze. umbraco.com/products-and-support/forms Intuitive Creating forms is as e…
  • TinyMCE spellchecker - configuration
    Forum / TinyMCE spellchecker - configuration
    Created: June 18, 2015 - Last update: June 19, 2015
    Hi, I've made some changes to the tinymce.config file so that I have the spellchecker icon now showing on my toolbar but when I click the button I get an error which simply says : Error: GENERAL Is there other config files that I need to make changes to, to make the spellchecker work within Umbr…
  • TinyMCE Spellchecker can I extend it with my own dictionary?
    Website utilities / Packages / Our
    Created: January 26, 2010 - Last update: September 30, 2010
    I have understood that it uses Google Spellchecker but Is it possible to add/extend with words from the local dictionary?    To make it short: Umbraco Spellchecker interface (which the GoogleSpellChecker plugin in Umbraco's TinyMCE is built upon) does only support checking for correct spel…
  • Disable languages in SpellChecker
    Forum / Disable languages in SpellChecker
    Created: November 01, 2012 - Last update: November 01, 2012
    Hi, I am looking for a way to disable certain languages in the spell checker functionality in the Richtext Editor. I have searched for ways to do that, but was unable to find any help. Has anyone tried to do this?
  • Is there a way to rearrange the toolbar buttons in the Rich Text Editor (Umbraco v13, TinyMCE v6)
    Forum / Is there a way to rearrange the toolbar buttons in the Rich Text Editor (Umbraco v13, TinyMCE v6)
    Created: December 12, 2024 - Last update: December 12, 2024
    Is there a way to rearrange the toolbar buttons in the Rich Text Editor? I don't like the way they are currently laid out and would like a better, more streamlined approach like in Microsoft Word. ![enter image description here][1] [1]: /media/upload/629b33e2-6233-42f2-a24d-c5bffda2985f/RTE%20T…
  • HTTP-error 500.19 - Internal Server Error
    Forum / HTTP-error 500.19 - Internal Server Error
    Created: September 09, 2010 - Last update: December 03, 2021
    Hi I had this error after installing on a windows 7 PC. I have IIS 7.5 and SQL Server 2008 on this PC. I installed Umbraco 4.5.2. My web.config look like this: <?xml version="1.0" encoding="utf-8"?><configuration>  <configSections>    <section name="urlrewri…
  • Examine Search not working properly
    Forum / Examine Search not working properly
    Created: November 10, 2018 - Last update: January 08, 2019
    Hi, I need help about examine search query. Here is my code: [System.Web.Http.HttpPost] public List GetArticles(SearchArticleModel model) { var result = new List(); if (!string.IsNullOrEmpty(model.Article)) { var searcher = ExamineManager.…
  • How to upload web content from localhost to server
    Forum / How to upload web content from localhost to server
    Created: July 20, 2010 - Last update: March 01, 2018
    can you suggest to me how to upload web content from localhost to server . i use FileZilla to upload all Umbraco floders from local to the server but i got some error about my web.config file. How i can solve this problem. Please suggest it to me. Choke@Darren , I am using umbraco 7.4.1 on my local…
  • In Umbraco contour Create New Field Type Not Showing Db Saved Value
    Forum / In Umbraco contour Create New Field Type Not Showing Db Saved Value
    Created: December 27, 2017 - Last update: December 28, 2017
    To add new richtext box editor in my form I followed below steps but i got half way success. 1) created new field type by adding below class inside app_code folder. public class RichTextEditor : Umbraco.Forms.Core.FieldType { //public umbraco.editorControls.tinyMCE3.TinyMCE tn; //public Sys…
  • Grid Layout Compatibility
    Created: March 07, 2015 - Last update: May 29, 2016
    Hi, I tried to make uCKEditor working with the new Grid Layout, but I have no luck, I modified grid.editors.config.js adding  {         "name": "uCKE text editor",         "alias": "uCKE",  …
  • Activating the Advanced Theme in TinyMCE
    Forum / Activating the Advanced Theme in TinyMCE
    Created: January 14, 2016 - Last update: January 14, 2016
    Hi, Running Umbraco 7.3.0 and having trouble activating the TinyMCE Advanced Theme so we can add more Font Sizes in the FontSizeSelector Text Editor. I've added the following code to the tinymceconfig.config with no success: code images/editor/code.gif …
  • RichTextEditor features - font color, text size
    Forum / RichTextEditor features - font color, text size
    Created: October 26, 2009 - Last update: July 29, 2015
    It looks like TinyMCE included in Umbarco does not support font color and text size. Instead, I have to create CSS, populate "Styles" combobox and use CSS styles for articles. Is it true? Is there a way to activate text color&size in text editor?  Hello there I was in need of a font size e…
  • Blank Screen Logging into BackOffice after adding FederatedAuthentication Module
    Forum / Blank Screen Logging into BackOffice after adding FederatedAuthentication Module
    Created: August 19, 2014 - Last update: January 14, 2015
    Appologies up front as I'm sure I will leave out some details - Please let me know if any other info is needed. We have installed a new instance of umbraco 7.1.4 into our dev environment.  The umbraco site, our custom controls, and backoffice (logging in against our internal AD accounts) all wo…
  • Manual install of Umbraco 6.2.1 on GoDaddy
    Forum / Manual install of Umbraco 6.2.1 on GoDaddy
    Created: June 12, 2014 - Last update: July 02, 2014
    Windows server has IIS7 and ASP.NET 4.0/4.5. I downloaded the zipped file (UmbracoCms.6.2.1.zip) from  http://our.umbraco.org/contribute/releases/621 unzipped the file and uploaded it to my server (using a subdomain) via ftp. I changed the /Config/umbracoSettings.config for MVC: <template…
  • Warning message appears in some cases
    Created: April 08, 2014 - Last update: April 17, 2014
    Hi there We're using this great package on several of our solutions, but sometimes a weird warning message appears. This is what happens: 1. Some text in the RTE is marked 2. We select "Danish" in the ABC-dropdown 3. We click the ABC-button, to check the marked text for any misppelled words in…
  • Upgrade from 4.7.2 to 6.1.5 issues
    Forum / Upgrade from 4.7.2 to 6.1.5 issues
    Created: October 17, 2013 - Last update: March 21, 2014
    Hi guys, I was trying to upgrade my cms from 4.7.2 to 6.1.5. I followed all the steps( excluding my prior version) mentioned in the page : http://our.umbraco.org/documentation/Installation/Upgrading/version-specific. Then I followed the steps mentioned in the page: http://our.umbraco.org/documentati…
  • Deleted SEO package. now umbraco will not open
    Forum / Deleted SEO package. now umbraco will not open
    Created: January 25, 2014 - Last update: January 27, 2014
    i installed a trial of SEO package.  didnt like it, removed it.  now getting all kinds of error i cant figure out.  have 3 sites running that are also down.  HELP!!!!   ould not load file or assembly 'SEOChecker.Core, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null' or…
  • 7.0.1 - TinyMCE configuration not applied
    Forum / 7.0.1 - TinyMCE configuration not applied
    Created: January 12, 2014 - Last update: January 12, 2014
    Hello, Towards the end of the tinyMceConfig.config file there exists a section where one may specify additional configuration options to be applied to the the editor. In clean installations this contains two configuration options, namely 'entity_encoding' and 'spellchecker_rpc_url', with values of…
  • Installing on Godaddy
    Forum / Installing on Godaddy
    Created: August 21, 2009 - Last update: November 27, 2013
    Is it possible to install Umbraco on godaddy? I updated my web.config file, but when i navigate to the /install directory i get a 500 - Internal server error.   Thanks.I have Umbraco 6.1.6 works on GoDaddy Shared hosting, I just enable read & write to all files even root, and this is my we…
  • Upgrade examine / Lucene
    Forum / Upgrade examine / Lucene
    Created: October 08, 2013 - Last update: October 09, 2013
    Hey Guys.  Are there any way to upgrade the version of Lucene umbraco is using ? i would very much like to get some of the new functionality, such as shingle and spellchecker. Im not really using examine for searching, mainly lucene. So can i work around examine some how ? if i upgrade in…
  • 4.7.1.1 - spell check in RTE
    Forum / 4.7.1.1 - spell check in RTE
    Created: February 08, 2012 - Last update: July 31, 2013
    One of our users reported that the spell check function in the Rich Text Editor isn't working.The Google spellchecker service this relies on (https://www.google.com/tbproxy/spell) may have been turned off for good.   An alternative is the HunSpellChecker pluginThanks Mark, j…
  • Moved to another host
    Forum / Moved to another host
    Created: November 30, 2011 - Last update: May 19, 2013
    I recently moved my umbraco installation to another domain (same IP adres and same database), now i'm getting some security errors. Did i forget to change a setting? (changed permission on folders)Did this ever get resolved? I'm now getting this suddenly on an upgrade from 4.11.6 -> 4.11.8I fixed…
  • Integrating Asp.Net Membership with Umbraco&#39;s Membership Provider
    Forum / Integrating Asp.Net Membership with Umbraco's Membership Provider
    Created: March 15, 2013 - Last update: March 19, 2013
    I am trying to integrate Asp.net's out the box membership provider with a umbraco site, I have tried to do this following another tutorial however it is quite vague. I am receving the Object not set to an instance of an object error whenever I access /account/login.aspx or any account page. Please s…
  • Adding initialization options to TinyMCE
    Forum / Adding initialization options to TinyMCE
    Created: November 26, 2012 - Last update: November 26, 2012
    I'm trying to override the standard formatting options for tinyMCE using style_formats, I've looked up how to on the tinyMCE forums but there seems to be no information on how to add such overrides in Umbraco. The usual method is to add it in the tinymce.init() method. People refer to the tinymcecon…
  • No editor
    Created: October 09, 2012 - Last update: October 11, 2012
    Hello all Do have a compatible version to umbraco v 4.9.0? in this version I have no editor on the newsletter content.thank you for your feedback. cheersmanuelIt was a security issue on the folder umbraco_client. So the installer couldn't write the necessary files into the folder.Great news!…
  • Website won&#39;t run on local server displaying various errors after publishing to hosting server
    Forum / Website won't run on local server displaying various errors after publishing to hosting server
    Created: August 21, 2012 - Last update: August 21, 2012
    Hi Everyone  I'm wondering if anyone could help with my problem.  I have developed a website with no problems on web matrix using a compact database originally. I decided to publish this site onto my hosting provider to test the server and make sure everything was running ok there as every…
  • Tidy Error when embedding You Tube Video
    Forum / Tidy Error when embedding You Tube Video
    Created: August 13, 2012 - Last update: August 13, 2012
    When trying to embed a You Tube video with the new URL format, a [tidy error] replaces all of my content when the page is published. Using the old style link does not cause this error. Typical You Tube link: http://youtu.be/71S7ciZHh_s  It works if I use the old embed object code.  If I…
  • Getting multiple errors after Install
    Forum / Getting multiple errors after Install
    Created: July 12, 2012 - Last update: July 13, 2012
    Hey Guys, I have a problem with umbraco and I really hope someone can help me with this. This is my first Umbraco Setup and maybe the problem is easy to solve, but I have been working on it for hours now and can´t find a solution. There have been similar Entries but none of the solutions were…
  • Who is asleep at the wheel?
    Forum / Who is asleep at the wheel?
    Created: June 22, 2012 - Last update: June 22, 2012
    I honestly don't mean to sound ungrateful (especially seeing that the product is free), but for the life of me, I can't figure out how this entire project has gone so far off the rails and what the "core" team is doing to fix it. I mean honestly folks, the whole "5" disaster was predictable. There a…
  • umbracoUseDirectoryUrls doesn&#39;t work when there&#39;s a trailing / on the url
    Forum / umbracoUseDirectoryUrls doesn't work when there's a trailing / on the url
    Created: April 10, 2012 - Last update: April 11, 2012
    Greetings - I'm running Umbraco 4.7.1 on IIS 7, using .Net 4 Integrated pipeline. I've set umbracoUseDirectoryUrls = true in my web.config file. What I'm seeing is that if a page is requested using a trailing slash (like http://foo.com/products/), the web server gives a 404 error. When teh page is…
  • Intelligent Search
    Forum / Intelligent Search
    Created: December 07, 2011 - Last update: December 07, 2011
    Hi! A customer of mine wants a search engine that has similar intelligence as Google Search. Ie: The search engine should "understand" misspelled word (is misspelled misspelled? :)) and should be "forgivable". Could someone give me some direction or should I implement Google Search? I really like XS…
  • TinyMCE Javascript error
    Forum / TinyMCE Javascript error
    Created: October 12, 2011 - Last update: October 13, 2011
    Hi Im using Umbraco 4.7.0 Im trying to use the insert / edit embedded media section in the editor, to put an iframe in place. But when i press insert it throws the follow javascript error TypeError: Cannot read property 'attributesOrder' of undefined [http://cartreficymru.dev.prec/umbraco/plugins/ti…
  • Please fix this forum...
    Forum / Please fix this forum...
    Created: October 08, 2009 - Last update: July 11, 2011
    Who is admin of this forum. How can we raise cases for this forum? I am not happy with this new forum (the 4th one so far I beleave, 2nd using UMB). I beleave that its lack of features and dificulty of use is causing stagnation. If an admin reads this they can check the stats #posts per month etc an…
  • ASP.NET Membership Integration with Umbraco
    Forum / ASP.NET Membership Integration with Umbraco
    Created: June 17, 2011 - Last update: June 25, 2011
    I have browsed various topics on this but none give a definative example of how to implement it. The scenario is as follows: I have a standard mySQL db powered instance of Umbraco 4.7 working correctly, and now I wish the site memberships to be driven by an external standard ASP.NET membership datab…
  • Suddenly no CSS or Javascript
    Forum / Suddenly no CSS or Javascript
    Created: March 22, 2011 - Last update: June 01, 2011
    Yesterday I uploaded a new 4.7 website and everything was fine. I wen to the backend and did some work with no problems at all. Today I came back and found this (see picture). I already did a search and found people with similar problems however, looks change the application pool mode worked for som…
  • Save error
    Forum / Save error
    Created: April 04, 2011 - Last update: April 18, 2011
    I am seeing the following error when saving a razor script.   (0): error CS0656: Missing compiler required member 'Microsoft.CSharp.RuntimeBinder.Binder.InvokeMember'   This is a site upgraded from 4.5.2 to 4.7 I assume I missed a file somewhere, but which one(s)? Regards TTI got the same…
  • Deploying Umbraco Website to Sub Directory
    Forum / Deploying Umbraco Website to Sub Directory
    Created: March 24, 2011 - Last update: March 24, 2011
    Dear All I developed Umbraco Website using web matrix. Under Umbraco Version 4.6. Now when i move whole website to sub directory of live server and that is something like http://100.100.100.100/ubc . Nothing work. CSS and Images dont apply and sub links do not work. Is there somethin to change in we…
  • Umbraco and YAF
    Forum / Umbraco and YAF
    Created: August 01, 2010 - Last update: February 12, 2011
    I am attempting to get YAF and umbraco to work together.  The tutorials I found online are out of date.  I can get umbraco to work just fine by itself and the same for YAF but not together.  Has anyone had any success in getting the two to work together in the last few months.  I…
  • Can Contour do these: Spelling &amp; more...
    Forum / Can Contour do these: Spelling & more...
    Created: November 16, 2010 - Last update: November 17, 2010
    Hello, I have been tasked to create an enquiry form and usually I would use a .Net macro however I have come accross Contour and wonder if it will be suitable. There are some pretty special requirements for this form. Captcha Spell checker The ability to show a notification to the user if they sele…
  • Upgrade existing site to 4.1 RC - Content section empty
    Created: June 15, 2010 - Last update: June 23, 2010
    I've upgraded an existing site to 4.1 RC and it seemed to go smoothly. I can log in and browse the backend. However, all of my content is gone. When I try to create new content I get asked to select a parent node and when I do that, I get the error below. The media section works just great though! A…
  • Custom fontsize_formats for &quot;fontsizeselect&quot; in tinyMCE
    Forum / Custom fontsize_formats for "fontsizeselect" in tinyMCE
    Created: November 13, 2013 - Last update: January 21, 2022
    Hi, guys. I have activated the next tinyMCE feature in my Umbraco project: <command>     <umbracoAlias>mceFontSizeumbracoAlias>     <icon>images/editor/fontSize.pngicon>     <tinyMceCommand value="" user…
  • How to get custom service injected into custom component?
    Forum / How to get custom service injected into custom component?
    Created: March 27, 2020 - Last update: April 22, 2020
    Hi, At the moment I am rewriting a lot of code. I created a SiteService, like in all of the examples on the Umbraco site. Like this: public class SiteService : ISiteService { private readonly IPublishedContentQuery _contentQuery; public SiteService(IPublishedContentQuer…
  • Why not update jquery and tinymce to latest version?
    Forum / Why not update jquery and tinymce to latest version?
    Created: October 01, 2011 - Last update: February 21, 2020
    jquery 1.6.4 is only a bug fixed version to 1.6.2 in Umbraco 4.7.1, I think you can update it no problem. tinymce 3.4.6 may include some small new features, but it has fixed a lot of bugs from 3.4 in Umbraco 4.7.1, I think you should update them. following is what's new from tinymce 3.4   Ver…
  • TinyMCE stopped working after upgrading to Umbraco 6
    Forum / TinyMCE stopped working after upgrading to Umbraco 6
    Created: November 07, 2013 - Last update: July 11, 2019
    I just upgraded from Umbraco 4.7.1 to 6.1.6 I have a TinyMCE control in my custom section. It stopped working after the upgrade.Here is part of my code for the page in the custom section: public partial class MyCustomPage : UmbracoEnsuredPage { private TinyMCE txtLongDesc; protected UmbracoPane…
  • Examine autocomplete / suggest
    Forum / Examine autocomplete / suggest
    Created: July 17, 2018 - Last update: April 11, 2019
    Hi, Am trying to create a site search that suggests search terms while searching. The term maybe mulitple words and within the bodyText etc. I have found the following however am not sure how I would achieve the same thing through examine. As the code indexes another index. https://stackoverflo…
  • How to create Examine AutoComplete ?
    Forum / How to create Examine AutoComplete ?
    Created: November 19, 2018 - Last update: January 08, 2019
    Hi, Good day! I would like a autocomplete function with Examine, which should work in a way that when I write `"What is"` it suggests `"What is Piering "` `"What is soil testing"` `"What is roof sarking?"` But what I've done is when I write `"What is"` it suggests all my posts that starts the wo…
  • Advanced Search (Lucene / Examine)
    Forum / Advanced Search (Lucene / Examine)
    Created: August 28, 2018 - Last update: August 29, 2018
    Hello Our! I have a question regarding site search and umbraco. Usually we use the "vanilla" built in index and examine, but we would like to expand search functionality with synonyms and dictionary lookup (spelling errors), needs to be working on multiple languages. Where would I start looking? A…
  • Contour custom TinyMCE FieldType
    Forum / Contour custom TinyMCE FieldType
    Created: January 26, 2015 - Last update: December 28, 2017
    Hi,   We are using Umbraco 7.2 with Contour and we want to create our own TinyMCE FieldType so we can post HTML but we are getting into some difficulties. When following the code similar to the link found here : http://our.umbraco.org/forum/umbraco-pro/contour/38385-Custom-Field-Type-in-V3 but…
  • See only xml
    Created: March 07, 2012 - Last update: October 25, 2016
    I'm unable to get the browser to open or download the pdf. I only get the xml output. Before i buy the package i would like to test it on localhost (no trail massage), it should work right? Kind regards,Harm-JanI had the same problem - you should put that in the install instructions to check the web…
  • Video Upload
    Forum / Video Upload
    Created: June 15, 2016 - Last update: June 21, 2016
    I am trying to upload a video. It looks like it uploads but it disappears. I have looked through the web config but cant find the maximum upload size. This is my config: sp.net ajax assembly bindings -- …
  • Search functionality help
    Forum / Search functionality help
    Created: March 17, 2016 - Last update: March 18, 2016
    Hi, I’m really struggling to get my head around this whole search functionality in Umbraco and seriously on the verge of giving up with this custom property (houses) search I’m trying to develop. I’m wondering if anyone has developed something similar or if anyone can point me in the right directio…
  • Error Installing Contour
    Forum / Error Installing Contour
    Created: January 08, 2014 - Last update: November 20, 2015
    I'm currently running Umbraco 6.1.6 and while trying to install Contour 3.0.18 yesterday via the Umbraco Package Repository, via local file upload and via manual install I kept receiving an error upon installation stating "web.config could not be updated." Permissions have been set to read and write…
  • Spell check in tinyMCE using Umbraco 7
    Forum / Spell check in tinyMCE using Umbraco 7
    Created: November 18, 2014 - Last update: November 18, 2014
    I am working tinyMCE with umbraco 7 and it's working very fine for me But the issue i am facing is i am not able to add speel check to the tinyMCE. Is there any way to add spell check to the tinyMCE? Thanks.Hi Alpesh I think it's "replaced" by the browsers built-in spellchecking now - But judging f…
  • TinyMce RTE Macro Property Type
    Forum / TinyMce RTE Macro Property Type
    Created: November 29, 2013 - Last update: October 20, 2014
    This is a v4.11.x site, I thought I should say that up front as v6.x/v7.x is likely very different in terms of implemenation of this sort of feature. At the request of a client I recently ported the SimpleEditor to a Macro Property type which was actually much easier than I expected. Now the require…
  • Content tree not loading
    Created: November 16, 2013 - Last update: July 30, 2014
    I am using news letter studio 1.4.1 with umbraco umbraco 4.7.0. Content tree is not loading after insallation. See the attached image ![enter image description here][1] [1]: /media/upload/7d977a68-70d4-4c04-b86c-d5b76c227edb/rs/NewsLetterStudio.png Note,there is a 500 error with one web service.…
  • Repurposing Existing Content for Newsletter
    Created: June 12, 2014 - Last update: June 17, 2014
    This is our current internal newsfeed. Each item is a page in the Content area. http://surgery.ucsf.edu/news--events.aspx We are revamping the page so it can be sent to an RSS feed or posted to a Facebook page w/out changing or reformatting it similar to a blog post. Would it be possible to ins…
  • Adding to Custom Dictionary
    Created: April 15, 2014 - Last update: April 17, 2014
    Is it possible to create the option to add words to a custom dictionary or append to existing dictionary file?Hi Kevin The 1-Readme.txt distributed with the package includes details about the source dictionary (oxt) files that the .aff and .dic files were sourced from - details below. These files ar…
  • Could not load file or assembly &#39;log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=null&#39;
    Created: September 23, 2013 - Last update: March 26, 2014
    After trying to install and use this package I get the error message in the title. Has anyone else recieved this error and successfully resolved it?Hi Richard, Ok, glad he tried the idea out on a development server :) I've updated the documentation to indicate that it supports 4.11+. and that older…
  • Transferred site to localhost, but all CSS and JS Files now return a Custom 500 Error Page.
    Forum / Transferred site to localhost, but all CSS and JS Files now return a Custom 500 Error Page.
    Created: February 22, 2014 - Last update: February 24, 2014
    How do I disable the Umbraco 500 Custom Error pages that get loaded instead of .css and .js files?  Sounds like a permission issue, but all I did was create content in Umbraco on localhost, and than it now does not load up any .css and .js files after creating the content page.  I am unabl…
  • Upgrade procedure from 4.0.1 to 6.1.1
    Forum / Upgrade procedure from 4.0.1 to 6.1.1
    Created: June 18, 2013 - Last update: February 11, 2014
    Hi oh great community! I am planning to upgrade an old umbraco site, currently running 4.0.1 all the way to the latest version. What is the recommended path? I'm considering:  - going to 4.7 and then  - going to 4.9 (I think there's some DB changes on that one, + asp.net 4.0? ) - possib…
  • Spell check error in v 6.1.6
    Forum / Spell check error in v 6.1.6
    Created: January 13, 2014 - Last update: January 13, 2014
    Hi, I just updated a website to v6.1.6 and I noticed that the spell checker is throwing an error. Help :) Thank you in advance!Will be fixed in a future version ([http://issues.umbraco.org/issue/U4-2060][1]). If you really need a spellchecker right now (and it sounds like you haven't used it bef…
  • Instruction on installing Umbraco on hosting server
    Forum / Instruction on installing Umbraco on hosting server
    Created: October 24, 2013 - Last update: January 04, 2014
    First of all, I am new to Umbraco, so please forgive my ignorance. I am trying to install Umbraco 6.1.6 on my Windows hosting server running .NET 4.0, but keep getting this error: Operation could destabilize the runtime   The current installation documentaion is about installing Umbraco on you…
  • Version for Umbraco 6.1
    Created: August 13, 2013 - Last update: December 06, 2013
    Just wondering if you have any plans to modify this package for V6.1? I tried to install it but got this error: [TypeLoadException: Could not load type 'Umbraco.Web.IApplicationEventHandler' from assembly 'umbraco, Version=1.0.4927.23557, Culture=neutral, PublicKeyToken=null'.]…
  • Umbraco &amp; Packages on Medium Trust
    Forum / Umbraco & Packages on Medium Trust
    Created: February 23, 2011 - Last update: November 27, 2013
    I know there's alot of discussions around this, but I was after a more definite and specific answer to these questions: 1. Does Umbraco 4.6 work completely under medium trust?  No issues whatsoever? 2. Do all packages that install on 4.6 work under medium trust? If not, which packages don't, or…
  • Issues when deploying a new website with Umbraco
    Forum / Issues when deploying a new website with Umbraco
    Created: October 18, 2013 - Last update: October 18, 2013
    Hi, I am trying to publish my website in go dady.  This it the url of my website : www.abenishay.co.il, you can see the error (404). From some reason I don't know why it's now working, I didn't change anything on the web.config. this is the web.config that I using :  <?xml version="1.0"…
  • Change examine analyzer (stopwords, stemming etc)
    Forum / Change examine analyzer (stopwords, stemming etc)
    Created: August 07, 2013 - Last update: August 15, 2013
    Hello guys!Lately ive been reading Lucene in action second edition, to get well suited for creating search functionality on a website im working on. Though, the site is in danish, and with that it dosn't make that much sense to have a  english stopword list, i'd rather have it in danish, which…
  • Error setting user permissions
    Forum / Error setting user permissions
    Created: June 20, 2013 - Last update: August 09, 2013
    I'm having a problem setting user permissions. I'm building a site that has the main site and a secondary site with it. The secondary site is for training purposes only and its all hosted on a server here at work. Basically I'm trying to restrict access to the primary site except for browse node so…
  • Spell check error
    Forum / Spell check error
    Created: April 04, 2013 - Last update: July 31, 2013
    I'm getting the following error in the back end when you click the ABC button... You must write ContentLength bytes to the request stream before calling [Begin]GetResponse. Anyone had similar?The Google spellchecker service this relies on (https://www.google.com/tbproxy/spell) may have been tur…
  • Exclude non-umbraco web application (subsite)
    Forum / Exclude non-umbraco web application (subsite)
    Created: July 15, 2010 - Last update: June 17, 2013
    I'm attempting to run umbraco in the root of my hosting provider (godaddy) and version 4.5.0 is working great except that I'm trying to run nopCommerce 1.60 on a subfolder but Umbraco URL Rewrite keeps trying to parse the subsite and throws the error below:   Server Error in '/loja' Applicati…
  • Back end performance issues in v4.7.0
    Forum / Back end performance issues in v4.7.0
    Created: May 10, 2013 - Last update: May 10, 2013
    Hi, Recently one of our clients has started to complain regarding the time it's taking to load a page to edit in the Umbraco backend, which we've narrowed down to be pages that contain TInyMCE 3 editors.  It seems these pages take around 20 seconds or longer to load. Looking at a javascript pro…
  • Document Types using RTE (TinyMCE) Datatypes are Slow to load.
    Forum / Document Types using RTE (TinyMCE) Datatypes are Slow to load.
    Created: April 14, 2013 - Last update: April 14, 2013
    Hello, I have been trying to figure out a problem with the loading speed whilst editing content in the back end of Umbraco. There are a number of posts about this in relation to using TinyMCE 3 as a rich text editor data type. (some relate to BT Broadband, others to compression) Once I remove any RT…
  • Special characters in TinyMce not saving properly
    Forum / Special characters in TinyMce not saving properly
    Created: November 22, 2011 - Last update: March 11, 2013
    Hi, I'm able to insert special characters in RichText Editor but when I hit save then the all special characters are converted to ?. Appreciate your help in this regard. Umbraco Version: 4.7.1 My Config file settings as follows tinymceConfig.config  <customConfig>     <!…
  • umbDebugShowTrace not working in 4.9.0
    Forum / umbDebugShowTrace not working in 4.9.0
    Created: February 06, 2013 - Last update: February 09, 2013
    I have already enabled umbracoDebugMode in web.config, as well as in default.aspx. What else to do? Nothing shows up when I use ?umbDebugShowTrace=true   BrDanHi Dan That's odd..I'm fairly positive that it should just work with the settings you posted above. However do try and enable the trace…
  • Umbraco CMS is screwed - lost all styling
    Forum / Umbraco CMS is screwed - lost all styling
    Created: December 02, 2010 - Last update: January 11, 2013
    Came to setup a site today and got the following   Anyone got any ideas what could be wrong? The only thing the host has done is move from classic to integrated pipeline mode but can't think why it would cause a problem - i've not changed it back as the front end is working fine, it's just the…
  • Pages with TinyMCE 3 fail to load in editor
    Forum / Pages with TinyMCE 3 fail to load in editor
    Created: March 27, 2012 - Last update: January 10, 2013
    I have a newly installed out-of-the-box version of Umbraco 4.7.1.1 (Assembly version: 1.0.4393.24044) installed in a full trust environment with an MSSQL database and the standard RichText editor datatype using TinyMCE version 3. When an editor tries to view a page which uses this rte datatype it in…

Code Of Conduct - Privacy Policy

 

Our.umbraco.com is the community mothership for Umbraco, the open source asp.net cms. With a friendly forum for all your questions, a comprehensive documentation and a ton of packages from the community.