Describe the bug
The wp-config.php is missing the constants that tell WordPress where to look for themes, plugins, uploads etc, which when missing causes WordPress to error as it can't find the theme.
Expected behavior
The main wp-config.php should have the following lines just before the FS_METHOD:
/** Set the content directory path */
define( 'CONTENT_DIR', '/wp-content' );
define( 'WP_CONTENT_DIR', dirname(__FILE__) . CONTENT_DIR );
define( 'WP_CONTENT_URL', WP_HOME . CONTENT_DIR );
Environment
- OS: macOS
- Terminal/Shell: iTerm2 with Starship
Nucleus CLI version:
1.0.0
Describe the bug
The
wp-config.phpis missing the constants that tell WordPress where to look for themes, plugins, uploads etc, which when missing causes WordPress to error as it can't find the theme.Expected behavior
The main
wp-config.phpshould have the following lines just before the FS_METHOD:Environment
Nucleus CLI version:
1.0.0