<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ron Kernahan&#039;s Test Wordpress site &#187; tinymce</title>
	<atom:link href="http://www.xodigo.com/tag/tinymce/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xodigo.com</link>
	<description>Help me test some cool features of WP 3.0 and BPress</description>
	<lastBuildDate>Tue, 27 Jul 2010 08:06:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>WordPress 2.5 Tinymce visual editor problem and fix</title>
		<link>http://www.xodigo.com/wordpress-25-tinymce-visual-editor-problem-and-fix/</link>
		<comments>http://www.xodigo.com/wordpress-25-tinymce-visual-editor-problem-and-fix/#comments</comments>
		<pubDate>Thu, 15 May 2008 12:16:51 +0000</pubDate>
		<dc:creator>Ron</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[tinymce]]></category>
		<category><![CDATA[visual editor]]></category>

		<guid isPermaLink="false">http://www.xodigo.com/wpress/?p=129</guid>
		<description><![CDATA[When I installed WordPress 2.5 on this particular site I manually downloaded the software from WordPress.org and followed the easy-to-use instructions. Everything went smoothly and I quickly fell in love with the new 2.5 interface. Some days later WP 2.5 was available to me on other sites via the Fantastico administration panel supplied by my [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://xodigo.com/wpress/wp-content/uploads/250px-wordpress_administration.png"><img class="alignleft size-medium wp-image-130" title="250px-wordpress_administration" src="http://xodigo.com/wpress/wp-content/uploads/250px-wordpress_administration.png" alt="" width="250" height="273" /></a>When I installed WordPress 2.5 on this particular site I manually downloaded the software from WordPress.org and followed the easy-to-use instructions. Everything went smoothly and I quickly fell in love with the new 2.5 interface.</p>
<p>Some days later WP 2.5 was available to me on other sites via the Fantastico administration panel supplied by my web host. I was delighted and quickly updated three other websites.<span id="more-129"></span></p>
<p>Only a few days later did I notice that my Visual editor (TinyMCE) was no longer working. I was stuck in HTML mode and I could not fix the problem. Searching the forums and various help files, there were a number of sensible suggestions and some not so sensible (such as adding a plugin to fix the problem &#8211; more on that in a moment).</p>
<p><a href="http://wordpress.org/support/topic/165449" target="_blank">Here for example is a link to the WordPress.org forum on the subject of fixing tinymce</a></p>
<p>I tried all the above (and other) fixes but nothing worked. Again, I now had 3 out of 4 websites where I could not use the visual editor. However, since one site did work, I realized there had to be another solution. I FTP&#8217;ed the WP 2.5 software to a non-working site, it also didn&#8217;t help.</p>
<p>Finally I found that my wp-config file, created using the Fantastico interface, had a tiny problem in it. It had a line-feed where none should be.</p>
<p>Once I corrected that, all my sites worked fine and even with upgrading to WordPress 2.5.1, every site has continued to work perfectly (as far as my Visual editor is concerned).</p>
<p>The wp-config.php file (found in the root directory of your blog, often www.mysite.com/blog) should look like this:</p>
<p style="padding-left: 30px;">&lt;?php<br />
// ** MySQL settings ** //<br />
define(&#8216;DB_NAME&#8217;, &#8216;putyourdbnamehere&#8217;);    // The name of the database<br />
define(&#8216;DB_USER&#8217;, &#8216;usernamehere&#8217;);     // Your MySQL username<br />
define(&#8216;DB_PASSWORD&#8217;, &#8216;yourpasswordhere&#8217;); // &#8230;and password<br />
define(&#8216;DB_HOST&#8217;, &#8216;localhost&#8217;);    // 99% chance you won&#8217;t need to change this value</p>
<p style="padding-left: 30px;">// Change SECRET_KEY to a unique phrase.  You won&#8217;t have to remember it later,<br />
// so make it long and complicated.  You can visit https://www.grc.com/passwords.htm<br />
// to get a phrase generated for you, or just make something up.<br />
define(&#8216;SECRET_KEY&#8217;, &#8216;put your unique phrase here&#8217;); // Change this to a unique phrase.</p>
<p style="padding-left: 30px;">// Change this to localize WordPress.  A corresponding MO file for the<br />
// chosen language must be installed to wp-content/languages.<br />
// For example, install de.mo to wp-content/languages and set WPLANG to &#8216;de&#8217;<br />
// to enable German language support.<br />
define (&#8216;WPLANG&#8217;, &#8221;);</p>
<p style="padding-left: 30px;">/* That&#8217;s all, stop editing! Happy blogging. */</p>
<p style="padding-left: 30px;">define(&#8216;ABSPATH&#8217;, dirname(__FILE__).&#8217;/');<br />
require_once(ABSPATH.&#8217;wp-settings.php&#8217;);<br />
?&gt;</p>
<p>If however your Fantastico or other system has varied the file in anyway, even to just adding an extra line-feed, it is very possible that your blog, specifically in this case the tinyMCE which controls the visual editor, may not work properly.</p>
<p>PS. I add this help simply because I did not find the solution anywhere, and even doing a search now on Google I still don&#8217;t see this mentioned, at least not in an obvious way.</p>
<p>PPS. I think it is unwise to try to fix a WordPress release problem by adding a Plugin. If a new release has come out, then it has been tested to work in most environments without additional Plugins. It is more logical, I think, to look at the environment first unless the whole WordPress community has the same problem, which is unlikely.</p>
<p>Trust that helps solve your WordPress 2.5 tinyMCE visual editor problem! Ron</p>
<p><!--adsense--></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.xodigo.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.xodigo.com/wordpress-25-tinymce-visual-editor-problem-and-fix/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: www.xodigo.com @ 2010-07-31 09:00:56 -->