Config.php issue in WordPress

Look for FS_CHMOD_DIR in wp-config.php. You can only define constants once. If it’s defined multiple times, you will get a PHP notice.

Notices aren’t often a cause for concern, but they can reveal places you may have issues across the site. You can disable these from displaying to your visitors by defining WP_DEBUG as false.