RJ Ramey
Forum Replies Created
-
Forum: Plugins
In reply to: [Code Snippets] The editor is blankJust experienced the same problem, and saw that this thread is the same issue. More specifically, it was purging Memcached that solves the problem.
Forum: Plugins
In reply to: [Code Snippets] Cannot add or edit snippet codeI was having this buggy behavior, too, even though both WP and Code Snippets have a new version out.
WordPress 6.1.1 + Code Snippets 3.2.2
-AND-
WordPress 6.1.1 + Code Snippets 3.2.1 have this bug.I had to downgrade to CodePress 3.1.1 to get back to normal.
Then I saw this thread and this one, which mentions clearing Memcached. That solves the problem, and I can again use Code Snippets 3.2.2.
I am also experiencing this error on Elementor v3.0.5, whenever one of our WordPress ‘Contributor’ users natively logs-in to our site which utilizes Elementor.
I notice that /elementor/core/app.php line 53 is the function
fix_submenu( $menu ), which contains a self-described ‘Hack’ for when is_network_admin() is not true./wp-includes/functions.php line 6270 is this function:
function send_frame_options_header() { header( 'X-Frame-Options: SAMEORIGIN' ); }ERROR RECEIVED:
Warning: Invalid argument supplied for foreach() in /public_html/wp-content/plugins/elementor/core/app/app.php on line 53
Warning: Cannot modify header information – headers already sent by (output started at /public_html/wp-content/plugins/elementor/core/app/app.php:53) in /public_html/wp-includes/functions.php on line 6270
I am also experiencing this error on Elementor v3.0.5 , but without using any particular plugin. Simply, whenever one of our WordPress ‘Contributor’ users natively logs-in to our (multisite) site which utilizes Elementor, this error displays:
Warning: Invalid argument supplied for foreach() in /home/carmenab/public_html/wp-content/plugins/elementor/core/app/app.php on line 53
Warning: Cannot modify header information – headers already sent by (output started at /home/carmenab/public_html/wp-content/plugins/elementor/core/app/app.php:53) in /home/carmenab/public_html/wp-includes/functions.php on line 6270
I suspect this is a bug for any lower-level user role. App.php line 53 is the function fix_submenu( $menu ) { }, which contains a self-described ‘Hack’ for when is_network_admin() is not true.
Figured out the problem. An installation of Wordfence on the main domain had aggressive powers to halt POST attempts on all subdomains :-/