• +41 61 688 98 10
  • Diese E-Mail-Adresse ist vor Spambots geschützt! Zur Anzeige muss JavaScript eingeschaltet sein.
  • Mit 9:00 - 11:45

PVR-Terminkalender 2025 (Rotkreuz)

Mo Di Mi Do Fr Sa So
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

Invalid address: (bcc): christine.bonina.pvr@gmail.com,roland (500 Whoops, looks like something went wrong.)

Exception

HTTP 500 Whoops, looks like something went wrong.

Invalid address: (bcc): christine.bonina.pvr@gmail.com,roland

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. if ('Reply-To' !== $kind) {
PHPMailer->addAnAddress('bcc', 'christine.bonina.pvr@gmail.com,roland', '')
  1. return false;
  2. }
  3. //Immediately add standard addresses without IDN.
  4. return call_user_func_array([$this, 'addAnAddress'], $params);
  5. }
  6. /**
  7. * Set the boundaries to use for delimiting MIME parts.
  8. * If you override this, ensure you set all 3 boundaries to unique values.
  1. *
  2. * @return bool true on success, false if address already used or invalid in some way
  3. */
  4. public function addBCC($address, $name = '')
  5. {
  6. return $this->addOrEnqueueAnAddress('bcc', $address, $name);
  7. }
  8. /**
  9. * Add a "Reply-To" address.
  10. *
PHPMailer->addBCC('christine.bonina.pvr@gmail.com,roland', '') in /home/ch77987/web/pvroche.ch/public_html/pvr/libraries/src/Mail/Mail.php (line 312)
  1. }
  2. } else {
  3. $recipient = MailHelper::cleanLine($recipient);
  4. // Check for boolean false return if exception handling is disabled
  5. if (\call_user_func([parent::class, $method], $recipient, $name) === false) {
  6. return false;
  7. }
  8. }
  9. return $this;
Mail->add('christine.bonina.pvr@gmail.com,roland', '', 'addBCC') in /home/ch77987/web/pvroche.ch/public_html/pvr/libraries/src/Mail/Mail.php (line 375)
  1. */
  2. public function addBcc($bcc, $name = '')
  3. {
  4. // If the blind carbon copy recipient is an array, add each recipient... otherwise just add the one
  5. if (isset($bcc)) {
  6. return $this->add($bcc, $name, 'addBCC');
  7. }
  8. return $this;
  9. }
Mail->addBcc('christine.bonina.pvr@gmail.com,roland@frankfamily.ch') in /home/ch77987/web/pvroche.ch/public_html/pvr/components/com_eventbooking/helper/mail.php (line 2299)
  1. $message = EventbookingHelper::getMessages();
  2. $mailer = static::getMailer($config);
  3. if ($bccEmail)
  4. {
  5. $mailer->addBcc($bccEmail);
  6. }
  7. if (!$numberDays)
  8. {
  9. $numberDays = 7;
EventbookingHelperMail::sendDepositReminder(10, 15, 'christine.bonina.pvr@gmail.com,roland@frankfamily.ch') in /home/ch77987/web/pvroche.ch/public_html/pvr/components/com_eventbooking/helper/helper.php (line 842)
  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. }
EventbookingHelper::callOverridableHelperMethod('Mail', 'sendDepositReminder', array(10, 15, 'christine.bonina.pvr@gmail.com,roland@frankfamily.ch')) in /home/ch77987/web/pvroche.ch/public_html/pvr/plugins/system/ebdepositreminder/ebdepositreminder.php (line 68)
  1. if (!EventbookingHelperPlugin::checkAndStoreLastRuntime($this->params, $cacheTime, $this->_name))
  2. {
  3. return;
  4. }
  5. EventbookingHelper::callOverridableHelperMethod('Mail', 'sendDepositReminder', [$numberDays, $numberEmailSendEachTime, $bccEmail]);
  6. }
  7. /**
  8. * Override registerListeners method to only register listeners if needed
  9. *
  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. *
AbstractApplication->dispatchEvent('onAfterRespond', object(AfterRespondEvent)) in /home/ch77987/web/pvroche.ch/public_html/pvr/libraries/src/Application/CMSApplication.php (line 347)
  1. // Send the application response.
  2. $this->respond();
  3. // Trigger the onAfterRespond event.
  4. $this->dispatchEvent(
  5. 'onAfterRespond',
  6. new AfterRespondEvent('onAfterRespond', ['subject' => $this])
  7. );
  8. }
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application = $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/home/ch77987/web/pvroche.ch/public_html/pvr/includes/app.php') in /home/ch77987/web/pvroche.ch/public_html/pvr/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 __DIR__ . '/includes/app.php';

Stack Trace

Exception
PHPMailer\PHPMailer\Exception:
Invalid address:  (bcc): christine.bonina.pvr@gmail.com,roland

  at /home/ch77987/web/pvroche.ch/public_html/pvr/libraries/vendor/phpmailer/phpmailer/src/PHPMailer.php:1187
  at PHPMailer\PHPMailer\PHPMailer->addAnAddress('bcc', 'christine.bonina.pvr@gmail.com,roland', '')
  at call_user_func_array(array(object(Mail), 'addAnAddress'), array('bcc', 'christine.bonina.pvr@gmail.com,roland', ''))
     (/home/ch77987/web/pvroche.ch/public_html/pvr/libraries/vendor/phpmailer/phpmailer/src/PHPMailer.php:1130)
  at PHPMailer\PHPMailer\PHPMailer->addOrEnqueueAnAddress('bcc', 'christine.bonina.pvr@gmail.com,roland', '')
     (/home/ch77987/web/pvroche.ch/public_html/pvr/libraries/vendor/phpmailer/phpmailer/src/PHPMailer.php:1050)
  at PHPMailer\PHPMailer\PHPMailer->addBCC('christine.bonina.pvr@gmail.com,roland', '')
     (/home/ch77987/web/pvroche.ch/public_html/pvr/libraries/src/Mail/Mail.php:312)
  at Joomla\CMS\Mail\Mail->add('christine.bonina.pvr@gmail.com,roland', '', 'addBCC')
     (/home/ch77987/web/pvroche.ch/public_html/pvr/libraries/src/Mail/Mail.php:375)
  at Joomla\CMS\Mail\Mail->addBcc('christine.bonina.pvr@gmail.com,roland@frankfamily.ch')
     (/home/ch77987/web/pvroche.ch/public_html/pvr/components/com_eventbooking/helper/mail.php:2299)
  at EventbookingHelperMail::sendDepositReminder(10, 15, 'christine.bonina.pvr@gmail.com,roland@frankfamily.ch')
     (/home/ch77987/web/pvroche.ch/public_html/pvr/components/com_eventbooking/helper/helper.php:842)
  at EventbookingHelper::callOverridableHelperMethod('Mail', 'sendDepositReminder', array(10, 15, 'christine.bonina.pvr@gmail.com,roland@frankfamily.ch'))
     (/home/ch77987/web/pvroche.ch/public_html/pvr/plugins/system/ebdepositreminder/ebdepositreminder.php:68)
  at plgSystemEBDepositReminder->onAfterRespond(object(AfterRespondEvent))
     (/home/ch77987/web/pvroche.ch/public_html/pvr/libraries/vendor/joomla/event/src/Dispatcher.php:454)
  at Joomla\Event\Dispatcher->dispatch('onAfterRespond', object(AfterRespondEvent))
     (/home/ch77987/web/pvroche.ch/public_html/pvr/libraries/vendor/joomla/application/src/AbstractApplication.php:99)
  at Joomla\Application\AbstractApplication->dispatchEvent('onAfterRespond', object(AfterRespondEvent))
     (/home/ch77987/web/pvroche.ch/public_html/pvr/libraries/src/Application/CMSApplication.php:347)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/home/ch77987/web/pvroche.ch/public_html/pvr/includes/app.php:58)
  at require_once('/home/ch77987/web/pvroche.ch/public_html/pvr/includes/app.php')
     (/home/ch77987/web/pvroche.ch/public_html/pvr/index.php:32)