Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the question-answer domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u845912282/domains/pickplugins.com/public_html/wp-includes/functions.php on line 6121
Enable debug and debug log

Enable debug and debug log

To enable debug and debug log to your WordPress site, please copy and paste the following two lines to your WordPress root directory under the config.php file.

define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );

And then save or update the config.php file, then try to regenerate errors on your site. You will see there is a file created under the following path.

wp-content/debug.log

How to find config.php file on your host, please follow the screenshot step by step

Enable debug and debug log 1
Enable debug and debug log 2
Enable debug and debug log 3

Add the code before line  /* That's all, stop editing! Happy blogging. */

Enable debug and debug log 4

Go to  /wp-content directory to see the  debug.log file

Enable debug and debug log 5

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/u845912282/domains/pickplugins.com/public_html/wp-content/plugins/post-grid/includes/functions-builder.php on line 10