I'm exploring some solutions to "move" files storage from classic file folder sites..../files into a file manager system.
I'm trying to use Minio object storage throws flysystem and flysystem_S3
I insert into my settings.php file current configuration
$schemes = [
's3' => [
'driver' => 's3',
'config' => [
'key' => 'minioadmin', // 'key' and 'secret' do not need to be
'secret' => 'minioadmin', // provided if using IAM roles.
'region' => 'eu-central-1',
"The website encountered an unexpected error. Please try again later.
ParseError: syntax error, unexpected 'public' (T_PUBLIC) in Composer\Autoload\includeFile() (line 41 of modules\custom\rsvplist\src\EnablerService.php)."
Thumbnails are being created on the server, but Drupal can't seem to find them to display.
Drupal 8.8.1, using private file system (at same level as /web Drupal root), with default location for public files. Admin user has full permission re access to media. In settings.php, I've looked at how I set out the path to the private folder, but Drupal seems to accept the way I've done it (ie, no error message in status report).
what am I missing here? I am migrating Drupal 7.69 Commerce 1 product displays and products to Drupal 8.81 Commerce 2 products and product variations with below scripts. Both entities are created but for some reason products are not linked with product variations. Another concern is migrating multilingual titles and bodies, but that's another question.