Thank you for replying. The site is actually on AWS, running ubuntu/ngnix. I was able to dig into the error logs and found out that there’s a conflict with your plugin and another one I am using on the client’s site called “WP RSS Aggregator”. That plugin has an add-on called “WP RSS Aggregator – Feed to Post” which takes content from an RSS feed and creates Posts.
According to the error log snippet below, it doesn’t like the fact that I am running that, plus the “Media Credit” plugin, as well as the “Classic Editor” plugin.
The client requires the other two plugins (Classic Editor and WP RSS Aggregator – Feed to Post). All three worked fine together before the Media Credit version 4.x update so not sure what changed.
Anyway, this is FYI for you and others that may run into this, as it’s clearly an edge case. Not sure what I can do in the meantime.
Error log snippet:
2019/03/14 12:28:17 [error] 12178#12178: *34022108 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught Error: Call to undefined function get_current_screen() in /var/www/site/wp-content/plugins/wp-rss-feed-to-post/includes/wprss-ftp-meta.php:70
Stack trace:
#0 /var/www/site/wp-includes/class-wp-hook.php(286): WPRSS_FTP_Meta->disable_visual_editor(true)
#1 /var/www/site/wp-includes/plugin.php(208): WP_Hook->apply_filters(true, Array)
#2 /var/www/site/wp-includes/general-template.php(3123): apply_filters(‘user_can_riched…’, true)
#3 /var/www/site/wp-content/plugins/media-credit/includes/media-credit/components/class-classic-editor.php(93): user_can_richedit()
#4 /var/www/site/wp-includes/class-wp-hook.php(286): Media_Credit\Components\Classic_Editor->initialize_editor_integration(”)
#5 /var/www/site/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array)
#6 /var/www/site/wp-includes/plugin.php(465): WP_Hook->do_action(Array)
#7 /var/www/site/wp-settings.php(505): do_action(‘init’)
#8 /var/www/site/wp-config.php(91): require_once(‘/var/www/site/w…’)” while reading response header from upstream, client: 66.249.66.211, server: 13.58.18.0, request: “POST /wp-admin/admin-ajax.php?action=acc_get_banners HTTP/1.1”, upstream: “fastcgi://127.0.0.1:9000”, host: “thejewishnews.com”, referrer: “https://13.58.18.0/2012/07/05/greener-than-green/”
-
This reply was modified 5 years, 11 months ago by
Jeff Mackey.