Carlos
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Fixing WordPress
In reply to: WordPress not working after defer parsing javascriptYes, I should be able to deactivate plugins via FTP.
Interesting development, in order to debug the site I added the below code to the wp-config.php and then the site loads fine in the front end, but I still get a blank page in the back end.
// 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 );
- This reply was modified 6 years, 8 months ago by Carlos.
- This reply was modified 6 years, 8 months ago by Carlos.
- This reply was modified 6 years, 8 months ago by Jose Castaneda. Reason: added backticks to code
Forum: Fixing WordPress
In reply to: WordPress not working after defer parsing javascriptHi Jose,
Thank you for your feed back. I followed the instructions from this site, https://support.dymond.digital/support/topic/how-to-defer-parsing-of-javascript-in-wordpress/, but the issue now is that after I restored the functions.php to the original one and I restored the DB from a previous backup I still can’t access the back end (blank page after login)
Thank you very much for your help!
- This reply was modified 6 years, 9 months ago by Carlos.
Not a problem, I really appreciate you looking into this and finding a quick solution to the issue.
Thank you!
Viewing 5 replies - 1 through 5 (of 5 total)