07:58:05
|
php
|
User Deprecated: Bundle inheritance is deprecated as of 3.4 and will be removed in 4.0.
[
"exception" => ErrorException {#64
#message: "User Deprecated: Bundle inheritance is deprecated as of 3.4 and will be removed in 4.0."
#code: 0
#file: "/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php"
#line: 501
#severity: E_USER_DEPRECATED
trace: {
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:501 {
› if ($parentName = $bundle->getParent()) {
› @trigger_error('Bundle inheritance is deprecated as of 3.4 and will be removed in 4.0.', \E_USER_DEPRECATED);
›
}
/var/www/try6.edusoho.cn/app/AppKernel.php:72 {
› // init bundles
› $this->initializeBundles();
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:195 {
› {
› $this->boot();
› ++$this->requestStackSize;
}
/var/www/try6.edusoho.cn/web/app_dev.php:46 {
› $kernel->setRequest($request);
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:501 {
› if ($parentName = $bundle->getParent()) {
› @trigger_error('Bundle inheritance is deprecated as of 3.4 and will be removed in 4.0.', \E_USER_DEPRECATED);
›
}
/var/www/try6.edusoho.cn/app/AppKernel.php:72 {
› // init bundles
› $this->initializeBundles();
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:195 {
› {
› $this->boot();
› ++$this->requestStackSize;
}
/var/www/try6.edusoho.cn/web/app_dev.php:46 {
› $kernel->setRequest($request);
› $response = $kernel->handle($request);
› $response->send();
}
}
|
07:58:05
|
php
|
User Deprecated: The Symfony\Bridge\Monolog\Handler\DebugHandler class is deprecated since Symfony 3.2 and will be removed in 4.0. Use Symfony\Bridge\Monolog\Processor\DebugProcessor instead.
[
"exception" => ErrorException {#277
#message: "User Deprecated: The Symfony\Bridge\Monolog\Handler\DebugHandler class is deprecated since Symfony 3.2 and will be removed in 4.0. Use Symfony\Bridge\Monolog\Processor\DebugProcessor instead."
#code: 0
#file: "/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/DebugHandler.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/DebugHandler.php:14 {
›
› @trigger_error('The '.__NAMESPACE__.'\DebugHandler class is deprecated since Symfony 3.2 and will be removed in 4.0. Use Symfony\Bridge\Monolog\Processor\DebugProcessor instead.', \E_USER_DEPRECATED);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:152 {
› } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {
› include $file;
›
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Provider/MonologServiceProvider.php:40 {
›
› return new DebugHandler($level);
› };
}
/var/www/try6.edusoho.cn/vendor/pimple/pimple/src/Pimple/Container.php:118 {
› $raw = $this->values[$id];
› $val = $this->values[$id] = $raw($this);
› $this->raw[$id] = $raw;
}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Provider/MonologServiceProvider.php:57 {
› if ($app['debug'] && isset($app['monolog.handler.debug'])) {
› $log->pushHandler($app['monolog.handler.debug']);
› }
}
/var/www/try6.edusoho.cn/vendor/pimple/pimple/src/Pimple/Container.php:259 {
› $extended = function ($c) use ($callable, $factory) {
› return $callable($factory($c), $c);
› };
}
/var/www/try6.edusoho.cn/vendor/pimple/pimple/src/Pimple/Container.php:118 {
› $raw = $this->values[$id];
› $val = $this->values[$id] = $raw($this);
› $this->raw[$id] = $raw;
}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Provider/MonologServiceProvider.php:33 {
› $app['logger'] = function () use ($app) {
› return $app['monolog'];
› };
}
/var/www/try6.edusoho.cn/vendor/pimple/pimple/src/Pimple/Container.php:118 {
› $raw = $this->values[$id];
› $val = $this->values[$id] = $raw($this);
› $this->raw[$id] = $raw;
}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Provider/DoctrineServiceProvider.php:91 {
› $configs = new Container();
› $addLogger = isset($app['logger']) && null !== $app['logger'] && class_exists('Symfony\Bridge\Doctrine\Logger\DbalLogger');
› foreach ($app['dbs.options'] as $name => $options) {
}
/var/www/try6.edusoho.cn/vendor/pimple/pimple/src/Pimple/Container.php:118 {
› $raw = $this->values[$id];
› $val = $this->values[$id] = $raw($this);
› $this->raw[$id] = $raw;
}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Provider/DoctrineServiceProvider.php:126 {
› $app['db.config'] = function ($app) {
› $dbs = $app['dbs.config'];
›
}
/var/www/try6.edusoho.cn/vendor/pimple/pimple/src/Pimple/Container.php:118 {
› $raw = $this->values[$id];
› $val = $this->values[$id] = $raw($this);
› $this->raw[$id] = $raw;
}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Provider/DoctrineServiceProvider.php:72 {
› // we use shortcuts here in case the default has been overridden
› $config = $app['db.config'];
› $manager = $app['db.event_manager'];
}
/var/www/try6.edusoho.cn/vendor/pimple/pimple/src/Pimple/Container.php:118 {
› $raw = $this->values[$id];
› $val = $this->values[$id] = $raw($this);
› $this->raw[$id] = $raw;
}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Provider/DoctrineServiceProvider.php:120 {
› $app['db'] = function ($app) {
› $dbs = $app['dbs'];
›
}
/var/www/try6.edusoho.cn/vendor/pimple/pimple/src/Pimple/Container.php:118 {
› $raw = $this->values[$id];
› $val = $this->values[$id] = $raw($this);
› $this->raw[$id] = $raw;
}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Dao/GeneralDaoImpl.php:202 {
› {
› return $this->biz['db'];
› }
}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Dao/GeneralDaoImpl.php:228 {
›
› return $this->db()->fetchAll($sql, $values);
› }
}
/var/www/try6.edusoho.cn/src/Biz/System/Dao/Impl/CacheDaoImpl.php:23 {
›
› return $this->findInField('name', $names);
› }
}
Biz\System\Dao\Impl\CacheDaoImpl->findByNames() {}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Dao/DaoProxy.php:337 {
› {
› return call_user_func_array(array($this->dao, $method), $arguments);
› }
}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Dao/DaoProxy.php:128 {
›
› $rows = $this->callRealDao($method, $arguments);
›
}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Dao/DaoProxy.php:115 {
› {
› return $this->search($method, $arguments);
› }
}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Dao/DaoProxy.php:47 {
› if ($proxyMethod) {
› return $this->$proxyMethod($method, $arguments);
› } else {
}
/var/www/try6.edusoho.cn/src/Biz/System/Service/Impl/CacheServiceImpl.php:29 {
› $datas = array();
› $caches = $this->getCacheDao()->findByNames($names);
› $now = time();
}
/var/www/try6.edusoho.cn/src/Biz/System/Service/Impl/CacheServiceImpl.php:12 {
› {
› $datas = $this->gets(array($name));
› if (empty($datas)) {
}
Biz\System\Service\Impl\CacheServiceImpl->get() {}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Service/ServiceProxy.php:36 {
›
› $result = call_user_func_array(array($this->class, $funcName), $arguments);
›
}
/var/www/try6.edusoho.cn/app/AppKernel.php:346 {
› try {
› $safeIframeDomains = $this->getContainer()->get('biz')->service('System:CacheService')->get('safe_iframe_domains');
› } catch (\Exception $e) {
}
/var/www/try6.edusoho.cn/app/AppKernel.php:228 {
› 'cacheDir' => $this->getCacheDir().'/htmlpurifier',
› 'safeDomains' => $this->getSafeDomains(),
› ],
}
/var/www/try6.edusoho.cn/app/AppKernel.php:77 {
›
› $this->initializeBiz($this->getContainer()->get('biz'));
› $this->initializeServiceKernel();
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:195 {
› {
› $this->boot();
› ++$this->requestStackSize;
}
/var/www/try6.edusoho.cn/web/app_dev.php:46 {
› $kernel->setRequest($request);
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/DebugHandler.php:14 {
›
› @trigger_error('The '.__NAMESPACE__.'\DebugHandler class is deprecated since Symfony 3.2 and will be removed in 4.0. Use Symfony\Bridge\Monolog\Processor\DebugProcessor instead.', \E_USER_DEPRECATED);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:152 {
› } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {
› include $file;
›
}
Symfony\Component\Debug\DebugClassLoader->loadClass() {}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Provider/MonologServiceProvider.php:40 {
›
› return new DebugHandler($level);
› };
}
/var/www/try6.edusoho.cn/vendor/pimple/pimple/src/Pimple/Container.php:118 {
› $raw = $this->values[$id];
› $val = $this->values[$id] = $raw($this);
› $this->raw[$id] = $raw;
}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Provider/MonologServiceProvider.php:57 {
› if ($app['debug'] && isset($app['monolog.handler.debug'])) {
› $log->pushHandler($app['monolog.handler.debug']);
› }
}
/var/www/try6.edusoho.cn/vendor/pimple/pimple/src/Pimple/Container.php:259 {
› $extended = function ($c) use ($callable, $factory) {
› return $callable($factory($c), $c);
› };
}
/var/www/try6.edusoho.cn/vendor/pimple/pimple/src/Pimple/Container.php:118 {
› $raw = $this->values[$id];
› $val = $this->values[$id] = $raw($this);
› $this->raw[$id] = $raw;
}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Provider/MonologServiceProvider.php:33 {
› $app['logger'] = function () use ($app) {
› return $app['monolog'];
› };
}
/var/www/try6.edusoho.cn/vendor/pimple/pimple/src/Pimple/Container.php:118 {
› $raw = $this->values[$id];
› $val = $this->values[$id] = $raw($this);
› $this->raw[$id] = $raw;
}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Provider/DoctrineServiceProvider.php:91 {
› $configs = new Container();
› $addLogger = isset($app['logger']) && null !== $app['logger'] && class_exists('Symfony\Bridge\Doctrine\Logger\DbalLogger');
› foreach ($app['dbs.options'] as $name => $options) {
}
/var/www/try6.edusoho.cn/vendor/pimple/pimple/src/Pimple/Container.php:118 {
› $raw = $this->values[$id];
› $val = $this->values[$id] = $raw($this);
› $this->raw[$id] = $raw;
}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Provider/DoctrineServiceProvider.php:126 {
› $app['db.config'] = function ($app) {
› $dbs = $app['dbs.config'];
›
}
/var/www/try6.edusoho.cn/vendor/pimple/pimple/src/Pimple/Container.php:118 {
› $raw = $this->values[$id];
› $val = $this->values[$id] = $raw($this);
› $this->raw[$id] = $raw;
}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Provider/DoctrineServiceProvider.php:72 {
› // we use shortcuts here in case the default has been overridden
› $config = $app['db.config'];
› $manager = $app['db.event_manager'];
}
/var/www/try6.edusoho.cn/vendor/pimple/pimple/src/Pimple/Container.php:118 {
› $raw = $this->values[$id];
› $val = $this->values[$id] = $raw($this);
› $this->raw[$id] = $raw;
}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Provider/DoctrineServiceProvider.php:120 {
› $app['db'] = function ($app) {
› $dbs = $app['dbs'];
›
}
/var/www/try6.edusoho.cn/vendor/pimple/pimple/src/Pimple/Container.php:118 {
› $raw = $this->values[$id];
› $val = $this->values[$id] = $raw($this);
› $this->raw[$id] = $raw;
}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Dao/GeneralDaoImpl.php:202 {
› {
› return $this->biz['db'];
› }
}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Dao/GeneralDaoImpl.php:228 {
›
› return $this->db()->fetchAll($sql, $values);
› }
}
/var/www/try6.edusoho.cn/src/Biz/System/Dao/Impl/CacheDaoImpl.php:23 {
›
› return $this->findInField('name', $names);
› }
}
Biz\System\Dao\Impl\CacheDaoImpl->findByNames() {}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Dao/DaoProxy.php:337 {
› {
› return call_user_func_array(array($this->dao, $method), $arguments);
› }
}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Dao/DaoProxy.php:128 {
›
› $rows = $this->callRealDao($method, $arguments);
›
}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Dao/DaoProxy.php:115 {
› {
› return $this->search($method, $arguments);
› }
}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Dao/DaoProxy.php:47 {
› if ($proxyMethod) {
› return $this->$proxyMethod($method, $arguments);
› } else {
}
/var/www/try6.edusoho.cn/src/Biz/System/Service/Impl/CacheServiceImpl.php:29 {
› $datas = array();
› $caches = $this->getCacheDao()->findByNames($names);
› $now = time();
}
/var/www/try6.edusoho.cn/src/Biz/System/Service/Impl/CacheServiceImpl.php:12 {
› {
› $datas = $this->gets(array($name));
› if (empty($datas)) {
}
Biz\System\Service\Impl\CacheServiceImpl->get() {}
/var/www/try6.edusoho.cn/vendor/codeages/biz-framework/src/Service/ServiceProxy.php:36 {
›
› $result = call_user_func_array(array($this->class, $funcName), $arguments);
›
}
/var/www/try6.edusoho.cn/app/AppKernel.php:346 {
› try {
› $safeIframeDomains = $this->getContainer()->get('biz')->service('System:CacheService')->get('safe_iframe_domains');
› } catch (\Exception $e) {
}
/var/www/try6.edusoho.cn/app/AppKernel.php:228 {
› 'cacheDir' => $this->getCacheDir().'/htmlpurifier',
› 'safeDomains' => $this->getSafeDomains(),
› ],
}
/var/www/try6.edusoho.cn/app/AppKernel.php:77 {
›
› $this->initializeBiz($this->getContainer()->get('biz'));
› $this->initializeServiceKernel();
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:195 {
› {
› $this->boot();
› ++$this->requestStackSize;
}
/var/www/try6.edusoho.cn/web/app_dev.php:46 {
› $kernel->setRequest($request);
› $response = $kernel->handle($request);
› $response->send();
}
}
|
07:58:05
|
php
(2 times)
|
User Deprecated: The "api.resource.manager" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead.
[
"exception" => ErrorException {#709
#message: "User Deprecated: The "api.resource.manager" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead."
#code: 0
#file: "/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php"
#line: 282
#severity: E_USER_DEPRECATED
trace: {
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:282 {
› if (isset($this->privates[$id])) {
› @trigger_error(sprintf('The "%s" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead.', $id), \E_USER_DEPRECATED);
› }
}
/var/www/try6.edusoho.cn/src/MarketingMallBundle/MarketingMallBundle.php:34 {
› $biz->register(new MarketingMallServiceProvider());
› $this->container->get('api.resource.manager')->registerApi('MarketingMallBundle\Api');
› }
}
/var/www/try6.edusoho.cn/app/AppKernel.php:81 {
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:195 {
› {
› $this->boot();
› ++$this->requestStackSize;
}
/var/www/try6.edusoho.cn/web/app_dev.php:46 {
› $kernel->setRequest($request);
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:282 {
› if (isset($this->privates[$id])) {
› @trigger_error(sprintf('The "%s" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead.', $id), \E_USER_DEPRECATED);
› }
}
/var/www/try6.edusoho.cn/src/MarketingMallBundle/MarketingMallBundle.php:34 {
› $biz->register(new MarketingMallServiceProvider());
› $this->container->get('api.resource.manager')->registerApi('MarketingMallBundle\Api');
› }
}
/var/www/try6.edusoho.cn/app/AppKernel.php:81 {
› $bundle->setContainer($this->container);
› $bundle->boot();
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:195 {
› {
› $this->boot();
› ++$this->requestStackSize;
}
/var/www/try6.edusoho.cn/web/app_dev.php:46 {
› $kernel->setRequest($request);
› $response = $kernel->handle($request);
› $response->send();
}
}
|
07:58:05
|
php
|
User Deprecated: The "Symfony\Component\Security\Guard\AbstractGuardAuthenticator::supports()" method is deprecated since Symfony 3.4 and will be removed in 4.0. Implement the "Symfony\Component\Security\Guard\AuthenticatorInterface::supports()" method in class "AppBundle\Handler\LoginCaptchaAuthentication" instead.
[
"exception" => ErrorException {#8202
#message: "User Deprecated: The "Symfony\Component\Security\Guard\AbstractGuardAuthenticator::supports()" method is deprecated since Symfony 3.4 and will be removed in 4.0. Implement the "Symfony\Component\Security\Guard\AuthenticatorInterface::supports()" method in class "AppBundle\Handler\LoginCaptchaAuthentication" instead."
#code: 0
#file: "/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/AbstractGuardAuthenticator.php"
#line: 30
#severity: E_USER_DEPRECATED
trace: {
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/AbstractGuardAuthenticator.php:30 {
› {
› @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 3.4 and will be removed in 4.0. Implement the "%s::supports()" method in class "%s" instead.', __METHOD__, AuthenticatorInterface::class, static::class), \E_USER_DEPRECATED);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.php:111 {
›
› if (!$guardAuthenticator->supports($request)) {
› if (null !== $this->logger) {
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.php:89 {
›
› $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/WrappedListener.php:46 {
› $startTime = microtime(true);
› $this->listener->handle($event);
› $this->time = microtime(true) - $startTime;
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php:35 {
› $wrappedListener = new WrappedListener($listener);
› $wrappedListener->handle($event);
› $this->wrappedListeners[] = $wrappedListener->getInfo();
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php:84 {
›
› $this->handleRequest($event, $authenticationListeners());
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php:48 {
›
› parent::onKernelRequest($event);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
›
› \call_user_func($this->listener, $event, $eventName, $dispatcher);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214 {
› }
› \call_user_func($listener, $event, $eventName, $this);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {
› if ($listeners = $this->getListeners($eventName)) {
› $this->doDispatch($listeners, $eventName, $event);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {
› try {
› $this->dispatcher->dispatch($eventName, $event);
› } finally {
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:127 {
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/try6.edusoho.cn/web/app_dev.php:46 {
› $kernel->setRequest($request);
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/AbstractGuardAuthenticator.php:30 {
› {
› @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 3.4 and will be removed in 4.0. Implement the "%s::supports()" method in class "%s" instead.', __METHOD__, AuthenticatorInterface::class, static::class), \E_USER_DEPRECATED);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.php:111 {
›
› if (!$guardAuthenticator->supports($request)) {
› if (null !== $this->logger) {
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.php:89 {
›
› $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/WrappedListener.php:46 {
› $startTime = microtime(true);
› $this->listener->handle($event);
› $this->time = microtime(true) - $startTime;
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php:35 {
› $wrappedListener = new WrappedListener($listener);
› $wrappedListener->handle($event);
› $this->wrappedListeners[] = $wrappedListener->getInfo();
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php:84 {
›
› $this->handleRequest($event, $authenticationListeners());
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php:48 {
›
› parent::onKernelRequest($event);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
›
› \call_user_func($this->listener, $event, $eventName, $dispatcher);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214 {
› }
› \call_user_func($listener, $event, $eventName, $this);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {
› if ($listeners = $this->getListeners($eventName)) {
› $this->doDispatch($listeners, $eventName, $event);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {
› try {
› $this->dispatcher->dispatch($eventName, $event);
› } finally {
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:127 {
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/try6.edusoho.cn/web/app_dev.php:46 {
› $kernel->setRequest($request);
› $response = $kernel->handle($request);
› $response->send();
}
}
|
07:58:05
|
php
|
User Deprecated: Returning null from "AppBundle\Handler\LoginCaptchaAuthentication::getCredentials()" is deprecated since Symfony 3.4 and will throw an \UnexpectedValueException in 4.0. Return false from "AppBundle\Handler\LoginCaptchaAuthentication::supports()" instead.
[
"exception" => ErrorException {#8197
#message: "User Deprecated: Returning null from "AppBundle\Handler\LoginCaptchaAuthentication::getCredentials()" is deprecated since Symfony 3.4 and will throw an \UnexpectedValueException in 4.0. Return false from "AppBundle\Handler\LoginCaptchaAuthentication::supports()" instead."
#code: 0
#file: "/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.php"
#line: 140
#severity: E_USER_DEPRECATED
trace: {
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.php:140 {
› if ($guardAuthenticator instanceof AbstractGuardAuthenticator) {
› @trigger_error(sprintf('Returning null from "%1$s::getCredentials()" is deprecated since Symfony 3.4 and will throw an \UnexpectedValueException in 4.0. Return false from "%1$s::supports()" instead.', \get_class($guardAuthenticator)), \E_USER_DEPRECATED);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.php:89 {
›
› $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/WrappedListener.php:46 {
› $startTime = microtime(true);
› $this->listener->handle($event);
› $this->time = microtime(true) - $startTime;
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php:35 {
› $wrappedListener = new WrappedListener($listener);
› $wrappedListener->handle($event);
› $this->wrappedListeners[] = $wrappedListener->getInfo();
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php:84 {
›
› $this->handleRequest($event, $authenticationListeners());
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php:48 {
›
› parent::onKernelRequest($event);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
›
› \call_user_func($this->listener, $event, $eventName, $dispatcher);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214 {
› }
› \call_user_func($listener, $event, $eventName, $this);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {
› if ($listeners = $this->getListeners($eventName)) {
› $this->doDispatch($listeners, $eventName, $event);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {
› try {
› $this->dispatcher->dispatch($eventName, $event);
› } finally {
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:127 {
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/try6.edusoho.cn/web/app_dev.php:46 {
› $kernel->setRequest($request);
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.php:140 {
› if ($guardAuthenticator instanceof AbstractGuardAuthenticator) {
› @trigger_error(sprintf('Returning null from "%1$s::getCredentials()" is deprecated since Symfony 3.4 and will throw an \UnexpectedValueException in 4.0. Return false from "%1$s::supports()" instead.', \get_class($guardAuthenticator)), \E_USER_DEPRECATED);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.php:89 {
›
› $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/WrappedListener.php:46 {
› $startTime = microtime(true);
› $this->listener->handle($event);
› $this->time = microtime(true) - $startTime;
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php:35 {
› $wrappedListener = new WrappedListener($listener);
› $wrappedListener->handle($event);
› $this->wrappedListeners[] = $wrappedListener->getInfo();
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php:84 {
›
› $this->handleRequest($event, $authenticationListeners());
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php:48 {
›
› parent::onKernelRequest($event);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
›
› \call_user_func($this->listener, $event, $eventName, $dispatcher);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214 {
› }
› \call_user_func($listener, $event, $eventName, $this);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {
› if ($listeners = $this->getListeners($eventName)) {
› $this->doDispatch($listeners, $eventName, $event);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {
› try {
› $this->dispatcher->dispatch($eventName, $event);
› } finally {
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:127 {
› $event = new GetResponseEvent($this, $request, $type);
› $this->dispatcher->dispatch(KernelEvents::REQUEST, $event);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/try6.edusoho.cn/web/app_dev.php:46 {
› $kernel->setRequest($request);
› $response = $kernel->handle($request);
› $response->send();
}
}
|
07:58:05
|
php
|
User Deprecated: Passing "false" as the second argument to "Symfony\Component\HttpKernel\Kernel::getBundle()" is deprecated as of 3.4 and will be removed in 4.0.
[
"exception" => ErrorException {#8635
#message: "User Deprecated: Passing "false" as the second argument to "Symfony\Component\HttpKernel\Kernel::getBundle()" is deprecated as of 3.4 and will be removed in 4.0."
#code: 0
#file: "/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php"
#line: 235
#severity: E_USER_DEPRECATED
trace: {
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:235 {
› if (!$first && !$noDeprecation) {
› @trigger_error(sprintf('Passing "false" as the second argument to "%s()" is deprecated as of 3.4 and will be removed in 4.0.', __METHOD__), \E_USER_DEPRECATED);
› }
}
/var/www/try6.edusoho.cn/vendor/codeages/plugin-bundle/Locator/ThemeFileLocator.php:51 {
› $resourceBundle = null;
› $bundles = $this->kernel->getBundle($bundleName, false);
› $files = array();
}
/var/www/try6.edusoho.cn/vendor/codeages/plugin-bundle/Locator/ThemeFileLocator.php:30 {
› if (isset($file[0]) && '@' === $file[0]) {
› return $this->locateResource($file, $this->path, $first);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/TemplateLocator.php:80 {
› try {
› return $this->cacheHits[$key] = $this->locator->locate($template->getPath(), $currentPath);
› } catch (\InvalidArgumentException $e) {
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php:83 {
› $template = $this->parser->parse($template);
› $file = $this->locator->locate($template);
› } catch (\Exception $e) {
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Loader/FilesystemLoader.php:181 {
› try {
› return null !== ($path = $this->findTemplate($name, false)) && false !== $path;
› } catch (LoaderError $e) {
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php:49 {
› {
› return parent::exists((string) $name);
› }
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Loader/ChainLoader.php:131 {
› foreach ($this->loaders as $loader) {
› if ($loader instanceof ExistsLoaderInterface && !$loader->exists($name)) {
› continue;
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Environment.php:351 {
› {
› $key = $this->getLoader()->getCacheKey($name).$this->optionsHash;
›
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Environment.php:445 {
› {
› return $this->loadClass($this->getTemplateClass($name), $name, $index);
› }
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Environment.php:423 {
›
› return new TemplateWrapper($this, $this->loadTemplate($name));
› }
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Environment.php:384 {
› {
› return $this->load($name)->render($context);
› }
}
/var/www/try6.edusoho.cn/plugins/InvoicePlugin/Slot/ScriptWebpackSlot.php:11 {
› {
› return $this->container->get('twig')->render('InvoicePlugin:Slot:trans.html.twig');
› }
}
/var/www/try6.edusoho.cn/vendor/codeages/plugin-bundle/System/Slot/SlotManager.php:31 {
›
› $contents[] = $injection->inject();
› }
}
/var/www/try6.edusoho.cn/vendor/codeages/plugin-bundle/Twig/SlotExtension.php:23 {
› {
› return $this->manager->fire($name, $args);
› }
}
/var/www/try6.edusoho.cn/app/Resources/views/default/script-webpack.html.twig:3 {
›
› {{ slot('script.webpack.extension') }}
›
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Template.php:455 {
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Template.php:422 {
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/try6.edusoho.cn/app/cache/dev/Marketing/twig/9d/9db74bf43b1f3e7f9ff0067eee14cddd58c12ec04758a51aac1ea9f2dd02f097.php:791 {
› echo " ";
› $this->loadTemplate("default/script-webpack.html.twig", "layout.html.twig", 142)->display($context);
› // line 143
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Template.php:216 {
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/try6.edusoho.cn/app/Resources/views/layout.html.twig:141 {
›
› {% block footer_script %}
› {% include 'default/script-webpack.html.twig' %}
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Template.php:455 {
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Template.php:422 {
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/try6.edusoho.cn/app/cache/dev/Marketing/twig/15/151694ae440e431149628128c2454d7ae2436d1c97ce0a521a811f120d318ec3.php:44 {
› $this->parent = $this->loadTemplate("layout.html.twig", "course-set/archive/task.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Template.php:455 {
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Template.php:422 {
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Template.php:434 {
› try {
› $this->display($context);
› } catch (\Exception $e) {
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php:50 {
› {
› return $this->load($name)->render($parameters);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:286 {
› if ($this->container->has('templating')) {
› $content = $this->container->get('templating')->render($view, $parameters);
› } elseif ($this->container->has('twig')) {
}
/var/www/try6.edusoho.cn/src/AppBundle/Controller/BaseController.php:423 {
›
› return parent::render($view, $parameters, $response);
› }
}
/var/www/try6.edusoho.cn/src/AppBundle/Controller/Course/CourseSetController.php:142 {
› 'currentTask' => $currentTask,
› 'tags' => $tags,
› ]);
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:151 {
› // call controller
› $response = \call_user_func_array($controller, $arguments);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/try6.edusoho.cn/web/app_dev.php:46 {
› $kernel->setRequest($request);
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:235 {
› if (!$first && !$noDeprecation) {
› @trigger_error(sprintf('Passing "false" as the second argument to "%s()" is deprecated as of 3.4 and will be removed in 4.0.', __METHOD__), \E_USER_DEPRECATED);
› }
}
/var/www/try6.edusoho.cn/vendor/codeages/plugin-bundle/Locator/ThemeFileLocator.php:51 {
› $resourceBundle = null;
› $bundles = $this->kernel->getBundle($bundleName, false);
› $files = array();
}
/var/www/try6.edusoho.cn/vendor/codeages/plugin-bundle/Locator/ThemeFileLocator.php:30 {
› if (isset($file[0]) && '@' === $file[0]) {
› return $this->locateResource($file, $this->path, $first);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/TemplateLocator.php:80 {
› try {
› return $this->cacheHits[$key] = $this->locator->locate($template->getPath(), $currentPath);
› } catch (\InvalidArgumentException $e) {
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php:83 {
› $template = $this->parser->parse($template);
› $file = $this->locator->locate($template);
› } catch (\Exception $e) {
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Loader/FilesystemLoader.php:181 {
› try {
› return null !== ($path = $this->findTemplate($name, false)) && false !== $path;
› } catch (LoaderError $e) {
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php:49 {
› {
› return parent::exists((string) $name);
› }
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Loader/ChainLoader.php:131 {
› foreach ($this->loaders as $loader) {
› if ($loader instanceof ExistsLoaderInterface && !$loader->exists($name)) {
› continue;
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Environment.php:351 {
› {
› $key = $this->getLoader()->getCacheKey($name).$this->optionsHash;
›
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Environment.php:445 {
› {
› return $this->loadClass($this->getTemplateClass($name), $name, $index);
› }
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Environment.php:423 {
›
› return new TemplateWrapper($this, $this->loadTemplate($name));
› }
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Environment.php:384 {
› {
› return $this->load($name)->render($context);
› }
}
/var/www/try6.edusoho.cn/plugins/InvoicePlugin/Slot/ScriptWebpackSlot.php:11 {
› {
› return $this->container->get('twig')->render('InvoicePlugin:Slot:trans.html.twig');
› }
}
/var/www/try6.edusoho.cn/vendor/codeages/plugin-bundle/System/Slot/SlotManager.php:31 {
›
› $contents[] = $injection->inject();
› }
}
/var/www/try6.edusoho.cn/vendor/codeages/plugin-bundle/Twig/SlotExtension.php:23 {
› {
› return $this->manager->fire($name, $args);
› }
}
/var/www/try6.edusoho.cn/app/Resources/views/default/script-webpack.html.twig:3 {
›
› {{ slot('script.webpack.extension') }}
›
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Template.php:455 {
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Template.php:422 {
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/try6.edusoho.cn/app/cache/dev/Marketing/twig/9d/9db74bf43b1f3e7f9ff0067eee14cddd58c12ec04758a51aac1ea9f2dd02f097.php:791 {
› echo " ";
› $this->loadTemplate("default/script-webpack.html.twig", "layout.html.twig", 142)->display($context);
› // line 143
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Template.php:216 {
› try {
› $template->$block($context, $blocks);
› } catch (Error $e) {
}
/var/www/try6.edusoho.cn/app/Resources/views/layout.html.twig:141 {
›
› {% block footer_script %}
› {% include 'default/script-webpack.html.twig' %}
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Template.php:455 {
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Template.php:422 {
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/try6.edusoho.cn/app/cache/dev/Marketing/twig/15/151694ae440e431149628128c2454d7ae2436d1c97ce0a521a811f120d318ec3.php:44 {
› $this->parent = $this->loadTemplate("layout.html.twig", "course-set/archive/task.html.twig", 1);
› $this->parent->display($context, array_merge($this->blocks, $blocks));
›
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Template.php:455 {
› try {
› $this->doDisplay($context, $blocks);
› } catch (Error $e) {
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Template.php:422 {
› {
› $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
› }
}
/var/www/try6.edusoho.cn/vendor/twig/twig/src/Template.php:434 {
› try {
› $this->display($context);
› } catch (\Exception $e) {
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php:50 {
› {
› return $this->load($name)->render($parameters);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:286 {
› if ($this->container->has('templating')) {
› $content = $this->container->get('templating')->render($view, $parameters);
› } elseif ($this->container->has('twig')) {
}
/var/www/try6.edusoho.cn/src/AppBundle/Controller/BaseController.php:423 {
›
› return parent::render($view, $parameters, $response);
› }
}
/var/www/try6.edusoho.cn/src/AppBundle/Controller/Course/CourseSetController.php:142 {
› 'currentTask' => $currentTask,
› 'tags' => $tags,
› ]);
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:151 {
› // call controller
› $response = \call_user_func_array($controller, $arguments);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/try6.edusoho.cn/web/app_dev.php:46 {
› $kernel->setRequest($request);
› $response = $kernel->handle($request);
› $response->send();
}
}
|
07:58:05
|
php
|
User Deprecated: Implementing "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface" without the "reset()" method is deprecated since Symfony 3.4 and will be unsupported in 4.0 for class "AppBundle\DataCollector\CloudApiDataCollector".
[
"exception" => ErrorException {#8537
#message: "User Deprecated: Implementing "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface" without the "reset()" method is deprecated since Symfony 3.4 and will be unsupported in 4.0 for class "AppBundle\DataCollector\CloudApiDataCollector"."
#code: 0
#file: "/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php"
#line: 215
#severity: E_USER_DEPRECATED
trace: {
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php:215 {
› if (!method_exists($collector, 'reset')) {
› @trigger_error(sprintf('Implementing "%s" without the "reset()" method is deprecated since Symfony 3.4 and will be unsupported in 4.0 for class "%s".', DataCollectorInterface::class, \get_class($collector)), \E_USER_DEPRECATED);
› }
}
/var/www/try6.edusoho.cn/app/cache/dev/Marketing/ContainerZaxhoxb/appDevDebugProjectContainer.php:1066 {
› $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
› $instance->add(${($_ = isset($this->services['app.cloud_api_collector']) ? $this->services['app.cloud_api_collector'] : $this->getApp_CloudApiCollectorService()) && false ?: '_'});
› $instance->add($d);
}
/var/www/try6.edusoho.cn/app/cache/dev/Marketing/ContainerZaxhoxb/appDevDebugProjectContainer.php:2369 {
› {
› return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
› }
}
/var/www/try6.edusoho.cn/app/cache/dev/Marketing/ContainerZaxhoxb/appDevDebugProjectContainer.php:1915 {
› $instance->addListener('kernel.response', [0 => function () {
› return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
› }, 1 => 'onKernelResponse'], -100);
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:231 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:129 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:259 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:191 {
›
› $this->dispatcher->dispatch(KernelEvents::RESPONSE, $event);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:173 {
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/try6.edusoho.cn/web/app_dev.php:46 {
› $kernel->setRequest($request);
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php:215 {
› if (!method_exists($collector, 'reset')) {
› @trigger_error(sprintf('Implementing "%s" without the "reset()" method is deprecated since Symfony 3.4 and will be unsupported in 4.0 for class "%s".', DataCollectorInterface::class, \get_class($collector)), \E_USER_DEPRECATED);
› }
}
/var/www/try6.edusoho.cn/app/cache/dev/Marketing/ContainerZaxhoxb/appDevDebugProjectContainer.php:1066 {
› $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
› $instance->add(${($_ = isset($this->services['app.cloud_api_collector']) ? $this->services['app.cloud_api_collector'] : $this->getApp_CloudApiCollectorService()) && false ?: '_'});
› $instance->add($d);
}
/var/www/try6.edusoho.cn/app/cache/dev/Marketing/ContainerZaxhoxb/appDevDebugProjectContainer.php:2369 {
› {
› return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL, false, false);
› }
}
/var/www/try6.edusoho.cn/app/cache/dev/Marketing/ContainerZaxhoxb/appDevDebugProjectContainer.php:1915 {
› $instance->addListener('kernel.response', [0 => function () {
› return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
› }, 1 => 'onKernelResponse'], -100);
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:231 {
› if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {
› $listener[0] = $listener[0]();
› $this->listeners[$eventName][$priority][$k] = $listener;
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {
› if (!isset($this->sorted[$eventName])) {
› $this->sortListeners($eventName);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:129 {
›
› return parent::getListeners($eventName);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:259 {
› {
› foreach ($this->dispatcher->getListeners($eventName) as $listener) {
› $priority = $this->getListenerPriority($eventName, $listener);
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
›
› $this->preProcess($eventName);
› try {
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:191 {
›
› $this->dispatcher->dispatch(KernelEvents::RESPONSE, $event);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:173 {
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/try6.edusoho.cn/web/app_dev.php:46 {
› $kernel->setRequest($request);
› $response = $kernel->handle($request);
› $response->send();
}
}
|
07:58:05
|
php
|
User Deprecated: The "reward_point.response_decorator" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead.
[
"exception" => ErrorException {#8519
#message: "User Deprecated: The "reward_point.response_decorator" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead."
#code: 0
#file: "/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php"
#line: 282
#severity: E_USER_DEPRECATED
trace: {
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:282 {
› if (isset($this->privates[$id])) {
› @trigger_error(sprintf('The "%s" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead.', $id), \E_USER_DEPRECATED);
› }
}
/var/www/try6.edusoho.cn/plugins/RewardPointPlugin/Listener/RewardPointNotifyListener.php:27 {
› $saveNotifyToHeader = $request->isXmlHttpRequest() || 0 === strpos($request->getPathInfo(), '/mapi_v2');
› $this->container->get('reward_point.response_decorator')->decorate($event->getResponse(), $saveNotifyToHeader);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
›
› \call_user_func($this->listener, $event, $eventName, $dispatcher);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214 {
› }
› \call_user_func($listener, $event, $eventName, $this);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {
› if ($listeners = $this->getListeners($eventName)) {
› $this->doDispatch($listeners, $eventName, $event);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {
› try {
› $this->dispatcher->dispatch($eventName, $event);
› } finally {
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:191 {
›
› $this->dispatcher->dispatch(KernelEvents::RESPONSE, $event);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:173 {
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/try6.edusoho.cn/web/app_dev.php:46 {
› $kernel->setRequest($request);
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
{
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:282 {
› if (isset($this->privates[$id])) {
› @trigger_error(sprintf('The "%s" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public, or stop using the container directly and use dependency injection instead.', $id), \E_USER_DEPRECATED);
› }
}
/var/www/try6.edusoho.cn/plugins/RewardPointPlugin/Listener/RewardPointNotifyListener.php:27 {
› $saveNotifyToHeader = $request->isXmlHttpRequest() || 0 === strpos($request->getPathInfo(), '/mapi_v2');
› $this->container->get('reward_point.response_decorator')->decorate($event->getResponse(), $saveNotifyToHeader);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
›
› \call_user_func($this->listener, $event, $eventName, $dispatcher);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214 {
› }
› \call_user_func($listener, $event, $eventName, $this);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {
› if ($listeners = $this->getListeners($eventName)) {
› $this->doDispatch($listeners, $eventName, $event);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {
› try {
› $this->dispatcher->dispatch($eventName, $event);
› } finally {
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:191 {
›
› $this->dispatcher->dispatch(KernelEvents::RESPONSE, $event);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:173 {
›
› return $this->filterResponse($response, $request, $type);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/try6.edusoho.cn/web/app_dev.php:46 {
› $kernel->setRequest($request);
› $response = $kernel->handle($request);
› $response->send();
}
}
|
16:17:38
|
-
(2 times)
|
The "framework.trusted_proxies" configuration key has been deprecated in Symfony 3.3. Use the Request::setTrustedProxies() method in your front controller instead.
[
"exception" => SilencedErrorContext {#8377
+count: 2
-severity: E_USER_DEPRECATED
trace: {
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ArrayNode.php:238 {
› if ($child->isDeprecated()) {
› @trigger_error($child->getDeprecationMessage($name, $this->getPath()), \E_USER_DEPRECATED);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BaseNode.php:328 {
›
› $value = $this->finalizeValue($value);
›
}
}
}
]
{
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ArrayNode.php:238 {
› if ($child->isDeprecated()) {
› @trigger_error($child->getDeprecationMessage($name, $this->getPath()), \E_USER_DEPRECATED);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BaseNode.php:328 {
›
› $value = $this->finalizeValue($value);
›
}
}
|
16:17:38
|
-
|
Not setting "logout_on_user_change" to true on firewall "main" is deprecated as of 3.4, it will always be true in 4.0.
[
"exception" => SilencedErrorContext {#8373
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php:386 {
› if (!$logoutOnUserChange = $firewall['logout_on_user_change']) {
› @trigger_error(sprintf('Not setting "logout_on_user_change" to true on firewall "%s" is deprecated as of 3.4, it will always be true in 4.0.', $id), \E_USER_DEPRECATED);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php:297 {
›
› list($matcher, $listeners, $exceptionListener, $logoutListener) = $this->createFirewall($container, $name, $firewall, $authenticationProviders, $providerIds, $configId);
›
}
}
}
]
{
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php:386 {
› if (!$logoutOnUserChange = $firewall['logout_on_user_change']) {
› @trigger_error(sprintf('Not setting "logout_on_user_change" to true on firewall "%s" is deprecated as of 3.4, it will always be true in 4.0.', $id), \E_USER_DEPRECATED);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php:297 {
›
› list($matcher, $listeners, $exceptionListener, $logoutListener) = $this->createFirewall($container, $name, $firewall, $authenticationProviders, $providerIds, $configId);
›
}
}
|
16:17:38
|
-
|
Enabling the "sensio_framework_extra.router.annotations" configuration is deprecated since version 5.2. Set it to false and use the "Symfony\Component\Routing\Annotation\Route" annotation from Symfony itself.
[
"exception" => SilencedErrorContext {#8374
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/try6.edusoho.cn/vendor/sensio/framework-extra-bundle/DependencyInjection/SensioFrameworkExtraExtension.php:41 {
› if ($config['router']['annotations']) {
› @trigger_error(sprintf('Enabling the "sensio_framework_extra.router.annotations" configuration is deprecated since version 5.2. Set it to false and use the "%s" annotation from Symfony itself.', \Symfony\Component\Routing\Annotation\Route::class), E_USER_DEPRECATED);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php:71 {
›
› $extension->load($config, $tmpContainer);
› } catch (\Exception $e) {
}
}
}
]
{
/var/www/try6.edusoho.cn/vendor/sensio/framework-extra-bundle/DependencyInjection/SensioFrameworkExtraExtension.php:41 {
› if ($config['router']['annotations']) {
› @trigger_error(sprintf('Enabling the "sensio_framework_extra.router.annotations" configuration is deprecated since version 5.2. Set it to false and use the "%s" annotation from Symfony itself.', \Symfony\Component\Routing\Annotation\Route::class), E_USER_DEPRECATED);
›
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php:71 {
›
› $extension->load($config, $tmpContainer);
› } catch (\Exception $e) {
}
}
|
16:17:38
|
-
|
Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0 in "/var/www/try6.edusoho.cn/plugins/CrmPlugin/DependencyInjection/../Resources/config/services.yml" on line 19.
[
"exception" => SilencedErrorContext {#8369
+count: 1
-severity: E_USER_DEPRECATED
trace: {
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php:534 {
› if (':' !== $key && !$isKeyQuoted && (!isset($mapping[$i + 1]) || !\in_array($mapping[$i + 1], [' ', ',', '[', ']', '{', '}'], true))) {
› @trigger_error(self::getDeprecationMessage('Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0.'), \E_USER_DEPRECATED);
› }
}
}
}
]
{
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php:534 {
› if (':' !== $key && !$isKeyQuoted && (!isset($mapping[$i + 1]) || !\in_array($mapping[$i + 1], [' ', ',', '[', ']', '{', '}'], true))) {
› @trigger_error(self::getDeprecationMessage('Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony 3.2 and will throw a ParseException in 4.0.'), \E_USER_DEPRECATED);
› }
}
}
|
16:17:38
|
-
(31 times)
|
Service identifiers will be made case sensitive in Symfony 4.0. Using "Biz" instead of "biz" is deprecated since Symfony 3.3.
[
"exception" => SilencedErrorContext {#8370
+count: 31
-severity: E_USER_DEPRECATED
trace: {
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:514 {
› if ($id !== $normalizedId) {
› @trigger_error(sprintf('Service identifiers will be made case sensitive in Symfony 4.0. Using "%s" instead of "%s" is deprecated since Symfony 3.3.', $id, $normalizedId), \E_USER_DEPRECATED);
› }
}
/var/www/try6.edusoho.cn/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php:1511 {
›
› return isset($this->definitions[$id]) || isset($this->aliasDefinitions[$id]) || isset($this->removedIds[$id]) ? $id : parent::normalizeId($id);
› }
}
}
}
]
|