( ! ) Fatal error: Uncaught Error: Undefined constant "MCRYPT_RIJNDAEL_128" in /var/www/vhosts/taskorum.com/httpdocs/taskorum/config/app.php on line 83
( ! ) Error: Undefined constant "MCRYPT_RIJNDAEL_128" in /var/www/vhosts/taskorum.com/httpdocs/taskorum/config/app.php on line 83
Call Stack
#TimeMemoryFunctionLocation
10.0002468184{main}( ).../index.php:0
20.01142012880Illuminate\Foundation\Http\Kernel->handle( $request = class Illuminate\Http\Request { public $attributes = class Symfony\Component\HttpFoundation\ParameterBag { protected $parameters = [...] }; public $request = class Symfony\Component\HttpFoundation\ParameterBag { protected $parameters = [...] }; public $query = class Symfony\Component\HttpFoundation\ParameterBag { protected $parameters = [...] }; public $server = class Symfony\Component\HttpFoundation\ServerBag { protected $parameters = [...] }; public $files = class Symfony\Component\HttpFoundation\FileBag { protected $parameters = [...] }; public $cookies = class Symfony\Component\HttpFoundation\ParameterBag { protected $parameters = [...] }; public $headers = class Symfony\Component\HttpFoundation\HeaderBag { protected $headers = [...]; protected $cacheControl = [...] }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = NULL; protected $requestUri = NULL; protected $baseUrl = NULL; protected $basePath = NULL; protected $method = 'GET'; protected $format = NULL; protected $session = NULL; protected $locale = NULL; protected $defaultLocale = 'en'; protected $json = NULL; protected $sessionStore = NULL; protected $userResolver = NULL; protected $routeResolver = NULL } ).../index.php:51
30.01142012880Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter( $request = class Illuminate\Http\Request { public $attributes = class Symfony\Component\HttpFoundation\ParameterBag { protected $parameters = [...] }; public $request = class Symfony\Component\HttpFoundation\ParameterBag { protected $parameters = [...] }; public $query = class Symfony\Component\HttpFoundation\ParameterBag { protected $parameters = [...] }; public $server = class Symfony\Component\HttpFoundation\ServerBag { protected $parameters = [...] }; public $files = class Symfony\Component\HttpFoundation\FileBag { protected $parameters = [...] }; public $cookies = class Symfony\Component\HttpFoundation\ParameterBag { protected $parameters = [...] }; public $headers = class Symfony\Component\HttpFoundation\HeaderBag { protected $headers = [...]; protected $cacheControl = [...] }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = NULL; protected $requestUri = NULL; protected $baseUrl = NULL; protected $basePath = NULL; protected $method = 'GET'; protected $format = NULL; protected $session = NULL; protected $locale = NULL; protected $defaultLocale = 'en'; protected $json = NULL; protected $sessionStore = NULL; protected $userResolver = NULL; protected $routeResolver = NULL } ).../Kernel.php:84
40.01162033192Illuminate\Foundation\Http\Kernel->bootstrap( ).../Kernel.php:110
50.01162033192Illuminate\Foundation\Application->bootstrapWith( $bootstrappers = [0 => 'Illuminate\\Foundation\\Bootstrap\\DetectEnvironment', 1 => 'Illuminate\\Foundation\\Bootstrap\\LoadConfiguration', 2 => 'Illuminate\\Foundation\\Bootstrap\\ConfigureLogging', 3 => 'Illuminate\\Foundation\\Bootstrap\\HandleExceptions', 4 => 'Illuminate\\Foundation\\Bootstrap\\RegisterFacades', 5 => 'Illuminate\\Foundation\\Bootstrap\\RegisterProviders', 6 => 'Illuminate\\Foundation\\Bootstrap\\BootProviders'] ).../Kernel.php:199
60.01282236904Illuminate\Foundation\Bootstrap\LoadConfiguration->bootstrap( $app = class Illuminate\Foundation\Application { protected $resolved = ['events' => TRUE, 'router' => TRUE, 'App\\Http\\Kernel' => TRUE, 'Illuminate\\Contracts\\Http\\Kernel' => TRUE, 'Illuminate\\Foundation\\Bootstrap\\DetectEnvironment' => TRUE, 'Illuminate\\Foundation\\Bootstrap\\LoadConfiguration' => TRUE]; protected $bindings = ['events' => [...], 'router' => [...], 'url' => [...], 'redirect' => [...], 'Illuminate\\Contracts\\Routing\\ResponseFactory' => [...], 'Illuminate\\Contracts\\Http\\Kernel' => [...], 'Illuminate\\Contracts\\Console\\Kernel' => [...], 'Illuminate\\Contracts\\Debug\\ExceptionHandler' => [...], 'env' => [...]]; protected $instances = ['app' => ..., 'Illuminate\\Container\\Container' => ..., 'events' => class Illuminate\Events\Dispatcher { ... }, 'path' => '/var/www/vhosts/taskorum.com/httpdocs/taskorum/app', 'path.base' => '/var/www/vhosts/taskorum.com/httpdocs/taskorum', 'path.config' => '/var/www/vhosts/taskorum.com/httpdocs/taskorum/config', 'path.database' => '/var/www/vhosts/taskorum.com/httpdocs/taskorum/database', 'path.lang' => '/var/www/vhosts/taskorum.com/httpdocs/taskorum/resources/lang', 'path.public' => '/var/www/vhosts/taskorum.com/httpdocs/taskorum/public', 'path.storage' => '/var/www/vhosts/taskorum.com/httpdocs/taskorum/storage', 'Illuminate\\Contracts\\Http\\Kernel' => class App\Http\Kernel { ... }, 'request' => class Illuminate\Http\Request { ... }, 'config' => class Illuminate\Config\Repository { ... }]; protected $aliases = ['Illuminate\\Foundation\\Application' => 'app', 'Illuminate\\Contracts\\Container\\Container' => 'app', 'Illuminate\\Contracts\\Foundation\\Application' => 'app', 'Illuminate\\Console\\Application' => 'artisan', 'Illuminate\\Contracts\\Console\\Application' => 'artisan', 'Illuminate\\Auth\\AuthManager' => 'auth', 'Illuminate\\Auth\\Guard' => 'auth.driver', 'Illuminate\\Contracts\\Auth\\Guard' => 'auth.driver', 'Illuminate\\Auth\\Passwords\\TokenRepositoryInterface' => 'auth.password.tokens', 'Illuminate\\View\\Compilers\\BladeCompiler' => 'blade.compiler', 'Illuminate\\Cache\\CacheManager' => 'cache', 'Illuminate\\Contracts\\Cache\\Factory' => 'cache', 'Illuminate\\Cache\\Repository' => 'cache.store', 'Illuminate\\Contracts\\Cache\\Repository' => 'cache.store', 'Illuminate\\Config\\Repository' => 'config', 'Illuminate\\Contracts\\Config\\Repository' => 'config', 'Illuminate\\Cookie\\CookieJar' => 'cookie', 'Illuminate\\Contracts\\Cookie\\Factory' => 'cookie', 'Illuminate\\Contracts\\Cookie\\QueueingFactory' => 'cookie', 'Illuminate\\Encryption\\Encrypter' => 'encrypter', 'Illuminate\\Contracts\\Encryption\\Encrypter' => 'encrypter', 'Illuminate\\Database\\DatabaseManager' => 'db', 'Illuminate\\Events\\Dispatcher' => 'events', 'Illuminate\\Contracts\\Events\\Dispatcher' => 'events', 'Illuminate\\Filesystem\\Filesystem' => 'files', 'Illuminate\\Filesystem\\FilesystemManager' => 'filesystem', 'Illuminate\\Contracts\\Filesystem\\Factory' => 'filesystem', 'Illuminate\\Contracts\\Filesystem\\Filesystem' => 'filesystem.disk', 'Illuminate\\Contracts\\Filesystem\\Cloud' => 'filesystem.cloud', 'Illuminate\\Contracts\\Hashing\\Hasher' => 'hash', 'Illuminate\\Translation\\Translator' => 'translator', 'Symfony\\Component\\Translation\\TranslatorInterface' => 'translator', 'Illuminate\\Log\\Writer' => 'log', 'Illuminate\\Contracts\\Logging\\Log' => 'log', 'Psr\\Log\\LoggerInterface' => 'log', 'Illuminate\\Mail\\Mailer' => 'mailer', 'Illuminate\\Contracts\\Mail\\Mailer' => 'mailer', 'Illuminate\\Contracts\\Mail\\MailQueue' => 'mailer', 'Illuminate\\Pagination\\Factory' => 'paginator', 'Illuminate\\Auth\\Passwords\\PasswordBroker' => 'auth.password', 'Illuminate\\Contracts\\Auth\\PasswordBroker' => 'auth.password', 'Illuminate\\Queue\\QueueManager' => 'queue', 'Illuminate\\Contracts\\Queue\\Factory' => 'queue', 'Illuminate\\Contracts\\Queue\\Monitor' => 'queue', 'Illuminate\\Contracts\\Queue\\Queue' => 'queue.connection', 'Illuminate\\Routing\\Redirector' => 'redirect', 'Illuminate\\Redis\\Database' => 'redis', 'Illuminate\\Contracts\\Redis\\Database' => 'redis', 'Illuminate\\Http\\Request' => 'request', 'Illuminate\\Routing\\Router' => 'router', 'Illuminate\\Contracts\\Routing\\Registrar' => 'router', 'Illuminate\\Session\\SessionManager' => 'session', 'Illuminate\\Session\\Store' => 'session.store', 'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => 'session.store', 'Illuminate\\Routing\\UrlGenerator' => 'url', 'Illuminate\\Contracts\\Routing\\UrlGenerator' => 'url', 'Illuminate\\Validation\\Factory' => 'validator', 'Illuminate\\Contracts\\Validation\\Factory' => 'validator', 'Illuminate\\View\\Factory' => 'view', 'Illuminate\\Contracts\\View\\Factory' => 'view']; protected $extenders = []; protected $tags = []; protected $buildStack = []; public $contextual = []; protected $reboundCallbacks = []; protected $globalResolvingCallbacks = []; protected $globalAfterResolvingCallbacks = []; protected $resolvingCallbacks = []; protected $afterResolvingCallbacks = []; protected $basePath = '/var/www/vhosts/taskorum.com/httpdocs/taskorum'; protected $hasBeenBootstrapped = TRUE; protected $booted = FALSE; protected $bootingCallbacks = []; protected $bootedCallbacks = []; protected $terminatingCallbacks = []; protected $serviceProviders = [0 => class Illuminate\Events\EventServiceProvider { ... }, 1 => class Illuminate\Routing\RoutingServiceProvider { ... }]; protected $loadedProviders = ['Illuminate\\Events\\EventServiceProvider' => TRUE, 'Illuminate\\Routing\\RoutingServiceProvider' => TRUE]; protected $deferredServices = []; protected $databasePath = NULL; protected $storagePath = NULL; protected $useStoragePathForOptimizations = FALSE; protected $environmentFile = '.env' } ).../Application.php:183
70.01312250488Illuminate\Foundation\Bootstrap\LoadConfiguration->loadConfigurationFiles( $app = class Illuminate\Foundation\Application { protected $resolved = ['events' => TRUE, 'router' => TRUE, 'App\\Http\\Kernel' => TRUE, 'Illuminate\\Contracts\\Http\\Kernel' => TRUE, 'Illuminate\\Foundation\\Bootstrap\\DetectEnvironment' => TRUE, 'Illuminate\\Foundation\\Bootstrap\\LoadConfiguration' => TRUE]; protected $bindings = ['events' => [...], 'router' => [...], 'url' => [...], 'redirect' => [...], 'Illuminate\\Contracts\\Routing\\ResponseFactory' => [...], 'Illuminate\\Contracts\\Http\\Kernel' => [...], 'Illuminate\\Contracts\\Console\\Kernel' => [...], 'Illuminate\\Contracts\\Debug\\ExceptionHandler' => [...], 'env' => [...]]; protected $instances = ['app' => ..., 'Illuminate\\Container\\Container' => ..., 'events' => class Illuminate\Events\Dispatcher { ... }, 'path' => '/var/www/vhosts/taskorum.com/httpdocs/taskorum/app', 'path.base' => '/var/www/vhosts/taskorum.com/httpdocs/taskorum', 'path.config' => '/var/www/vhosts/taskorum.com/httpdocs/taskorum/config', 'path.database' => '/var/www/vhosts/taskorum.com/httpdocs/taskorum/database', 'path.lang' => '/var/www/vhosts/taskorum.com/httpdocs/taskorum/resources/lang', 'path.public' => '/var/www/vhosts/taskorum.com/httpdocs/taskorum/public', 'path.storage' => '/var/www/vhosts/taskorum.com/httpdocs/taskorum/storage', 'Illuminate\\Contracts\\Http\\Kernel' => class App\Http\Kernel { ... }, 'request' => class Illuminate\Http\Request { ... }, 'config' => class Illuminate\Config\Repository { ... }]; protected $aliases = ['Illuminate\\Foundation\\Application' => 'app', 'Illuminate\\Contracts\\Container\\Container' => 'app', 'Illuminate\\Contracts\\Foundation\\Application' => 'app', 'Illuminate\\Console\\Application' => 'artisan', 'Illuminate\\Contracts\\Console\\Application' => 'artisan', 'Illuminate\\Auth\\AuthManager' => 'auth', 'Illuminate\\Auth\\Guard' => 'auth.driver', 'Illuminate\\Contracts\\Auth\\Guard' => 'auth.driver', 'Illuminate\\Auth\\Passwords\\TokenRepositoryInterface' => 'auth.password.tokens', 'Illuminate\\View\\Compilers\\BladeCompiler' => 'blade.compiler', 'Illuminate\\Cache\\CacheManager' => 'cache', 'Illuminate\\Contracts\\Cache\\Factory' => 'cache', 'Illuminate\\Cache\\Repository' => 'cache.store', 'Illuminate\\Contracts\\Cache\\Repository' => 'cache.store', 'Illuminate\\Config\\Repository' => 'config', 'Illuminate\\Contracts\\Config\\Repository' => 'config', 'Illuminate\\Cookie\\CookieJar' => 'cookie', 'Illuminate\\Contracts\\Cookie\\Factory' => 'cookie', 'Illuminate\\Contracts\\Cookie\\QueueingFactory' => 'cookie', 'Illuminate\\Encryption\\Encrypter' => 'encrypter', 'Illuminate\\Contracts\\Encryption\\Encrypter' => 'encrypter', 'Illuminate\\Database\\DatabaseManager' => 'db', 'Illuminate\\Events\\Dispatcher' => 'events', 'Illuminate\\Contracts\\Events\\Dispatcher' => 'events', 'Illuminate\\Filesystem\\Filesystem' => 'files', 'Illuminate\\Filesystem\\FilesystemManager' => 'filesystem', 'Illuminate\\Contracts\\Filesystem\\Factory' => 'filesystem', 'Illuminate\\Contracts\\Filesystem\\Filesystem' => 'filesystem.disk', 'Illuminate\\Contracts\\Filesystem\\Cloud' => 'filesystem.cloud', 'Illuminate\\Contracts\\Hashing\\Hasher' => 'hash', 'Illuminate\\Translation\\Translator' => 'translator', 'Symfony\\Component\\Translation\\TranslatorInterface' => 'translator', 'Illuminate\\Log\\Writer' => 'log', 'Illuminate\\Contracts\\Logging\\Log' => 'log', 'Psr\\Log\\LoggerInterface' => 'log', 'Illuminate\\Mail\\Mailer' => 'mailer', 'Illuminate\\Contracts\\Mail\\Mailer' => 'mailer', 'Illuminate\\Contracts\\Mail\\MailQueue' => 'mailer', 'Illuminate\\Pagination\\Factory' => 'paginator', 'Illuminate\\Auth\\Passwords\\PasswordBroker' => 'auth.password', 'Illuminate\\Contracts\\Auth\\PasswordBroker' => 'auth.password', 'Illuminate\\Queue\\QueueManager' => 'queue', 'Illuminate\\Contracts\\Queue\\Factory' => 'queue', 'Illuminate\\Contracts\\Queue\\Monitor' => 'queue', 'Illuminate\\Contracts\\Queue\\Queue' => 'queue.connection', 'Illuminate\\Routing\\Redirector' => 'redirect', 'Illuminate\\Redis\\Database' => 'redis', 'Illuminate\\Contracts\\Redis\\Database' => 'redis', 'Illuminate\\Http\\Request' => 'request', 'Illuminate\\Routing\\Router' => 'router', 'Illuminate\\Contracts\\Routing\\Registrar' => 'router', 'Illuminate\\Session\\SessionManager' => 'session', 'Illuminate\\Session\\Store' => 'session.store', 'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => 'session.store', 'Illuminate\\Routing\\UrlGenerator' => 'url', 'Illuminate\\Contracts\\Routing\\UrlGenerator' => 'url', 'Illuminate\\Validation\\Factory' => 'validator', 'Illuminate\\Contracts\\Validation\\Factory' => 'validator', 'Illuminate\\View\\Factory' => 'view', 'Illuminate\\Contracts\\View\\Factory' => 'view']; protected $extenders = []; protected $tags = []; protected $buildStack = []; public $contextual = []; protected $reboundCallbacks = []; protected $globalResolvingCallbacks = []; protected $globalAfterResolvingCallbacks = []; protected $resolvingCallbacks = []; protected $afterResolvingCallbacks = []; protected $basePath = '/var/www/vhosts/taskorum.com/httpdocs/taskorum'; protected $hasBeenBootstrapped = TRUE; protected $booted = FALSE; protected $bootingCallbacks = []; protected $bootedCallbacks = []; protected $terminatingCallbacks = []; protected $serviceProviders = [0 => class Illuminate\Events\EventServiceProvider { ... }, 1 => class Illuminate\Routing\RoutingServiceProvider { ... }]; protected $loadedProviders = ['Illuminate\\Events\\EventServiceProvider' => TRUE, 'Illuminate\\Routing\\RoutingServiceProvider' => TRUE]; protected $deferredServices = []; protected $databasePath = NULL; protected $storagePath = NULL; protected $useStoragePathForOptimizations = FALSE; protected $environmentFile = '.env' }, $config = class Illuminate\Config\Repository { protected $items = ['session' => [...], 'auth' => [...], 'ide-helper' => [...], 'queue' => [...], 'cache' => [...], 'view' => [...], 'filesystems' => [...], 'services' => [...], 'compile' => [...], 'rapyd' => [...], 'database' => [...], 'mail' => [...], 'former' => [...]] } ).../LoadConfiguration.php:38
80.01972667440require( '/var/www/vhosts/taskorum.com/httpdocs/taskorum/config/app.php ).../LoadConfiguration.php:57