wweils
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t edit some pages after WP 5.4.1 updateThank you for the guidance. I have done this as well — with no success on result.
My next steps are to migrate the site to another service (temporary) and see if things will work there. and If so — export/migrate the site back.
Forum: Fixing WordPress
In reply to: Can’t edit some pages after WP 5.4.1 updateAdding a line to wp_config to ensure a log is being created
define( ‘WP_DEBUG_LOG’, ‘/tmp/wp-errors.log’ );
Forum: Fixing WordPress
In reply to: Can’t edit some pages after WP 5.4.1 updateCorrect — with WP_DEBUG = TRUE — there is still no debug.log created when I access the page(s) with Visual Editor. Some load, some do not….
Forum: Fixing WordPress
In reply to: Can’t edit some pages after WP 5.4.1 updateWP_DEBUG is set to true. All pages load and display with success on front end — with only one reflection.
DEPRECATED: GENESIS_FOOTER_CREDS_TEXT IS DEPRECATED SINCE VERSION 3.1.0! USE GENESIS_PRE_GET_OPTION_FOOTER_TEXT INSTEAD. THIS FILTER IS NO LONGER SUPPORTED. YOU CAN NOW MODIFY YOUR FOOTER TEXT USING THE THEME SETTINGS. IN /HOME2/KRISTIN3/DOMAINS/KRISTINALUNDE.COM/PUBLIC_HTML/WP-INCLUDES/FUNCTIONS.PHP ON LINE 5088
As a footer — this appears on all pages.
From a front end perspective – I see no differences between pages that load in the editor (back-end) and those that don’t….
Forum: Fixing WordPress
In reply to: Can’t edit some pages after WP 5.4.1 updateThank you for the quick suggestion — am I looking for errors in a log file, or in Dev Tools? I have turned it on previously and didn’t see anything.