Archive for December 7th, 2007

Rails 2.0 is out so…

Friday, December 7th, 2007

..just kill me because I absolutely have no time to dig into it doh! For these lucky who do have time, follow here Somebody stop the planet and give me a couple of months of rest with just me and the computer (and the Internet, of course) :) 

WordPress TinyMCE (visual editor) disappearance

Friday, December 7th, 2007

We have a very weird problem with one of sites running WordPress. Suddenly, TinyMCE visual editor stopped working. It just disappeared, and we only got the weird:

realTinyMCE is not defined

error in the console.

Of course  visual editor was turned on in users preferences and all that stuff. Switching to a different theme was solving the problem.

Turned out that the problem was in the functions.php file which was located in WordPress current theme's directory. And the reason was the most weird one you can imagine! We had several excessive line breaks after the php closing tag!!

Have a look at these pictures:

TinyMCE disappeared with error.

Take  notice of these 2 excessive line breaks after the closing tag of the functions.php file.

Just remove them…

Remove line breaks and it

And everything's back to normal again!

So, check that the functions.php file in your current WordPress theme doesn't have any excessive line breaks after the closing php tag.

Inline Google Maps fix (version 2.1.1)

Friday, December 7th, 2007

Sorry for keeping you waiting. I have finally had time to make a quick fix for the problems with browsers becoming unresponsible when Inline Google Maps plugin is used on them.

The new version of Inline Google Maps 2.1.1 is out now and can be downloaded from the link below. Everyone who's using this plugin, please update to the new version as soon as possible.

Download Inline Google Maps v2.1.1