“Failed to initialize plugin: formstack” on category edit screen
-
Hi! I was having an issue with the plugin showing an error “Failed to initialize plugin: formstack” when I was editing categories or custom taxonomy terms. I quickly discovered that it’s because TinyMCE loads on those screens but the Formstack JS isn’t being loaded. I was able to fix it by changing line 173 of plugin.php to:
if ( ! current_user_can( 'edit_posts' ) && ! current_user_can( 'edit_pages' ) && !$GLOBALS['hook_suffix'] == 'post.php' && !$GLOBALS['hook_suffix'] == 'post-new.php' ) {
- The topic ‘“Failed to initialize plugin: formstack” on category edit screen’ is closed to new replies.