• Customer Care
  • (888) 123-4567

Galerie

Stage de rentrée 2024 chez Antoine

Depuis 3 ans Antoine convie les choristes, qui le souhaitent, à se retrouver un week-end du mois d’août dans sa Bourgogne natale. Accueil généreux et gîte assuré. Cet été 2024 nous nous sommes retrouvés une vingtaine, tous pupitres représentés, avec Vincent et Clément. Une occasion de reprendre le chant en douceur et de mieux nous connaître. Les vivres que nous avons apportés sont l’occasion de joyeuses préparations collectives pour le bonheur de nos papilles. Déjeuners à l’extérieur, ombre et soleil. Un dernier dîner dehors, à la nuit tombée pour nous réjouir. Le maire du village nous ouvre les portes de l’église romane où subsistent de beaux bas-reliefs de pierre. Elle accueille nos voix dans une autre acoustique. Munis des partitions de Vulgaris Fabula de Stéphan Nicolay et du Requiem de Gabriel Fauré, nous avons répété durant 4 séances de 3 heures. Ce sera le programme de notre concert-anniversaire en novembre pour fêter le centenaire des Chœurs Brasseur.

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)