Anzeige:

sose2018_vl_diff
 46 Downloads
 262.48 KB
 15.07.2018

Summer 2018, Lecture Differentielle und Persönlichkeitspsychologie (Differential and Personality Psychology), Bachelor Psychology, University of Wuppertal, Germany

ws2017_aggressionA
 37 Downloads
 138.85 KB
 15.02.2018

Winter 2017/2018, Aggression, Bachelor Psychology, University of Wuppertal, Germany

ws2017_bscprojektstudium
 39 Downloads
 128.02 KB
 15.02.2018

Winter 2017/2018, Projektstudium Sozialpsychologie, Bachelor Psychology, University of Wuppertal, Germany

ws2017_evol2
 39 Downloads
 139.45 KB
 15.02.2018

Winter 2017/2018, Evolutionäre Sozialpsychologie II (Evolutionary Social Psychology II), Master Psychology, University of Wuppertal, Germany

sose2017_evol1
 49 Downloads
 141.54 KB
 15.07.2017

Summer 2017, Evolutionäre Sozialpsychologie I (Evolutionary Social Psychology I), Master Psychology, University of Wuppertal, Germany

sose2017_expra
 42 Downloads
 142.43 KB
 15.07.2017

Summer 2017, Experimenalpsychologisches Praktikum, Bachelor Psychology, University of Wuppertal, Germany

sose2017_gruppenA
 40 Downloads
 217.27 KB
 15.07.2017

Summer 2017, Soziale Prozesse in Gruppen A (Group Dynamics, A), Bachelor Psychology, University of Wuppertal, Germany

sose2017_gruppenB
 43 Downloads
 151.57 KB
 15.07.2017

Summer 2017, Soziale Prozesse in Gruppen B (Group Dynamics, B), Bachelor Psychology, University of Wuppertal, Germany

sose2017_vl_diff
 40 Downloads
 263.07 KB
 15.07.2017

Summer 2017, Lecture Differentielle und Persönlichkeitspsychologie (Differential and Personality Psychology), Bachelor Psychology, University of Wuppertal, Germany

ws2016_vlsozint
 44 Downloads
 361.6 KB
 15.02.2017

Winter 2016/2017, Lecture Soziale Interaktion, Bachelor Psychology, University of Wuppertal, Germany

sose2016_aggrA
 45 Downloads
 114.63 KB
 15.07.2016

Summer 2016, Aggression (A), Bachelor Psychology, University of Wuppertal, Germany

sose2016_aggrB
 44 Downloads
 135.63 KB
 15.07.2016

Summer 2015, Aggression (A), Bachelor Psychology, University of Wuppertal, Germany

sose2016_evol1
 45 Downloads
 116.2 KB
 15.07.2016

Summer 2016, Evolutionäre Sozialpsychologie I (Evolutionary Social Psychology I), Master Psychology, University of Wuppertal, Germany

sose2016_vl_diff
 58 Downloads
 178.23 KB
 15.07.2016

Summer 2016, Lecture Differentielle und Persönlichkeitspsychologie (Differential and Personality Psychology), Bachelor Psychology, University of Wuppertal, Germany

ws2015_bscprojekstudiumspss
 43 Downloads
 92.09 KB
 15.02.2016

Winter 2015/2016, SPSS-Kurs, Bachelor Psychology, University of Wuppertal, Germany

ws2015_bscprojektstudium
 45 Downloads
 106.16 KB
 15.02.2016

WS 2015/2016, Projektstudium Sozialpsychologie, Bachelor Psychology, University of Wuppertal, Germany

ws2015_wissarbeiten
 42 Downloads
 251.16 KB
 15.02.2016

Winter 2015/2016, Einführung in das wissenschaftliche Arbeiten, Bachelor Psychology, University of Wuppertal, Germany

sose2015_aggrA
 44 Downloads
 109.22 KB
 15.07.2015

Summer 2015, Aggression (A), Bachelor Psychology, University of Wuppertal, Germany

sose2015_aggrB
 46 Downloads
 128.27 KB
 15.07.2015

Summer 2015, Aggression (B), Bachelor Psychology, University of Wuppertal, Germany

sose2015_evol
 47 Downloads
 165.7 KB
 15.07.2015

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', 256) 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', 256)
     (/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)