got the same issues after update to 1.2.1 – had auto update set for the plugin and discovered this morning I could no longer get to the back-end of the sites that ran the update.
Two of my sites using the plugin reported the error to me via email and offered a link for recovery mode so I could disable the plugin, another site just hung on the wp-admin page so had to disable the plugins via the database…
Here is what WP sent via email about the plugin issue
Error Details
=============
An error of type E_ERROR was caused in line 438 of the file /path/to/documentroot/public_html/wp-content/plugins/themify-popup/includes/themify-metabox/includes/themify-metabox-core.php. Error message: Uncaught Error: Call to undefined function themify_enque() in /path/to/documentroot/public_html/wp-content/plugins/themify-popup/includes/themify-metabox/includes/themify-metabox-core.php:438
Stack trace:
#0 /path/to/documentroot/public_html/wp-includes/class-wp-hook.php(287): Themify_Metabox->admin_enqueue_scripts('plugins.php')
#1 /path/to/documentroot/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
#2 /path/to/documentroot/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#3 /path/to/documentroot/public_html/wp-admin/admin-header.php(102): do_action('admin_enqueue_s...', 'plugins.php')
#4 /path/to/documentroot/public_html/wp-admin/plugins.php(603): require_once('/var/www/html/c...')
#5 {main}
thrown
Line 438 in themify-metabox-core.php does indeed try call themify_enque as well as the six lines following it too.
Did a search for that function within the entire WP directory and the only reference to that is in those lines in themify-metabox-core.php, so the function is completely missing from the plugin…
Interesting that it only affects the the back-end, the front end still works fine, including the popups…
Hopefully an update will be released quickly to address this…