When creating posts via a cron job WP Discuz Media Uploader throws a fatal php error:
PHP Fatal error: Call to undefined function get_current_screen() in /var/foo/bar/public/wp-content/plugins/wpdiscuz-media-uploader/utils/class.WMUHelper.php on line 432
The fix (work-around) is to add 'require_once(ABSPATH . ‘wp-admin/includes/screen.php’);' to line 432 of wpdiscuz-media-uploader/utils/class.WMUHelper.php.
Any chance this will be fixed in an upcoming release?