• Resolved CreaFlow

    (@jansesberger)


    Hi,

    since yesterday tinymce advanced stopped working on one site i’ve coded.

    When i try to edit a page the editor window stays blank. When i deactivate TMCE advanced the editor works again. Furthermore the settings page of TMCE advanced stays blank.

    I already reinstalled WP 4.9.6 and also reinstalled TMCE advanced. Didnt help either.

    Via the console i found out, that the path to TMCE advanced couldnt be resolved – here are the error messages:

    404 error – https://mywebsite.com/wpTADV_URLcss/tadv-styles.css?ver=4.0
    404 error – https://mywebsite.com/wpTADV_URLjs/tadv.js?ver=4.0

    TADV_URL is not recognized.

    What can i do to get it working again?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Same problem here with the visual and text editor only on one site so far – neither are working with this plugin activated as of this morning.

    Thread Starter CreaFlow

    (@jansesberger)

    Would be great if we soon get a solution for this, the pages need to be altered in order to go online…

    Thread Starter CreaFlow

    (@jansesberger)

    Because we didn’t get an answer i digged deeper into this.

    I found a solution:

    Open tinymce-advanced.php in the plugin root folder,
    and replace the code line at 125 to the following:

    add_action( ‘plugins_loaded’, array( $this, ‘set_paths’ ) );

    i deleted “, 50” and now it works again ??

    would be great if this will be corrected in the next version of the plugin.

    That’s great – thank you!

    Plugin Author Andrew Ozz

    (@azaozz)

    Not sure what caused that but added a fix for setting TADV_URL right before it is used, should work fine again. Is it possible some other plugin/code is defining TADV_URL wrongly before it is set in TinyMCE Advanced?

    • This reply was modified 6 years, 7 months ago by Andrew Ozz.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Settings page empty / editor not working anymore’ is closed to new replies.