Post Ac5CIjutFrV29ntrzk by admin@tupambae.org
(DIR) More posts by admin@tupambae.org
(DIR) Post #Ac5CIj0WdQPfKzWr8i by hypolite@friendica.mrpetovan.com
2023-11-17T22:28:58Z
0 likes, 0 repeats
@tom_s Ah, thanks. If the database credentials are invalid, no page should load. If they are valid but incorrect after a file move, there’s no way we can detect this. 🤔
(DIR) Post #Ac5CIjutFrV29ntrzk by admin@tupambae.org
2023-11-22T23:45:42Z
1 likes, 0 repeats
Not sure why @tom_s comment doesn't show up in my stream but I saw it from another profile.Sorry for the incomplete description, somehow I guessed that it was obvious, my fault:return ['database' => [ [s]'hostname' => 'subdomain.oldhosting.com:3306',<-- WRONG SETTING AT OLD PROVIDER!!![/s]'hostname' => 'localhost','username' => 'mysqlusername','password' => 'mysqlpassword','database' => 'mysqldatabasename','charset' => 'utf8mb4',],@hypoliteBecause of having problems with the installation/migration of the server:Apache error message:"Apache could not reliably determine the server's fully qualified domain name, using 127.0.1.1"I editedsudo nano /etc/hostsandsudo nano /etc/hostnamereplacingubuntuwithtupambae.orgreference:https://squeet.me/display/962c3e10-9565-49f4-f486-1c2190979075Do you consider that could have something to do with eventual problems and that using '127.0.0.1' instead of 'localhost' could fix that?