I’m utilizing the theme for 2021. All the plugins were also disabled.
Using the code below, enabled the debug mode.
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', true);
@ini_set('display_errors', 0);
All the options were enabled here, but they are still not working.
Debug.log files are not being generated here, as well.
The screen-sharing URL is given here: https://www.awesomescreenshot.com/video/20134824?key=1263be998fd304603437ed0f66310201
Current system requirements
WordPress version : 6.3
PHP versions: 7.4 and 8.0, both of which I have tested.
OS: Mac OS