Error 500 Internal Server Error

GET http://dev.pgcdoe.net/

Exceptions

The options "need_fuck", "trigger_debug" do not exist. Defined options are: "filter", "isCallback", "limit", "offset", "order", "search", "searchable", "sort", "tableName".

Exception

Symfony\Component\OptionsResolver\Exception\ UndefinedOptionsException

  1.         if (\count($diff) > 0) {
  2.             ksort($clone->defined);
  3.             ksort($diff);
  4.             throw new UndefinedOptionsException(\sprintf((\count($diff) > '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))));
  5.         }
  6.         // Override options set by the user
  7.         foreach ($options as $option => $value) {
  8.             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)
  1.             $requestData $request->request->all();
  2.         }
  3.         $resolver = new OptionsResolver();
  4.         $this->configureRequestData($resolver);
  5.         $this->requestData $resolver->resolve($requestData);
  6.     }
  7.     /**
  8.      * Configure request data array.
  9.      *
TableResponse->handleRequest(object(Request)) in vendor-fork/hello-bootstrap-table-bundle/src/HelloBootstrapTable.php (line 123)
  1.      *
  2.      * @param Request $request
  3.      */
  4.     public function handleRequest(Request $request): void
  5.     {
  6.         $this->tableResponse->handleRequest($request);
  7.     }
  8.     /**
  9.      * Checks if request is a callback.
  10.      *
HelloBootstrapTable->handleRequest(object(Request)) in src/Controller/Website/HomePageController.php (line 70)
  1.     {
  2.         $attributes parent::getAttributes($attributes$structure$preview);
  3.         
  4.         $request $this->container->get('request_stack')->getCurrentRequest();
  5.         $table $this->tableFactory->create(CleanWaterActFeeTable::class);
  6.         $table->handleRequest($request);
  7.         if ($table->isCallback()) {
  8.             return $table->getResponse();
  9.         }
  10.         $attributes['table'] = $table->createView();
  11.         
  1.         if (!$this->container->get('twig')->getLoader()->exists($viewTemplate)) {
  2.             throw new NotAcceptableHttpException(\sprintf('Page does not exist in "%s" format.'$requestFormat));
  3.         }
  4.         // get attributes to render template
  5.         $data $this->getAttributes($attributes$structure$preview);
  6.         // if partial render only content block else full page
  7.         if ($partial) {
  8.             $content $this->renderBlockView(
  9.                 $viewTemplate,
  1.      *
  2.      * @return Response
  3.      */
  4.     public function indexAction(StructureInterface $structure$preview false$partial false)
  5.     {
  6.         $response $this->renderStructure(
  7.             $structure,
  8.             [],
  9.             $preview,
  10.             $partial
  11.         );
DefaultController->indexAction(object(PageBridge), false, false) in src/Controller/Website/HomePageController.php (line 55)
  1.         // $table->handleRequest($request);
  2.         // if ($table->isCallback()) {
  3.         //     return $table->getResponse();
  4.         // }
  5.         return parent::IndexAction($structure$preview$partial);
  6.     }
  7.     /**
  8.      * @param $attributes
  9.      * @param \Sulu\Component\Content\Compat\StructureInterface|null $structure
in vendor/symfony/http-kernel/HttpKernel.php -> IndexAction (line 183)
  1.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response $controller(...$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new ViewEvent($this$request$type$response$event);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2.         $this->requestStack->push($request);
  3.         $response null;
  4.         try {
  5.             return $response $this->handleRaw($request$type);
  6.         } catch (\Throwable $e) {
  7.             if ($e instanceof \Error && !$this->handleAllThrowables) {
  8.                 throw $e;
  9.             }
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle(object(Request)) in public/index.php (line 69)
  1. // When using the HttpCache, you need to call the method in your front controller
  2. // instead of relying on the configuration parameter
  3. // https://symfony.com/doc/6.4/reference/configuration/framework.html#http-method-override
  4. Request::enableHttpMethodParameterOverride();
  5. $request Request::createFromGlobals();
  6. $response $kernel->handle($request);
  7. $response->send();
  8. $kernel->terminate($request$response);

Logs

Level Channel Message
INFO 00:53:42 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:53:42 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:53:42 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:53:42 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:53:42 request Matched route "_profiler".
{
    "route": "_profiler",
    "route_parameters": {
        "_route": "_profiler",
        "_controller": "web_profiler.controller.profiler::panelAction",
        "token": "44e0da"
    },
    "request_uri": "https://dev.pgcdoe.net/_profiler/44e0da",
    "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)