Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/milfey/api/vendor/laravel/framework/src/Illuminate/Log/LogManager.php on line 637

Warning: Cannot modify header information - headers already sent by (output started at /var/www/milfey/api/vendor/laravel/framework/src/Illuminate/Log/LogManager.php:637) in /var/www/milfey/api/vendor/symfony/http-foundation/Response.php on line 322
Access to undeclared static property App\Models\Address::$rhasFilterInput (500 Internal Server Error)

Symfony Exception

Error

HTTP 500 Internal Server Error

Access to undeclared static property App\Models\Address::$rhasFilterInput

Exception

Error

  1. $types[] = $inputPath . $class . $prefix . 'RelationInput';
  2. }
  3. }
  4. }
  5. if (static::$rhasFilterInput) {
  6. $types[] = $inputPath . $class . 'FilterInput';
  7. }
  8. return $types;
  9. }
EntityBase::resolveInputTypes('Address', '\\App\\GraphQL\\Types\\Input\\Address\\') in /var/www/milfey/api/app/Modules/Core/Traits/GraphQLConfigTrait.php (line 21)
  1. $types = [
  2. $path['type'] . $class . 'Type',
  3. ];
  4. return array_merge($types, self::resolveInputTypes($class, $path['input']));
  5. }
  6. /**
  7. * Get GraphQL mutations for the current class
  8. */
EntityBase::getTypes() in /var/www/milfey/api/config/graphql.php (line 181)
  1. \App\Modules\Seo\app\GraphQL\Mutations\Panel\MetaTagTemplate\MetaTagTemplateStoreMutation::class,
  2. \App\Modules\Seo\app\GraphQL\Mutations\Panel\MetaTagTemplate\MetaTagTemplateUpdateMutation::class,
  3. ],
  4. // The types only available in this schema
  5. 'types' => [
  6. ...\App\Models\Address::getTypes(),
  7. ...\App\Models\Benefit::getTypes(),
  8. ...\App\Models\Blog::getTypes(),
  9. ...\App\Models\Brand::getTypes(),
  10. ...\App\Models\Category::getTypes(),
  11. ...\App\Models\ContentBox::getTypes(),
  1. * @param array $base
  2. * @return array
  3. */
  4. protected function loadConfigurationFile(RepositoryContract $repository, $name, $path, array $base)
  5. {
  6. $config = (fn () => require $path)();
  7. if (isset($base[$name])) {
  8. $config = array_merge($base[$name], $config);
  9. foreach ($this->mergeableOptions($name) as $option) {
  1. * @param array $base
  2. * @return array
  3. */
  4. protected function loadConfigurationFile(RepositoryContract $repository, $name, $path, array $base)
  5. {
  6. $config = (fn () => require $path)();
  7. if (isset($base[$name])) {
  8. $config = array_merge($base[$name], $config);
  9. foreach ($this->mergeableOptions($name) as $option) {
  1. foreach (array_diff(array_keys($base), array_keys($files)) as $name => $config) {
  2. $repository->set($name, $config);
  3. }
  4. foreach ($files as $name => $path) {
  5. $base = $this->loadConfigurationFile($repository, $name, $path, $base);
  6. }
  7. foreach ($base as $name => $config) {
  8. $repository->set($name, $config);
  9. }
  1. // directory and load each one into the repository. This will make all of the
  2. // options available to the developer for use in various parts of this app.
  3. $app->instance('config', $config = new Repository($items));
  4. if (! isset($loadedFromCache)) {
  5. $this->loadConfigurationFiles($app, $config);
  6. }
  7. // Finally, we will set the application's environment based on the configuration
  8. // values that were loaded. We will pass a callback which will be used to get
  9. // the environment in a web context where an "--env" switch is not present.
  1. $this->hasBeenBootstrapped = true;
  2. foreach ($bootstrappers as $bootstrapper) {
  3. $this['events']->dispatch('bootstrapping: '.$bootstrapper, [$this]);
  4. $this->make($bootstrapper)->bootstrap($this);
  5. $this['events']->dispatch('bootstrapped: '.$bootstrapper, [$this]);
  6. }
  7. }
  1. * @return void
  2. */
  3. public function bootstrap()
  4. {
  5. if (! $this->app->hasBeenBootstrapped()) {
  6. $this->app->bootstrapWith($this->bootstrappers());
  7. }
  8. }
  9. /**
  10. * Get the route dispatcher callback.
  1. {
  2. $this->app->instance('request', $request);
  3. Facade::clearResolvedInstance('request');
  4. $this->bootstrap();
  5. return (new Pipeline($this->app))
  6. ->send($request)
  7. ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
  8. ->then($this->dispatchToRouter());
  1. $this->requestStartedAt = Carbon::now();
  2. try {
  3. $request->enableHttpMethodParameterOverride();
  4. $response = $this->sendRequestThroughRouter($request);
  5. } catch (Throwable $e) {
  6. $this->reportException($e);
  7. $response = $this->renderException($request, $e);
  8. }
Kernel->handle(object(Request)) in /var/www/milfey/api/public/index.php (line 51)
  1. $app = require_once __DIR__.'/../bootstrap/app.php';
  2. $kernel = $app->make(Kernel::class);
  3. $response = $kernel->handle(
  4. $request = Request::capture()
  5. )->send();
  6. $kernel->terminate($request, $response);

Stack Trace

Error
Error:
Access to undeclared static property App\Models\Address::$rhasFilterInput

  at /var/www/milfey/api/app/Modules/Core/Traits/GraphQLConfigTrait.php:171
  at App\Modules\Core\Models\EntityBase::resolveInputTypes('Address', '\\App\\GraphQL\\Types\\Input\\Address\\')
     (/var/www/milfey/api/app/Modules/Core/Traits/GraphQLConfigTrait.php:21)
  at App\Modules\Core\Models\EntityBase::getTypes()
     (/var/www/milfey/api/config/graphql.php:181)
  at require('/var/www/milfey/api/config/graphql.php')
     (/var/www/milfey/api/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php:96)
  at Illuminate\Foundation\Bootstrap\LoadConfiguration->Illuminate\Foundation\Bootstrap\{closure}()
     (/var/www/milfey/api/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php:96)
  at Illuminate\Foundation\Bootstrap\LoadConfiguration->loadConfigurationFile(object(Repository), 'graphql', '/var/www/milfey/api/config/graphql.php', array('hashing' => array('driver' => 'bcrypt', 'bcrypt' => array('rounds' => 12, 'verify' => true), 'argon' => array('memory' => 65536, 'threads' => 1, 'time' => 4, 'verify' => true), 'rehash_on_login' => true), 'concurrency' => array('default' => 'process'), 'logging' => array('default' => 'stack', 'deprecations' => array('channel' => null, 'trace' => false), 'channels' => array('stack' => array('driver' => 'stack', 'channels' => array('single'), 'ignore_exceptions' => false), 'single' => array('driver' => 'single', 'path' => '/var/www/milfey/api/storage/logs/laravel.log', 'level' => 'debug', 'replace_placeholders' => true), 'daily' => array('driver' => 'daily', 'path' => '/var/www/milfey/api/storage/logs/laravel.log', 'level' => 'debug', 'days' => 14, 'replace_placeholders' => true), 'slack' => array('driver' => 'slack', 'url' => null, 'username' => 'Laravel Log', 'emoji' => ':boom:', 'level' => 'debug', 'replace_placeholders' => true), 'papertrail' => array('driver' => 'monolog', 'level' => 'debug', 'handler' => 'Monolog\\Handler\\SyslogUdpHandler', 'handler_with' => array('host' => null, 'port' => null, 'connectionString' => 'tls://:'), 'processors' => array('Monolog\\Processor\\PsrLogMessageProcessor')), 'stderr' => array('driver' => 'monolog', 'level' => 'debug', 'handler' => 'Monolog\\Handler\\StreamHandler', 'formatter' => null, 'with' => array('stream' => 'php://stderr'), 'processors' => array('Monolog\\Processor\\PsrLogMessageProcessor')), 'syslog' => array('driver' => 'syslog', 'level' => 'debug', 'facility' => 8, 'replace_placeholders' => true), 'errorlog' => array('driver' => 'errorlog', 'level' => 'debug', 'replace_placeholders' => true), 'null' => array('driver' => 'monolog', 'handler' => 'Monolog\\Handler\\NullHandler'), 'emergency' => array('path' => '/var/www/milfey/api/storage/logs/laravel.log'))), 'services' => array('postmark' => array('token' => null), 'ses' => array('key' => '', 'secret' => '', 'region' => 'us-east-1'), 'resend' => array('key' => null), 'slack' => array('notifications' => array('bot_user_oauth_token' => null, 'channel' => null))), 'queue' => array('default' => 'database', 'connections' => array('sync' => array('driver' => 'sync'), 'database' => array('driver' => 'database', 'connection' => null, 'table' => 'jobs', 'queue' => 'default', 'retry_after' => 90, 'after_commit' => false), 'beanstalkd' => array('driver' => 'beanstalkd', 'host' => 'localhost', 'queue' => 'default', 'retry_after' => 90, 'block_for' => 0, 'after_commit' => false), 'sqs' => array('driver' => 'sqs', 'key' => '', 'secret' => '', 'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id', 'queue' => 'default', 'suffix' => null, 'region' => 'us-east-1', 'after_commit' => false), 'redis' => array('driver' => 'redis', 'connection' => 'default', 'queue' => 'default', 'retry_after' => 90, 'block_for' => null, 'after_commit' => false)), 'batching' => array('database' => 'mysql', 'table' => 'job_batches'), 'failed' => array('driver' => 'database-uuids', 'database' => 'mysql', 'table' => 'failed_jobs')), 'view' => array('paths' => array('/var/www/milfey/api/resources/views'), 'compiled' => '/var/www/milfey/api/storage/framework/views'), 'session' => array('driver' => 'file', 'lifetime' => 120, 'expire_on_close' => false, 'encrypt' => false, 'files' => '/var/www/milfey/api/storage/framework/sessions', 'connection' => null, 'table' => 'sessions', 'store' => null, 'lottery' => array(2, 100), 'cookie' => 'milfey_session', 'path' => '/', 'domain' => null, 'secure' => null, 'http_only' => true, 'same_site' => 'lax', 'partitioned' => false), 'mail' => array('default' => 'smtp', 'mailers' => array('smtp' => array('transport' => 'smtp', 'scheme' => null, 'url' => null, 'host' => 'smtp.mail.ru', 'port' => '465', 'username' => 'noreply@milfey.ru', 'password' => 'ff2ZMqMxaVoC0nCsCEKt', 'timeout' => null, 'local_domain' => 'api.milfey.dev.isitdikov.ru'), 'ses' => array('transport' => 'ses'), 'postmark' => array('transport' => 'postmark'), 'resend' => array('transport' => 'resend'), 'sendmail' => array('transport' => 'sendmail', 'path' => '/usr/sbin/sendmail -bs -i'), 'log' => array('transport' => 'log', 'channel' => null), 'array' => array('transport' => 'array'), 'failover' => array('transport' => 'failover', 'mailers' => array('smtp', 'log')), 'roundrobin' => array('transport' => 'roundrobin', 'mailers' => array('ses', 'postmark'))), 'from' => array('address' => 'noreply@milfey.ru', 'name' => 'Milfey'), 'markdown' => array('theme' => 'default', 'paths' => array('/var/www/milfey/api/resources/views/vendor/mail')))))
     (/var/www/milfey/api/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php:77)
  at Illuminate\Foundation\Bootstrap\LoadConfiguration->loadConfigurationFiles(object(Application), object(Repository))
     (/var/www/milfey/api/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php:38)
  at Illuminate\Foundation\Bootstrap\LoadConfiguration->bootstrap(object(Application))
     (/var/www/milfey/api/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:342)
  at Illuminate\Foundation\Application->bootstrapWith(array('Illuminate\\Foundation\\Bootstrap\\LoadEnvironmentVariables', 'Illuminate\\Foundation\\Bootstrap\\LoadConfiguration', 'Illuminate\\Foundation\\Bootstrap\\HandleExceptions', 'Illuminate\\Foundation\\Bootstrap\\RegisterFacades', 'Illuminate\\Foundation\\Bootstrap\\RegisterProviders', 'Illuminate\\Foundation\\Bootstrap\\BootProviders'))
     (/var/www/milfey/api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:187)
  at Illuminate\Foundation\Http\Kernel->bootstrap()
     (/var/www/milfey/api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:171)
  at Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(object(Request))
     (/var/www/milfey/api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:145)
  at Illuminate\Foundation\Http\Kernel->handle(object(Request))
     (/var/www/milfey/api/public/index.php:51)