Changing the wp-config.php broke the site

There’re some things you should not play around with, until you really know core inside out and one of those things are the Path constants that can be set in your wp-config.php. Here’s how I do it. Note, that it’s uncommented, so it doesn’t trigger and WP uses its default. # define( ‘WP_CONTENT_DIR_NAME’, ‘wp-content’ ); … Read more

Need help fixing my wp-config file [closed]

Use wp-config-sample.php as a guideline. Rename your current wp-config.php file to wp-config-borked.php. Then copy wp-config-sample.php to wp-config.php. Then change the database name and credentials (user, pass) in the wp-config.php file. Never share your wp-config.php file. It contains the ‘keys to the kingdom’. If you have shared, change the database’s credentials via hosting “MySQL Databases”.

Are the wordpress settings (abspath, disable core updates) added by SiteGround of any use after I’ve migrated to a different host?

Both of these settings are used in all WordPress installs – they’re not specific to any host. The ABSPATH ensures that WordPress knows which folder to look in to find all of its files. Whether Core auto-updates are good or bad really comes down to your own processes and preferences. For security reasons, enabling the … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)