Exception InvalidArgumentException

HTTP 500 Whoops, looks like something went wrong.

behavior::framework not found.

Exceptions 2

InvalidArgumentException

  1. <?php
    defined('_JEXEC') or die;
    JHTML::_('behavior.framework', true);
    $app = JFactory::getApplication();
    $tplparams = $app->getTemplate(true)->params;
    ?>
    <!DOCTYPE html>
    <head>
        <meta charset="utf-8">
        <link rel="stylesheet"
              href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/stylesheets/styles.css"
              type="text/css"/>
        <!-- Google Fonts -->
    </head>
    <body>
    <div class="allwrap">
        <header>
            <div class="row">
                <div class="large-6 columns">
                    <div class="logo">
                    </div>
                </div>
        </header>
        <main>
        <div class="content_main">
            <div class="row">
                <div class="large-12 columns">
                    <div class="item-page">
                        <div class="error">
                            <div id="outline">
                                <div id="errorboxoutline">
                                    <div id="errorboxheader"><?php echo $this->error->getCode(); ?>
                                        - <?php echo htmlspecialchars($this->error->getMessage(), ENT_QUOTES, 'UTF-8'); ?></div>
                                    <div id="errorboxbody">
                                        <p><strong><?php echo JText::_('JERROR_LAYOUT_NOT_ABLE_TO_VISIT'); ?></strong></p>
                                        <ol>
                                            <li><?php echo JText::_('JERROR_LAYOUT_AN_OUT_OF_DATE_BOOKMARK_FAVOURITE'); ?></li>
                                            <li><?php echo JText::_('JERROR_LAYOUT_SEARCH_ENGINE_OUT_OF_DATE_LISTING'); ?></li>
                                            <li><?php echo JText::_('JERROR_LAYOUT_MIS_TYPED_ADDRESS'); ?></li>
                                            <li><?php echo JText::_('JERROR_LAYOUT_YOU_HAVE_NO_ACCESS_TO_THIS_PAGE'); ?></li>
                                            <li><?php echo JText::_('JERROR_LAYOUT_REQUESTED_RESOURCE_WAS_NOT_FOUND'); ?></li>
                                            <li><?php echo JText::_('JERROR_LAYOUT_ERROR_HAS_OCCURRED_WHILE_PROCESSING_YOUR_REQUEST'); ?></li>
                                        </ol>
                                        <p>
                                            <strong><?php echo JText::_('JERROR_LAYOUT_PLEASE_TRY_ONE_OF_THE_FOLLOWING_PAGES'); ?></strong>
                                        </p>
                                        <div id="techinfo">
                                            <p><?php echo htmlspecialchars($this->error->getMessage(), ENT_QUOTES, 'UTF-8'); ?></p>
                                            <p>
                                                <?php if ($this->debug) :
                                                    echo $this->renderBacktrace();
                                                endif; ?>
                                            </p>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        </main>
        <footer>
            <div class="row">
                <div class="large-12 columns">
                </div>
            </div>
        </footer>
    </div>
    <script src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/scripts/general.min.js"
            type="text/javascript"></script>
    </body>
    </html>
    
require('/var/www/vhosts/bvsdormagen.de/httpdocs/templates/bvsdormagen_test/error.php') in /var/www/vhosts/bvsdormagen.de/httpdocs/libraries/src/Document/HtmlDocument.php (line 721)
    CMSApplication->execute() in /var/www/vhosts/bvsdormagen.de/httpdocs/includes/app.php (line 61)
      require_once('/var/www/vhosts/bvsdormagen.de/httpdocs/includes/app.php') in /var/www/vhosts/bvsdormagen.de/httpdocs/index.php (line 32)

        Stack Traces 2

        [2/2] InvalidArgumentException
        InvalidArgumentException:
        behavior::framework not found.
        
          at /var/www/vhosts/bvsdormagen.de/httpdocs/libraries/src/HTML/HTMLHelper.php:141
          at Joomla\CMS\HTML\HTMLHelper::_()
             (/var/www/vhosts/bvsdormagen.de/httpdocs/templates/bvsdormagen_test/error.php:3)
          at require('/var/www/vhosts/bvsdormagen.de/httpdocs/templates/bvsdormagen_test/error.php')
             (/var/www/vhosts/bvsdormagen.de/httpdocs/libraries/src/Document/HtmlDocument.php:721)
          at Joomla\CMS\Document\HtmlDocument->_loadTemplate()
             (/var/www/vhosts/bvsdormagen.de/httpdocs/libraries/src/Document/HtmlDocument.php:776)
          at Joomla\CMS\Document\HtmlDocument->_fetchTemplate()
             (/var/www/vhosts/bvsdormagen.de/httpdocs/libraries/src/Document/HtmlDocument.php:612)
          at Joomla\CMS\Document\HtmlDocument->parse()
             (/var/www/vhosts/bvsdormagen.de/httpdocs/libraries/src/Document/HtmlDocument.php:630)
          at Joomla\CMS\Document\HtmlDocument->render()
             (/var/www/vhosts/bvsdormagen.de/httpdocs/libraries/src/Document/ErrorDocument.php:139)
          at Joomla\CMS\Document\ErrorDocument->render()
             (/var/www/vhosts/bvsdormagen.de/httpdocs/libraries/src/Error/Renderer/HtmlRenderer.php:70)
          at Joomla\CMS\Error\Renderer\HtmlRenderer->render()
             (/var/www/vhosts/bvsdormagen.de/httpdocs/libraries/src/Exception/ExceptionHandler.php:126)
          at Joomla\CMS\Exception\ExceptionHandler::render()
             (/var/www/vhosts/bvsdormagen.de/httpdocs/libraries/src/Exception/ExceptionHandler.php:72)
          at Joomla\CMS\Exception\ExceptionHandler::handleException()
             (/var/www/vhosts/bvsdormagen.de/httpdocs/libraries/src/Application/CMSApplication.php:322)
          at Joomla\CMS\Application\CMSApplication->execute()
             (/var/www/vhosts/bvsdormagen.de/httpdocs/includes/app.php:61)
          at require_once('/var/www/vhosts/bvsdormagen.de/httpdocs/includes/app.php')
             (/var/www/vhosts/bvsdormagen.de/httpdocs/index.php:32)                
        [1/2] Exception
        Exception:
        Komponente nicht gefunden
        
          at /var/www/vhosts/bvsdormagen.de/httpdocs/libraries/src/Dispatcher/LegacyComponentDispatcher.php:61
          at Joomla\CMS\Dispatcher\LegacyComponentDispatcher->dispatch()
             (/var/www/vhosts/bvsdormagen.de/httpdocs/libraries/src/Component/ComponentHelper.php:361)
          at Joomla\CMS\Component\ComponentHelper::renderComponent()
             (/var/www/vhosts/bvsdormagen.de/httpdocs/libraries/src/Application/SiteApplication.php:208)
          at Joomla\CMS\Application\SiteApplication->dispatch()
             (/var/www/vhosts/bvsdormagen.de/httpdocs/libraries/src/Application/SiteApplication.php:249)
          at Joomla\CMS\Application\SiteApplication->doExecute()
             (/var/www/vhosts/bvsdormagen.de/httpdocs/libraries/src/Application/CMSApplication.php:293)
          at Joomla\CMS\Application\CMSApplication->execute()
             (/var/www/vhosts/bvsdormagen.de/httpdocs/includes/app.php:61)
          at require_once('/var/www/vhosts/bvsdormagen.de/httpdocs/includes/app.php')
             (/var/www/vhosts/bvsdormagen.de/httpdocs/index.php:32)