Viewing 1 replies (of 1 total)
  • Plugin Author Marco Chiesi

    (@marcochiesi)

    This happens because the File Away plugin uses an unconventional way of initializing its editor button.

    To fix you should modify the file wp-content/plugins/file-away/lib/cls/class.fileaway_admin.php

    and change this line

    add_action('admin_head', array($this, 'button'));

    to

    add_action('admin_init', array($this, 'button'));

    I will forward this fix to the File Away plugin authors, so they will hopefully fix it on next releases.

Viewing 1 replies (of 1 total)

The topic ‘conflict with FILE AWAY plugin’ is closed to new replies.