Title: [Plugin: Developer Formatter] Not working
Last modified: August 19, 2016

---

# [Plugin: Developer Formatter] Not working

 *  [Mindaugas](https://wordpress.org/support/users/min2liz/)
 * (@min2liz)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/plugin-developer-formatter-not-working/)
 * This plugin not working on WordPress 2.7-beta2
    Then I install this plugin, after
   this I can’t swith tabs then want to create/edit posts.
 * In tabs it’s highlight “Visual” but in textarea I get HTML code.
 * Sorry, for bad English language.
 * [http://wordpress.org/extend/plugins/devformatter/](http://wordpress.org/extend/plugins/devformatter/)

Viewing 15 replies - 1 through 15 (of 15 total)

 *  [carlkuang](https://wordpress.org/support/users/carlkuang/)
 * (@carlkuang)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/plugin-developer-formatter-not-working/#post-900244)
 * same here…im using 2.7 beta2 too
    cuz i was using HTML before..and then i found
   that i cant change it to visual tab..i disable the plugin and then i can switch
   to visual editing. and then i turned it on again… no visual again = =
 *  [GSaraiva](https://wordpress.org/support/users/gsaraiva/)
 * (@gsaraiva)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/plugin-developer-formatter-not-working/#post-900259)
 * Sry, but I’m not a tester, and don’t have any possibilities to check what is 
   happening. really sry.
 *  [supercharged](https://wordpress.org/support/users/supercharged/)
 * (@supercharged)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-developer-formatter-not-working/#post-900282)
 * This plugin breaks TinyMCE (Visual editor) functionality in WP 2.7
 *  [Constantinos Kouloumbris](https://wordpress.org/support/users/ckr/)
 * (@ckr)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-developer-formatter-not-working/#post-900285)
 * It looks like that the plugin needs more testing under wp2.7.
    - Visual Editor is broken
    - Having more than 1 small code block you get a script not responding error 
      from your browser.
 * This is what I have noticed so far.
 * Unfortunately it’s been a long time since I’ve used wp’s API and it has changed
   critically.
 * I will have a look into it as soon as I find some time, but lets hope the developer
   can address this issues quickly.
 * Constantinos
 *  [Sorin](https://wordpress.org/support/users/intersol/)
 * (@intersol)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-developer-formatter-not-working/#post-900307)
 * I can confirm the thing plugin does disable the visual editor in WordPress 2.7
 * So I would call it incompatible due to this. I give it 1* but I would change 
   it to 5* if the developer would repair this issue.
 *  [GSaraiva](https://wordpress.org/support/users/gsaraiva/)
 * (@gsaraiva)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-developer-formatter-not-working/#post-900308)
 * fixed at 2008.0.1.13
    thanks for the feedback.
 *  [Sorin](https://wordpress.org/support/users/intersol/)
 * (@intersol)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-developer-formatter-not-working/#post-900309)
 * Sorry but upgrading to the new release (2008.0.1.13) does not solves this problem.
 *  [serger](https://wordpress.org/support/users/serger/)
 * (@serger)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-developer-formatter-not-working/#post-900310)
 * With version 2008.0.1.13 visual editor still doesn’t work 🙁
 *  [GSaraiva](https://wordpress.org/support/users/gsaraiva/)
 * (@gsaraiva)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-developer-formatter-not-working/#post-900311)
 * What about browser cache?
    I made the modification on **devfmt_editor.js** file
   to fix the problem, and any browser can cache this file.
 * Please try to remove the cache on browser and check again the editor.
 *  [Sorin](https://wordpress.org/support/users/intersol/)
 * (@intersol)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-developer-formatter-not-working/#post-900312)
 * Yes it’s true, now it’s working! 5* to it!
 * Also please vote for it so it will appear in better position on search results.
 *  [GSaraiva](https://wordpress.org/support/users/gsaraiva/)
 * (@gsaraiva)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-developer-formatter-not-working/#post-900313)
 * Thanks dude.
 * I’ll change the references to static files to get out of this trouble soon as
   possible. (like wordpress do ^^)
    something near: [http://&#8230](http://&#8230);./
   devformatter/devfmt_editor.js?version=2008.0.1.13
 * and then the browser cache will be avoided.
 * Cheers
 *  [serger](https://wordpress.org/support/users/serger/)
 * (@serger)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-developer-formatter-not-working/#post-900314)
 * 2008.0.1.14 works fine! 🙂
 *  [zer0efx](https://wordpress.org/support/users/zer0efx/)
 * (@zer0efx)
 * [17 years ago](https://wordpress.org/support/topic/plugin-developer-formatter-not-working/#post-900347)
 * I’ve got errors with this upon first install… When I go to the settings area,
   I see some PHP errors.
 * `Warning: Invalid argument supplied for foreach() in /homepages/24/d162410075/
   htdocs/red/blog/wp-content/plugins/devformatter/devinterface.php on line 79`
 * `Warning: Invalid argument supplied for foreach() in /homepages/24/d162410075/
   htdocs/red/blog/wp-content/plugins/devformatter/devcommon.php on line 200`
 * Using WP 2.7.1
 *  [zer0efx](https://wordpress.org/support/users/zer0efx/)
 * (@zer0efx)
 * [17 years ago](https://wordpress.org/support/topic/plugin-developer-formatter-not-working/#post-900348)
 * I did some looking into your code, and it looks like you are using some depreciated
   syntax.
 * You need to change all the **GLOBAL** to **global** and all the **IsSet** to **
   isset** and you have a JS error on live 345 of devformatter.php
 * I made some changes, but it looks like the old code is used globally on your 
   plugin.
 *  [GSaraiva](https://wordpress.org/support/users/gsaraiva/)
 * (@gsaraiva)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/plugin-developer-formatter-not-working/#post-900349)
 * zer0efx, this not a bug, its only a installation problem that can be avoided 
   by uploading the geshi to your server and pointing the GeSHi lang dir correctly.
 * Technically, the error raise when the $DevFmt_SuppLangs(container supported languages
   by GeSHi) is empty and was not a array, problems related with function devfmt_ReadSupportedLangs()
   that can return a no-array result.

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘[Plugin: Developer Formatter] Not working’ is closed to new replies.

 * 15 replies
 * 8 participants
 * Last reply from: [GSaraiva](https://wordpress.org/support/users/gsaraiva/)
 * Last activity: [16 years, 12 months ago](https://wordpress.org/support/topic/plugin-developer-formatter-not-working/#post-900349)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
