/* /home/erpd/public_html/plugins/captcha/plugin.php [line: 91 - 100] */ function ($template, $htmlFile, $tplFile, $vTpl, $view){ // add captcha js and field to page if ($url = Routes::getUrlData()) { if (in_array($url['route'], $routes)) { $vTpl->loadTemplateFile(__DIR__ . '/app/template/common.tpl'); } } return [$template, $htmlFile, $tplFile, $vTpl, $view]; });
/* /home/erpd/public_html/plugins/hide-ecommerce/plugin.php [line: 139 - 148] */ function ($template, $htmlFile, $tplFile, $vTpl, $view){ //remove ecommerce components from html //if ($url = Routes::getUrlData()) { //if (in_array($url['route'], $routes)) { $vTpl->loadTemplateFile(__DIR__ . '/app/template/common.tpl'); //} //} return [$template, $htmlFile, $tplFile, $vTpl, $view]; });
/* /home/erpd/public_html/plugins/debug/plugin.php [line: 167 - 180] */ function (){ $events = Event::getEvents(); array_walk_recursive($events, function (&$value, $key) { if (is_object($value)) { if ($value instanceof \Closure) { $value = $this->closureDump($value); } } }); $this->view->debug['data']['filters'] = $events; $this->view->debug['data']['request'] = Routes::getUrlData(); });
/* /home/erpd/public_html/plugins/language-specific-template/plugin.php [line: 47 - 57] */ function ($template, $htmlFile, $tplFile, $vTpl, $view){ //check if language html available $lang = getLanguage(); $languageHTMLFile = str_replace('.html', ".$lang.html", $htmlFile); if (file_exists($languageHTMLFile)) { $htmlFile = $languageHTMLFile; } return [$template, $htmlFile, $tplFile, $vTpl, $view]; });
/* /home/erpd/public_html/plugins/language-specific-template/plugin.php [line: 59 - 65] */ function ($filename, $compiledFilename, $view){ //add language to compiled html $lang = getLanguage(); $compiledFilename = str_replace('.html', ".$lang.html", $compiledFilename); return [$filename, $compiledFilename, $view]; });
The site is experiencing some dificulties, please try again, if the problem persists please contact support.
Go to homepagesubstr(): Argument #1 ($string) must be of type string, CaptchaPlugin given
}
</script><?php } ?><div id="debug-bar">
<label for="debug-toggle" id="debug-toggle-label"><?php echo \Vvveb\__('«'); ?></label>
<input type="checkbox" name="debug-toggle" id="debug-toggle" value="<?php if (isset($_POST['debug-toggle'])) echo $_POST['debug-toggle']; ?>">
<div class="tabs" data-v-debug-tabs><?php global $tabName; function debugArrayToList($array, $level = 1) { global $tabName; echo '<ol>'; $id = $tabName; $i = 0; if (is_array($array)) { foreach ($array as $key => $value) { $i++; $is_array = is_array($value); if ($is_array) { echo '<li class="folder">'; } else { echo '<li class="file">'; } if (!is_int($key)) echo "<label for='d-$id-$level-$i'>$key</label><input type='checkbox' id='d-$id-$level-$i'>"; if ($is_array) { debugArrayToList($value, ++$level); } else { if ($value) { echo '<div>' . substr($value,0, 2048) . '</div>'; } } echo '</li>'; } } else { echo '<div>' . substr($array,0, 2048) . '</div>'; } echo '</ol>'; } if(isset($this->debug['data']) && is_array($this->debug['data'])) { foreach ($this->debug['data'] as $tabName => $content) { ?> // <==
<input type="radio" name="tabs" id="<?php echo "debug-tab-$tabName"; ?>" checked data-v-debug-input value="<?php if (isset($_POST['tabs'])) echo $_POST['tabs']; ?>">
<label for="<?php echo "debug-tab-$tabName"; ?>" data-v-debug-label><?php echo ucfirst($tabName); ?></label>
<div class="tab tree <?php echo strtolower($tabName); ?>" data-v-debug-content><?php echo debugArrayToList($content); ?></div>
#0 /home/erpd/public_html/storage/compiled-templates/app_1_play-bootstrap_user_login.en_US.html(464): substr() #1 /home/erpd/public_html/storage/compiled-templates/app_1_play-bootstrap_user_login.en_US.html(464): debugArrayToList() #2 /home/erpd/public_html/storage/compiled-templates/app_1_play-bootstrap_user_login.en_US.html(464): debugArrayToList() #3 /home/erpd/public_html/storage/compiled-templates/app_1_play-bootstrap_user_login.en_US.html(464): debugArrayToList() #4 /home/erpd/public_html/storage/compiled-templates/app_1_play-bootstrap_user_login.en_US.html(464): debugArrayToList() #5 /home/erpd/public_html/storage/compiled-templates/app_1_play-bootstrap_user_login.en_US.html(468): debugArrayToList() #6 /home/erpd/public_html/system/core/view.php(434): include_once('...') #7 /home/erpd/public_html/system/core/response.php(120): Vvveb\System\Core\View->render() #8 /home/erpd/public_html/system/core/frontcontroller.php(300): Vvveb\System\Core\Response->output() #9 /home/erpd/public_html/system/core/frontcontroller.php(347): Vvveb\System\Core\FrontController::call() #10 /home/erpd/public_html/system/core/frontcontroller.php(417): Vvveb\System\Core\FrontController::redirect() #11 /home/erpd/public_html/system/core/startup.php(381): Vvveb\System\Core\FrontController::dispatch() #12 /home/erpd/public_html/index.php(149): Vvveb\System\Core\start() #13 {main}