Support » Fixing WordPress » upgraded to 3.5.2 from 3.5.1: now 'insert/edit link' in editor yields jserror

  • in 3.5.1 the insert/edit link button worked, now after upgrade it does nothing; I get this in jsconsole (FF 22.0, XP):

    Data e ora: 28/06/2013 14.54.24
    Errore: ReferenceError: tinyMCEPopup is not defined
    File sorgente: http://www.me.com/wops/wp-includes/js/tinymce/plugins/wpdialogs/js/wpdialog.js?ver=3.5.2
    Riga: 12
    
    Data e ora: 28/06/2013 14.54.45
    Errore: la dichiarazione XML o testuale non è all'inizio di un'entità
    File sorgente: http://www.me.com/wops/wp-admin/admin-ajax.php
    Riga: 4, Colonna: 1
    Codice sorgente:
    <?xml version='1.0' encoding='UTF-8' standalone='yes'?><wp_ajax><response action='autosave_30'><autosave id='30' position='1'><response_data><![CDATA[]]></response_data><supplemental><active-post-lock><![CDATA[1372424078:1]]></active-post-lock></supplemental></autosave></response></wp_ajax>

    any clues? same problem was reportet 3ys ago and tip was to install tinymce plugin, which doesn’t sound right to me.

    thx

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    – re-uploading all files & folders – except the wp-content folder – from a fresh download of WordPress. Make sure that you delete the old copies of files & folder before uploading the new ones.

    Thread Starter b-smark

    (@b-smark)

    thanx for the tips, I’ll try them out as soon as I can

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘upgraded to 3.5.2 from 3.5.1: now 'insert/edit link' in editor yields jserror’ is closed to new replies.