Possibly. I was asking what the isolation level is on the affected site. Drupal shows this configuration on the site status report.
- ๐ณ๐ฑNetherlands Summit
Hi, should I add then to $databases: 'isolation_level' => 'READ COMMITTED', ?
$databases['default']['default'] = array( 'database' => 'databasename', 'username' => 'sqlusername', 'password' => 'sqlpassword', 'host' => 'localhost', 'driver' => 'mysql', 'prefix' => '', 'port' => '3306', 'isolation_level' => 'READ COMMITTED', );
- ๐ณ๐ฑNetherlands Summit
Hi, I have the same, what is the fix please? Thanks for your advice in advance! Greetings,