Hi all!
I am using LG TinyMCE 1.3.2, TinyMCE 3.1.1 and ExpressionEngine 1.6.4. My problem is that the TinyMCE extension settings cannot be updated, when I make any change and click the “Submit” button, it simply doesn’t apply.
I noticed this is a problem with my hosting service (Yahoo hosting), because I use the same environment in another hosting and it works fine there. I already looked for possible file permissions diferences, but I cannot find the solution.
Anyone knows what the problem could be?
Thanks in advance.
i get this error on CP Home › Admin › Weblog Administration › Field Groups › Custom Fields
missing ; before statement document.getElementById(‘direction_un…d(‘file_block’).style.display = “none”;\n
this is what it looks like in the source:
1908 else if (id == 'file')
1909 {
1910 document.getElementById('rel_block').style.display = "none";
1911 document.getElementById('select_block').style.display = "none";
1912 document.getElementById('pre_populate').style.display = "none";
1913 document.getElementById('text_block').style.display = "none";
1914 document.getElementById('textarea_block').style.display = "none";
1915 document.getElementById('date_block').style.display = "none";
1916 document.getElementById('relationship_type').style.display = "none";
1917 document.getElementById('formatting_block').style.display = "none";
1918 document.getElementById('formatting_unavailable').style.display = "block";
1919 document.getElementById('file_block').style.display = "block";
1920 }
1921 else if (id == 'wysiwyg'){
1922 document.getElementById('date_block').style.display = 'none'
1923 document.getElementById('select_block').style.display = 'none'
1924 document.getElementById('pre_populate').style.display = 'none'
1925 document.getElementById('text_block').style.display = 'none'
1926 document.getElementById('textarea_block').style.display = 'block'
1927 document.getElementById('rel_block').style.display = 'none'
1928 document.getElementById('relationship_type').style.display = 'none'
1929 document.getElementById('formatting_block').style.display = 'block'
1930 document.getElementById('formatting_unavailable').style.display = 'none'
1931 document.getElementById('direction_available').style.display = 'none'
1932 document.getElementById('direction_unavailable').style.display = 'block' document.getElementById('file_block').style.display = "none";
1933 }
this error breaks the js and I can’t update all posts when changing the type of field.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.