Getting this database error (added screenshot to attachments)
A Database Error Occurred
Unable to connect to your database server using the provided settings.
Filename: core/EE_Config.php
Line Number: 172
This is the only thing I see on line 172:
{
$query = $EE->db->get_where('sites', array('site_id' => $site_id));
}Followed the migration instructions via ee-developer.com
Set all the permissions as follows:
Set to 666:
system/config.php
Set to 777:
images/avatars/uploads/
images/captchas/
images/member_photos/
images/pm_attachments/
images/signature_attachments/
images/uploads/
system/cache/ *Make sure the subfolders in system/cache are empty, if not, delete their contents, leaving the subfolders.
Apparently these files are supposed to be set to “777” but I can’t locate them:
system/config_bak.php
path.php
Any thoughts?