Warning: Undefined property: stdClass::$menualign in /var/www/vhosts/choeurs-elisabeth-brasseur.com/httpdocs/plugins/system/helixultimate/src/Core/Classes/HelixultimateMenu.php on line 466

Warning: Undefined property: stdClass::$menualign in /var/www/vhosts/choeurs-elisabeth-brasseur.com/httpdocs/plugins/system/helixultimate/src/Core/Classes/HelixultimateMenu.php on line 471

Warning: Undefined property: stdClass::$menualign in /var/www/vhosts/choeurs-elisabeth-brasseur.com/httpdocs/plugins/system/helixultimate/src/Core/Classes/HelixultimateMenu.php on line 477

Warning: foreach() argument must be of type array|object, string given in /var/www/vhosts/choeurs-elisabeth-brasseur.com/httpdocs/plugins/system/helixultimate/src/Core/Classes/HelixultimateMenu.php on line 480

Warning: Undefined property: stdClass::$menualign in /var/www/vhosts/choeurs-elisabeth-brasseur.com/httpdocs/plugins/system/helixultimate/src/Core/Classes/HelixultimateMenu.php on line 466

Warning: Undefined property: stdClass::$menualign in /var/www/vhosts/choeurs-elisabeth-brasseur.com/httpdocs/plugins/system/helixultimate/src/Core/Classes/HelixultimateMenu.php on line 471

Warning: Undefined property: stdClass::$menualign in /var/www/vhosts/choeurs-elisabeth-brasseur.com/httpdocs/plugins/system/helixultimate/src/Core/Classes/HelixultimateMenu.php on line 477

Warning: foreach() argument must be of type array|object, string given in /var/www/vhosts/choeurs-elisabeth-brasseur.com/httpdocs/plugins/system/helixultimate/src/Core/Classes/HelixultimateMenu.php on line 480
  • Customer Care
  • (888) 123-4567

Nos concerts

Mendelssohn : La Première Nuit de Walpurgis, Psaume 42

Mendelssohn : La Première Nuit de Walpurgis, Psaume 42

Les Chœurs Elisabeth Brasseur participent avec deux autres ensembles vocaux, l'Ensemble Polyphonique de Versailles et l'Ensemble Vocal Mélisande, à un programme de concert autour de Felix Mendelssohn. Ce programme sera donné trois fois dans trois lieux différents, à Viroflay, Paris et Versailles.

Chœurs Elisabeth Brasseur

Ensemble Polyphonique de Versailles

Ensemble Vocal Mélisande

Ensemble Instrumental Merag

Silvio Segantini, Olivier Delafosse, Antoine Sebillotte - direction

 

Programme :

Felix Mendelssohn : 

Psaume 42

Die Erste Walpurgisnacht (La Première Nuit de Walpurgis)

Motet, extrait d'Elias

 

Trois chœurs, trois chefs de chœurs, quatre solistes et un ensemble orchestral, 150 musiciens, se sont rassemblés pour un événement musical exceptionnel. Au programme, trois chefs-d'œuvre de Mendelssohn:

 

Le "Psaume 42", écrit lors du voyage de noces de Mendelssohn : une œuvre qui respire une tendre mélancolie et une conviction passionnée (1838).

"La première nuit de Walpurgis", une magnifique cantate rarement exécutée : sur un texte de Goethe, elle raconte avec lyrisme la lutte entre les païens et les nouvelles forces chrétiennes (1843).

Le chœur a capella à huit voix, "Denn er hat seinen Engeln befohlen über dir", fut dédié au roi de Prusse qui venait d'échapper à un attentat. Mendelssohn l'orchestra plus tard et l'introduisit dans son oratorio "Elias". Il dégage un climat de grande sérénité et de confiance (1844).

Nouvelle orchestration du Psaume 42 et de La Première Nuit de Walpurgis réalisée par Antoine Sebillotte.

 

Propriétés de l'événement

Date de l'événement 13-06-2025 20:45
Lieu Eglise Notre-Dame du Chêne, Viroflay (78)

Les inscriptions pour cet événement sont closes.

Image

Nous contacter

Répétitions : 3 place Saint Jean, 75017 Paris, France

contact@choeurs-elisabeth-brasseur.com

Invalid address: (From): (500 Whoops, looks like something went wrong.)

Exception

HTTP 500 Whoops, looks like something went wrong.

Invalid address: (From):

Exception

PHPMailer\PHPMailer\ Exception

  1.                 $address
  2.             );
  3.             $this->setError($error_message);
  4.             $this->edebug($error_message);
  5.             if ($this->exceptions) {
  6.                 throw new Exception($error_message);
  7.             }
  8.             return false;
  9.         }
  10.         $this->From $address;
  1.             // If $from is an array we assume it has an address and a name
  2.             if (isset($from[2])) {
  3.                 // If it is an array with entries, use them
  4.                 $result $this->setFrom(MailHelper::cleanLine($from[0]), MailHelper::cleanLine($from[1]), (bool) $from[2]);
  5.             } else {
  6.                 $result $this->setFrom(MailHelper::cleanLine($from[0]), MailHelper::cleanLine($from[1]));
  7.             }
  8.         } elseif (\is_string($from)) {
  9.             // If it is a string we assume it is just the address
  10.             $result $this->setFrom(MailHelper::cleanLine($from), $name);
  11.         } else {
  1.         {
  2.             $fromName  Factory::getApplication()->get('fromname');
  3.             $fromEmail Factory::getApplication()->get('mailfrom');
  4.         }
  5.         $mailer->setSender([$fromEmail$fromName]);
  6.         $mailer->isHtml(true);
  7.         if (empty($config->notification_emails))
  8.         {
  1.         $db      Factory::getDbo();
  2.         $query   $db->getQuery(true);
  3.         $config  EventbookingHelper::getConfig();
  4.         $message EventbookingHelper::getMessages();
  5.         $mailer  = static::getMailer($config);
  6.         if ($bccEmail)
  7.         {
  8.             $mailer->addBcc($bccEmail);
  9.         }
  1.         foreach (array_reverse($callableMethods) as $callable)
  2.         {
  3.             if (is_callable($callable))
  4.             {
  5.                 return call_user_func_array($callable$methodArgs);
  6.             }
  7.         }
  8.         throw new Exception(sprintf('Method %s does not exist in the helper %s'$method$helper));
  9.     }
  1.         if (!EventbookingHelperPlugin::checkAndStoreLastRuntime($this->params$cacheTime$this->_name)) {
  2.             return;
  3.         }
  4.         EventbookingHelper::callOverridableHelperMethod('Mail''sendDepositReminder', [$numberDays$numberEmailSendEachTime$bccEmail]);
  5.     }
  6. }
  1.                 }
  2.                 // Convert to indexed array for unpacking.
  3.                 $arguments array_values($arguments);
  4.                 $result $this->{$methodName}(...$arguments);
  5.                 // Ignore null results
  6.                 if ($result === null) {
  7.                     return;
  8.                 }
  1.             foreach ($this->listeners[$event->getName()] as $listener) {
  2.                 if ($event->isStopped()) {
  3.                     return $event;
  4.                 }
  5.                 $listener($event);
  6.             }
  7.         }
  8.         return $event;
  9.     }
  1.             $dispatcher $this->getDispatcher();
  2.         } catch (\UnexpectedValueException $exception) {
  3.             return null;
  4.         }
  5.         return $dispatcher->dispatch($eventName$event ?: new ApplicationEvent($eventName$this));
  6.     }
  7.     /**
  8.      * Method to run the application routines.
  9.      *
  1.         $this->respond();
  2.         // Trigger the onAfterRespond event.
  3.         $this->dispatchEvent(
  4.             'onAfterRespond',
  5.             new AfterRespondEvent('onAfterRespond', ['subject' => $this])
  6.         );
  7.     }
  8.     /**
  9.      * Check if the user is required to reset their password.
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/var/www/vhosts/choeurs-elisabeth-brasseur.com/httpdocs/includes/app.php') in /var/www/vhosts/choeurs-elisabeth-brasseur.com/httpdocs/index.php (line 32)
  1.  * define() is used rather than "const" to not error for PHP 5.2 and lower
  2.  */
  3. define('_JEXEC'1);
  4. // Run the application - All executable code should be triggered through this file
  5. require_once dirname(__FILE__) . '/includes/app.php';

Stack Trace

Exception
PHPMailer\PHPMailer\Exception:
Invalid address:  (From): 

  at /var/www/vhosts/choeurs-elisabeth-brasseur.com/httpdocs/libraries/vendor/phpmailer/phpmailer/src/PHPMailer.php:1354
  at PHPMailer\PHPMailer\PHPMailer->setFrom()
     (/var/www/vhosts/choeurs-elisabeth-brasseur.com/httpdocs/libraries/src/Mail/Mail.php:205)
  at Joomla\CMS\Mail\Mail->setSender()
     (/var/www/vhosts/choeurs-elisabeth-brasseur.com/httpdocs/components/com_eventbooking/helper/mail.php:2145)
  at EventbookingHelperMail::getMailer()
     (/var/www/vhosts/choeurs-elisabeth-brasseur.com/httpdocs/components/com_eventbooking/helper/mail.php:1830)
  at EventbookingHelperMail::sendDepositReminder()
     (/var/www/vhosts/choeurs-elisabeth-brasseur.com/httpdocs/components/com_eventbooking/helper/helper.php:868)
  at EventbookingHelper::callOverridableHelperMethod()
     (/var/www/vhosts/choeurs-elisabeth-brasseur.com/httpdocs/plugins/system/ebdepositreminder/ebdepositreminder.php:69)
  at plgSystemEBDepositReminder->onAfterRespond()
     (/var/www/vhosts/choeurs-elisabeth-brasseur.com/httpdocs/libraries/src/Plugin/CMSPlugin.php:320)
  at Joomla\CMS\Plugin\CMSPlugin->Joomla\CMS\Plugin\{closure}()
     (/var/www/vhosts/choeurs-elisabeth-brasseur.com/httpdocs/libraries/vendor/joomla/event/src/Dispatcher.php:454)
  at Joomla\Event\Dispatcher->dispatch()
     (/var/www/vhosts/choeurs-elisabeth-brasseur.com/httpdocs/libraries/vendor/joomla/application/src/AbstractApplication.php:99)
  at Joomla\Application\AbstractApplication->dispatchEvent()
     (/var/www/vhosts/choeurs-elisabeth-brasseur.com/httpdocs/libraries/src/Application/CMSApplication.php:349)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/var/www/vhosts/choeurs-elisabeth-brasseur.com/httpdocs/includes/app.php:58)
  at require_once('/var/www/vhosts/choeurs-elisabeth-brasseur.com/httpdocs/includes/app.php')
     (/var/www/vhosts/choeurs-elisabeth-brasseur.com/httpdocs/index.php:32)