Sorry for the late response been busy as of recent. After reading the link you sent me I inserted this script into the code:
// Enable WP_DEBUG mode
define( ‘WP_DEBUG’, true );
// Enable Debug logging to the /wp-content/debug.log file
define( ‘WP_DEBUG_LOG’, true );
// Disable display of errors and warnings
define( ‘WP_DEBUG_DISPLAY’, false );
@ini_set( ‘display_errors’, 0 );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( ‘SCRIPT_DEBUG’, true );
/* That’s all, stop editing! Happy blogging. */
Into my wp-config.php
The only error I am receiving after trying on both Google Chrome and Microsoft Edge is this “jQuery.fn.load() is deprecated” (line 45 post.php?post781&action=edit)
I also installed Query Monitor and yet it isn’t providing any useful input.
I have deleted and reinstalled those folders to no avail