Thank you for your reply!
Since I’m migrating the site, I created a new database on the new server which is functioning fine (I checked it) but I had to change the wpconfig.php to reflect the new database. As you can see from the error I posted above, it’s coming from the wpconfig.php file on line 69 which is this line:
/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);
Here’s the exact error:
Parse error: syntax error, unexpected ”);’ (T_CONSTANT_ENCAPSED_STRING) in /home/ksypolt619/public_html/wp-config.php on line 69
Any idea why this is happening? I tried changing the PHP version and that didn’t help. Thank you!