Hi there,
thank you for your help.
I’ve followed your instructions. But now I get the error message “Installation failed: Could not create directory.”.
This is the end section of my wp-config.php:
define( 'WP_DEBUG', true );
define('WP_DEBUG_DISPLAY', true);
define( 'WP_DEBUG_LOG', true );
/* Add any custom values between this line and the "stop editing" line. */
define('FS_METHOD', 'direct');
/* That's all, stop editing! Happy publishing. */
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', DIR . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';
I’m wondering why my WordPress has not created a debug.log file. In my wp-content folder I only have a debug text document, but this doesn’t get updated nor does it include error messages.
I have no clue where to go from here and how to fix this issue.