It is working I could upload logos for each domain. Logos are also correctly rendering in each domain. Thank you very much!
Thank you for your prompt response and the fix. I confirm that MR!18 fixes the problem
Thank you for prompt response and fix. I confirm that MR!9 fixes the problem.
patch from #3 solves the problem.
I confirm the error,
I'm getting this error after user the module for some time. Only reinstalling temporarily solves the problem, but it starts again.
Error message
Warning: filemtime(): stat failed for public://css/high_contrast.css in high_contrast_library_info_build() (line 28 of modules/contrib/high_contrast/high_contrast.module).
high_contrast_library_info_build()
call_user_func_array(Object, Array) (Line: 400)
Drupal\Core\Extension\ModuleHandler->invoke('high_contrast', 'library_info_build') (Line: 374)
Drupal\Core\Asset\LibraryDiscoveryParser->parseLibraryInfo('high_contrast', 'modules/contrib/high_contrast') (Line: 130)
Drupal\Core\Asset\LibraryDiscoveryParser->buildByExtension('high_contrast') (Line: 87)
Drupal\Core\Asset\LibraryDiscoveryCollector->getLibraryDefinitions('high_contrast') (Line: 66)
Drupal\Core\Asset\LibraryDiscoveryCollector->resolveCacheMiss('high_contrast') (Line: 149)
Drupal\Core\Cache\CacheCollector->get('high_contrast') (Line: 44)
Drupal\Core\Asset\LibraryDiscovery->getLibrariesByExtension('high_contrast') (Line: 58)
Drupal\Core\Asset\LibraryDiscovery->getLibraryByName('high_contrast', 'high_contrast') (Line: 68)
Drupal\Core\Asset\LibraryDependencyResolver->doGetDependencies(Array) (Line: 41)
Drupal\Core\Asset\LibraryDependencyResolver->getLibrariesWithDependencies(Array) (Line: 87)
Drupal\Core\Asset\LibraryDependencyResolver->getMinimalRepresentativeSubset(Array) (Line: 113)
Drupal\Core\Asset\AssetResolver->getLibrariesToLoad(Object) (Line: 131)
Drupal\Core\Asset\AssetResolver->getCssAssets(Object, , Object) (Line: 321)
Drupal\Core\Render\HtmlResponseAttachmentsProcessor->processAssetLibraries(Object, Array) (Line: 165)
Drupal\Core\Render\HtmlResponseAttachmentsProcessor->processAttachments(Object) (Line: 97)
Drupal\big_pipe\Render\BigPipeResponseAttachmentsProcessor->processAttachments(Object) (Line: 45)
Drupal\Core\EventSubscriber\HtmlResponseSubscriber->onRespond(Object, 'kernel.response', Object)
call_user_func(Array, Object, 'kernel.response', Object) (Line: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.response') (Line: 214)
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Object, Object, 1) (Line: 202)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 32)
Drupal\big_pipe\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Sorry, It's working I had another issue with views that blocked showing this filed in views. Thank you.
#67 worked for me too.
Seems 10.0.17 is fixed that issue. Thank you very much for quick solutions.
biarr β created an issue.
Wow, that solves the problem.
I was sure that I used all possible combinations with tokens. But mostly I changed the 'Field name' that should be changed, as [node:field_photos:0] brought the first image into the message area.
Thank you for your kind help and this very powerful module!
Ohh, thank you for the hint. I'm attaching here the model with dependencies, highly appreciate your help!
Thank you @jurgenhaas,
I deleted the link completely and added a new one without any condition, but that also didn't help.
I can't tell because your model doesn't contain the depending config entities
I exported using the export button in ECA and could not find more setting to export the model with dependencies. I can update the many types of the fields including geofield from geolocation. I'm using this module for different complex scenarios. But could not manage do one with images.
Could it be a bag related to image type of field?
Thank you for your response. I looked into the log files. No error message. I attached the model, which uses Article content type and two image fields : field_image and field_photos. Model is executed, I'm getting a message and other information I'm checking, but field_image is not populated from the first image of the field_photos.
Could you look at the model, What am I missing?
Thank you!
I confirm this error when installing this module on fresh Drupal 10 installation. Any views with 'Views Conditional' resulting ```Invalid placeholder (context) with string:..``` .
Thank you @ignaciolflores
Code in Merge requests 13 solves the problem.
Thank you for your explanation. I'd use "Conditional fields" as recommended here. Thank you.
biarr β created an issue.
Thank you for quick response. I was able to start an event using Start dispatching request, as it was provided with route_test example in the library at https://ecaguide.org/library/simple/route_test/
Patch #7 is working as expected.
Dear geek-merlin, thank you for your prompt reply. I applied the mentioned patch but it didn't solve the problem.