Exceptions
Exception
Symfony\Component\OptionsResolver\Exception\ UndefinedOptionsException
in
vendor/symfony/options-resolver/OptionsResolver.php
(line 876)
if (\count($diff) > 0) {ksort($clone->defined);ksort($diff);throw new UndefinedOptionsException(\sprintf((\count($diff) > 1 ? 'The options "%s" do not exist.' : 'The option "%s" does not exist.').' Defined options are: "%s".', $this->formatOptions(array_keys($diff)), implode('", "', array_keys($clone->defined))));}// Override options set by the userforeach ($options as $option => $value) {if ($this->ignoreUndefined && !isset($clone->defined[$option])) {
OptionsResolver->resolve(array('need_fuck' => 'yes', 'trigger_debug' => '1'))
in
vendor-fork/hello-bootstrap-table-bundle/src/Response/TableResponse.php
(line 83)
$requestData = $request->request->all();}$resolver = new OptionsResolver();$this->configureRequestData($resolver);$this->requestData = $resolver->resolve($requestData);}/*** Configure request data array.*
TableResponse->handleRequest(object(Request))
in
vendor-fork/hello-bootstrap-table-bundle/src/HelloBootstrapTable.php
(line 123)
** @param Request $request*/public function handleRequest(Request $request): void{$this->tableResponse->handleRequest($request);}/*** Checks if request is a callback.*
HelloBootstrapTable->handleRequest(object(Request))
in
src/Controller/Website/HomePageController.php
(line 70)
{$attributes = parent::getAttributes($attributes, $structure, $preview);$request = $this->container->get('request_stack')->getCurrentRequest();$table = $this->tableFactory->create(CleanWaterActFeeTable::class);$table->handleRequest($request);if ($table->isCallback()) {return $table->getResponse();}$attributes['table'] = $table->createView();
in
vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php
->
getAttributes
(line 62)
if (!$this->container->get('twig')->getLoader()->exists($viewTemplate)) {throw new NotAcceptableHttpException(\sprintf('Page does not exist in "%s" format.', $requestFormat));}// get attributes to render template$data = $this->getAttributes($attributes, $structure, $preview);// if partial render only content block else full pageif ($partial) {$content = $this->renderBlockView($viewTemplate,
in
vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php
->
renderStructure
(line 33)
** @return Response*/public function indexAction(StructureInterface $structure, $preview = false, $partial = false){$response = $this->renderStructure($structure,[],$preview,$partial);
DefaultController->indexAction(object(PageBridge), false, false)
in
src/Controller/Website/HomePageController.php
(line 55)
// $table->handleRequest($request);// if ($table->isCallback()) {// return $table->getResponse();// }return parent::IndexAction($structure, $preview, $partial);}/*** @param $attributes* @param \Sulu\Component\Content\Compat\StructureInterface|null $structure
in
vendor/symfony/http-kernel/HttpKernel.php
->
IndexAction
(line 183)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);$controller = $event->getController();$arguments = $event->getArguments();// call controller$response = $controller(...$arguments);// viewif (!$response instanceof Response) {$event = new ViewEvent($this, $request, $type, $response, $event);$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);$response = null;try {return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {if ($e instanceof \Error && !$this->handleAllThrowables) {throw $e;}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 182)
$this->boot();++$this->requestStackSize;$this->resetServices = true;try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
// When using the HttpCache, you need to call the method in your front controller// instead of relying on the configuration parameter// https://symfony.com/doc/6.4/reference/configuration/framework.html#http-method-overrideRequest::enableHttpMethodParameterOverride();$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();$kernel->terminate($request, $response);
Logs
| Level | Channel | Message |
|---|---|---|
| INFO 00:59:49 | deprecation |
User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead. {
"exception": {}
}
|
| INFO 00:59:49 | deprecation |
User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Localization\Localization::setXDefault" method is deprecated on "Sulu\Component\Localization\Localization" use "setDefault" instead. {
"exception": {}
}
|
| INFO 00:59:49 | deprecation |
User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::getXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "getDefaultLocalization" instead. {
"exception": {}
}
|
| INFO 00:59:49 | deprecation |
User Deprecated: Since sulu/sulu 2.3: The "Sulu\Component\Webspace\Portal::setXDefaultLocalization" method is deprecated on "Sulu\Component\Webspace\Portal" use "setDefaultLocalization" instead. {
"exception": {}
}
|
| INFO 00:59:49 | request |
Matched route "_profiler". {
"route": "_profiler",
"route_parameters": {
"_route": "_profiler",
"_controller": "web_profiler.controller.profiler::panelAction",
"token": "latest"
},
"request_uri": "https://dev.pgcdoe.net/_profiler/latest?ip=149.57.180.51&type=request",
"method": "GET"
}
|
Stack Trace
|
UndefinedOptionsException
|
|---|
Symfony\Component\OptionsResolver\Exception\UndefinedOptionsException:
The options "need_fuck", "trigger_debug" do not exist. Defined options are: "filter", "isCallback", "limit", "offset", "order", "search", "searchable", "sort", "tableName".
at vendor/symfony/options-resolver/OptionsResolver.php:876
at Symfony\Component\OptionsResolver\OptionsResolver->resolve(array('need_fuck' => 'yes', 'trigger_debug' => '1'))
(vendor-fork/hello-bootstrap-table-bundle/src/Response/TableResponse.php:83)
at HelloSebastian\HelloBootstrapTableBundle\Response\TableResponse->handleRequest(object(Request))
(vendor-fork/hello-bootstrap-table-bundle/src/HelloBootstrapTable.php:123)
at HelloSebastian\HelloBootstrapTableBundle\HelloBootstrapTable->handleRequest(object(Request))
(src/Controller/Website/HomePageController.php:70)
at App\Controller\Website\HomePageController->getAttributes(array('view' => array('title' => array(), 'url' => array(), 'article' => array(), 'article_bottom' => array()), 'content' => array('title' => 'Prince George’s County Clean Water Act Fee', 'url' => '/', 'article' => '<p>Clean Water Act Fee information presented in this site reflects the latest CWA fees assessed to the account. Please note, the account information from <a target="_blank" href="http://taxinquiry.princegeorgescountymd.gov/TaxInquiry.aspx"><strong>http://taxinquiry.princegeorgescountymd.gov/TaxInquiry.aspx </strong></a>may lag in the update, since this site is not updated in real time.</p> ', 'article_bottom' => '<p>Zoning categories have changed. For information comparing pre-2022 zoning categories to current categories, please follow this link: <a target="_blank" href="https://pgccouncil.us/DocumentCenter/View/4054/Zoning-Rewrite-Decision-Matrix-Brochure" title="https://pgccouncil.us/DocumentCenter/View/4054/Zoning-Rewrite-Decision-Matrix-Brochure"><strong>https://pgccouncil.us/DocumentCenter/View/4054/Zoning-Rewrite-Decision-Matrix-Brochure</strong></a></p><p>For general information on the Clean Water Act Fee structure, including examples of how to calculate the fee, please follow this link <a target="_blank" href="http://www.princegeorgescountymd.gov/276/Fee-Structure"><strong>http://www.princegeorgescountymd.gov/276/Fee-Structure</strong></a></p><p>For County regulations pertaining to the Clean Water Act Fee, please follow this link <strong><sulu-link provider="media" target="_blank" href="118">Clean Water Act Fee Regulation</sulu-link></strong></p><p>To return to the County\'s stormwater management website, please follow this <a target="_blank" href="http://www.princegeorgescountymd.gov/261/Stormwater-Management-Division"><strong><u>http://www.princegeorgescountymd.gov/261/Stormwater-Management-Division</u></strong></a></p> '), 'id' => '72332e58-f2fa-45ce-a408-17582d722079', 'uuid' => '72332e58-f2fa-45ce-a408-17582d722079', 'creator' => 1, 'changer' => 2, 'created' => object(DateTime), 'changed' => object(DateTime), 'template' => 'homepage', 'extension' => array('seo' => array('title' => '', 'description' => '', 'keywords' => '', 'canonicalUrl' => '', 'noIndex' => false, 'noFollow' => false, 'hideInSitemap' => false), 'excerpt' => array('title' => '', 'more' => '', 'description' => '<p>Clean water Act Fee information presented in this site reflects the latest CWA fees assessed to the account. Please note, the account information from <a target="_blank" href="http://taxinquiry.princegeorgescountymd.gov/TaxInquiry.aspx"><strong>http://taxinquiry.princegeorgescountymd.gov/TaxInquiry.aspx </strong></a>may lag in the update, since this site is not updated in real time.</p> ', 'categories' => array(), 'tags' => array(), 'segments' => array(), 'icon' => array(), 'images' => array())), 'published' => object(DateTime), 'shadowBaseLocale' => null, 'webspaceKey' => 'pgcdoe', 'lastModified' => null, 'authored' => object(DateTime), 'author' => '1', 'localizations' => array('en' => array('locale' => 'en', 'url' => 'http://dev.pgcdoe.net/', 'country' => '', 'alternate' => true)), 'segments' => array(), 'request' => array('webspaceKey' => 'pgcdoe', 'webspaceName' => 'pgcdoe.net', 'segmentKey' => null, 'portalKey' => 'pgcdoe', 'portalName' => 'pgcdoe.net', 'defaultLocale' => 'en', 'portalUrl' => 'dev.pgcdoe.net', 'resourceLocatorPrefix' => '', 'resourceLocator' => '/')), object(PageBridge), false)
(vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php:62)
at Sulu\Bundle\WebsiteBundle\Controller\WebsiteController->renderStructure(object(PageBridge), array(), false, false)
(vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php:33)
at Sulu\Bundle\WebsiteBundle\Controller\DefaultController->indexAction(object(PageBridge), false, false)
(src/Controller/Website/HomePageController.php:55)
at App\Controller\Website\HomePageController->IndexAction(object(PageBridge), false, false)
(vendor/symfony/http-kernel/HttpKernel.php:183)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
(vendor/symfony/http-kernel/HttpKernel.php:76)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
(vendor/symfony/http-kernel/Kernel.php:182)
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
(public/index.php:69)
|