• Customer Care
  • (888) 123-4567
Gloria de Vivaldi juin 2026

Notre prochain concert

Venez partager notre dernier concert de la saison 2025-2026, le jeudi 4 juin à 20h30, à l'Eglise Saint-Michel des Batignolles (Paris 17ème), avec un programme joyeux et varié autour du Gloria de Vivaldi.

Pour en savoir plus

Grands Chœurs de Musiques de Films

Grands Chœurs de Musiques de Films

Ennio Morricone, Vangelis, James Horner, Maurice Jarre… : replongez-vous dans nos concerts des plus grands chœurs de musiques de films sous la direction de Cyril Diederich, les 5, 6 et 7 décembre derniers.

Pour en savoir plus

Concert Anniversaire : les 100 ans des Chœurs Brasseur

Concert Anniversaire : les 100 ans des Chœurs Brasseur

Revivez le concert anniversaire de notre centenaire, avec le Requiem de Fauré et la création de Vulgaris Fabula de Stéphan Nicolay, en collaboration avec le Chœur de Notre-Dame de Bon Voyage de Cannes.

Pour en savoir plus

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.         $query->select('a.*, b.from_name, b.from_email')
  7.             ->from('#__eb_registrants AS a')
  8.             ->innerJoin('#__eb_events AS b ON a.event_id = b.id')
  9.             ->where('a.published = 0')
  10.             ->where('a.group_id = 0')
  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 ($numberDaysToSendReminder 0) {
  2.             EventbookingHelper::callOverridableHelperMethod(
  3.                 'mail',
  4.                 'sendOfflinePaymentReminder',
  5.                 [$numberDaysToSendReminder$numberRegistrants$this->params]
  6.             );
  7.         }
  8.         if ($numberDaysToCancel 0) {
  9.             $this->cancelRegistrations($numberDaysToCancel$numberRegistrants);
plgSystemEBOfflinePaymentHandle->onAfterRespond() in /var/www/vhosts/choeurs-elisabeth-brasseur.com/httpdocs/libraries/src/Plugin/CMSPlugin.php (line 320)
  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:1950)
  at EventbookingHelperMail::sendOfflinePaymentReminder()
     (/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/ebofflinepaymenthandle/ebofflinepaymenthandle.php:81)
  at plgSystemEBOfflinePaymentHandle->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)