wise23_persA

39 Downloads

wise23_persA

Winter 2023/2024, Ausgewählte Probleme der Persönlichkeitspsychologie (A), Bachelor Psychology, University of Wuppertal, Germany

Dateiname: wise23_persA.pdf
Dateigröße: 74.22 KB
Dateityp: application/pdf
Treffer: 180 Treffer
Herunterladen: 39 times
Erstellungsdatum: 03.02.2024
Datum der letzten Aktualisierung: 03.02.2024
Call to a member function getInt() on null (500 Whoops, looks like something went wrong.)

Error

HTTP 500 Whoops, looks like something went wrong.

Call to a member function getInt() on null

Exception

Error

  1.             else
  2.             {
  3.                 $body str_replace("{CancelURL}"""$body);
  4.             }
  5.             $confirmationLink Uri::root().'index.php?option=com_osservicesbooking&task=default_confirmbooking&id='.$orderId.'&order_id='.md5($orderId).'&tmpl=component&Itemid='.$jinput->getInt('Itemid',0);
  6.             $confirmationLink "<a href='$confirmationLink' title='" Text::_('OS_CLICK_HERE_TO_CONFIRM_THE_BOOKING_REQUEST') . "'>" $confirmationLink "</a>";
  7.             $body str_replace("{confirmationlink}"$confirmationLink$body);
  8.             $orderDetailsLink Uri::root() . "index.php?option=com_osservicesbooking&task=default_orderDetailsForm&order_id=" $orderId "&ref=" md5($orderId);
  9.             $body str_replace("{OrderURL}"$orderDetailsLink$body);
HelperOSappscheduleCommon::sendEmail('reminder', 186) in /is/htdocs/wp1146572_MS1CG2TM4M/www/saschaschwarzj4/plugins/system/osbcrontask/osbcrontask.php (line 111)
  1.             if(count($rows) > 0)
  2.             {
  3.                 for($i=0;$i<count($rows);$i++)
  4.                 {
  5.                     $row $rows[$i];
  6.                     HelperOSappscheduleCommon::sendEmail('reminder',$row->id);
  7.                     HelperOSappscheduleCommon::sendSMS('reminder',$row->order_id);
  8.                     //add into the cron table
  9.                     $db->setQuery("Insert into #__app_sch_cron (id,order_item_id) values (NULL,'$row->id')");
  10.                     $db->execute();
  11.                 }
  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.                 if ($event->isStopped())
  2.                 {
  3.                     return $event;
  4.                 }
  5.                 $listener($event);
  6.             }
  7.         }
  8.         return $event;
  9.     }
  1.         // Send the application response.
  2.         $this->respond();
  3.         // Trigger the onAfterRespond event.
  4.         $this->getDispatcher()->dispatch('onAfterRespond');
  5.     }
  6.     /**
  7.      * Check if the user is required to reset their password.
  8.      *
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/is/htdocs/wp1146572_MS1CG2TM4M/www/saschaschwarzj4/includes/app.php') in /is/htdocs/wp1146572_MS1CG2TM4M/www/saschaschwarzj4/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

Error
Error:
Call to a member function getInt() on null

  at /is/htdocs/wp1146572_MS1CG2TM4M/www/saschaschwarzj4/components/com_osservicesbooking/helpers/common.php:438
  at HelperOSappscheduleCommon::sendEmail('reminder', 186)
     (/is/htdocs/wp1146572_MS1CG2TM4M/www/saschaschwarzj4/plugins/system/osbcrontask/osbcrontask.php:111)
  at plgSystemOsbcrontask->onAfterRespond()
     (/is/htdocs/wp1146572_MS1CG2TM4M/www/saschaschwarzj4/libraries/src/Plugin/CMSPlugin.php:289)
  at Joomla\CMS\Plugin\CMSPlugin->Joomla\CMS\Plugin\{closure}(object(Event))
     (/is/htdocs/wp1146572_MS1CG2TM4M/www/saschaschwarzj4/libraries/vendor/joomla/event/src/Dispatcher.php:486)
  at Joomla\Event\Dispatcher->dispatch('onAfterRespond')
     (/is/htdocs/wp1146572_MS1CG2TM4M/www/saschaschwarzj4/libraries/src/Application/CMSApplication.php:332)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/is/htdocs/wp1146572_MS1CG2TM4M/www/saschaschwarzj4/includes/app.php:61)
  at require_once('/is/htdocs/wp1146572_MS1CG2TM4M/www/saschaschwarzj4/includes/app.php')
     (/is/htdocs/wp1146572_MS1CG2TM4M/www/saschaschwarzj4/index.php:32)