thanks for your reply, I just saw this response.
how do I set up user entity view mode?
is this a module?
did you make the changes to your apache web server? you need to set the virtual hosts
https://www.drupal.org/docs/multisite-drupal/set-up-a-multisite β
you are pointing two urls to one folder, each folder needs one url.
use a list var like this:
$sites = [
'site2.example.com.blog' => 'site2',
'site1.example.com' => 'site1',
];
put drupal in maintenance mode
I tried many things.
what solved it for me was login to your sites cpanel (or your web control panel).
Click select PHP Version icon
deselect both "mysqli" and "mysqlnd"
Then select "nd_pdo_mysql", then "mysqlnd" will be turned back on
this fixed it for my sites.
not sure why it started working. after two hours of research, it is now working. did not change anything. I flushed cache each time.
at least it works.
also these link by themselves also show as an error in bing /user/login /user/register
tried again in 9.53 and same issue. is there a way to fix this?
dsp1 β created an issue. See original summary β .