0

Like the header says I am getting an error when trying to work with Umbraco(6.2.1) back office

This is the error:

enter image description here

I already talked with goDaddy support, they says everything is OK from their side.

I flowed every "tutorial" I could find regarding this.

This is an error I am seeing in Goggle Chrome Console: enter image description here

I am now clueless about what to do next.

*every help will be much appreciated.


This is the config folder:

enter image description here


This is the -- file -- it self enter image description here

E.Meir
  • 2,146
  • 7
  • 34
  • 52
  • This is becoming a problem out of scope of the "stackoverflow" Q&A. Maybe try also the umbraco forums at http://our.umbraco.org – dampee Jul 23 '14 at 13:48
  • @dampee, I already posted 2 posts there and its getting nowhere http://our.umbraco.org/forum/umbraco-7/using-umbraco-7/54801-TinyMCE-related-problem – E.Meir Jul 23 '14 at 18:22

2 Answers2

0

The error says you have an incorrect TinyMCE configuration. It will be a problem with that component and not the host. There is a [Umbraco support ticket] which suggested this may be fixed in release 6.2, but also a [forum post] where its said this could happen in all versions, when a style-sheet which is registered in the database is deleted.

Stefan Laity
  • 130
  • 8
  • if i understand this issue, it could be happen if i add(mark) things to be added to the rich text editor(like text color) and adjusting the height and width size of the rich-text textBox, if so- can I overwrite those configuration changes? could you tell me what to overwrite? – E.Meir Jul 20 '14 at 12:06
  • When did this error occur? Did you make changes to the configuration which broke it? Do you have the original settings? – Stefan Laity Jul 20 '14 at 12:11
  • This is the first time that i uploading an umbraco project to goDaddy. in the local host env it is working fine. I thought maybe to download fresh umbraco install and take the necessary files. – E.Meir Jul 20 '14 at 12:15
  • Was the problem related to the Issue mentioned in the text? – dampee Jul 22 '14 at 12:34
  • @dampee, what do You mean? I didn't get an answer yet, and still want to solve this issue. – E.Meir Jul 22 '14 at 13:00
  • Ok. Was it an upgrade or a complete new website? Are other pages (without the RichtTextEditor working?) – dampee Jul 23 '14 at 07:07
  • @dampee, it is a new website(first "Umbraco") that I uploaded to "goDaddy" and yes other pages work. but it is a problems because I used RichText in almost every page. – E.Meir Jul 23 '14 at 13:15
0

Are you sure all the files are present in the deployed /config/ folder? Check that there is a /config/tinyMceConfig.config file present.

Digbyswift
  • 10,310
  • 4
  • 38
  • 66