[wp-trac] Re: [WordPress Trac] #7950: no buttons on tinymce when
using translations for the dashboard and plugin's added buttons
WordPress Trac
wp-trac at lists.automattic.com
Fri Oct 24 08:46:02 GMT 2008
#7950: no buttons on tinymce when using translations for the dashboard and
plugin's added buttons
-------------------------------+--------------------------------------------
Reporter: k0rp0rate | Owner: anonymous
Type: defect | Status: new
Priority: high | Milestone: 2.7
Component: TinyMCE | Version: 2.7
Severity: normal | Resolution:
Keywords: reporter-feedback |
-------------------------------+--------------------------------------------
Comment (by k0rp0rate):
I found that even removing the .mo file from /wp-content/languages the
error is still present.
The buttons only appear when I removed the WPLANG variable from wp-
config.php, so having:
define ('WPLANG', 'es_ES'); --> in config, the buttons fails even when no
es_ES.mo file is present in /wp-content/languages
while setting:
define ('WPLANG', ''); --> the buttons appears.
I tried with many files from http://svn.automattic.com/wordpress-i18n/ and
the same problem with all of them.
In the page source code, I found a message error (present even when
buttons works) just right after closing script tag for calling to /wp-
includes/js/jquery/ui.tabs.js?ver=1.5.2 that says:
/* <![CDATA[ */
wpAjax = {
noPerm: "You do not have permission to do that.",
broken: "An unidentified error has occurred."
}
/* ]]> */
I'm using an admin user... :?
--
Ticket URL: <http://trac.wordpress.org/ticket/7950#comment:3>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list