An unexpected error occurred: No valid secure token given, add function getTokenField() to formular.
verwendete ilch Version: 2.1.x
betroffene Homepage: gaming-evolution.eu
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
An unexpected error occurred: No valid secure token given, add function getTokenField() to formular.
<?=$this->getTokenField() ?>
<?=$this->getTokenField() ?>
<?php if ($this->getUser() !== null): ?> <!-- LOGGED IN --> <div class="user-wrap "> <div class="user-avatar"><a class="username" href="#"><img src="<?=$this->getStaticUrl().'../'.$this->escape($this->getUser ()->getAvatar ()) ?>" width="71" height="71" alt="<?=$this->escape($this->getUser ()->getName()) ?>"></a></div> <div class="logged-info"> <a class="username" href="#"><?=$this->escape($this->getUser ()->getName()) ?></a><br> <span> <?php if ($this->get('userAccesses') || $this->getUser()->isAdmin()): ?> <a class="btn btn-xs btn-danger" target="_blank" href="<?=$this->getUrl(['module' => 'admin', 'controller' => 'admin', 'action' => 'index']) ?>"> <?=$this->getTrans('admincenter') ?> </a> <?php endif; ?> </span> </div> <a class="btns messages" id="message-new" data-original-title="View your messages" data-toggle="tooltip" href="<?=$this->getUrl(['module' => 'user', 'controller' => 'panel', 'action' => 'dialog']) ?>"> <i class="fa fa-comments-o"></i> </a> <a class="btns settings" data-original-title="View your profile" data-toggle="tooltip" href="<?=$this->getUrl(['module' => 'user', 'controller' => 'panel', 'action' => 'index']) ?>"><i class="fa fa-cog"></i> </a> <a class="logout btns" data-original-title="Log out" data-toggle="tooltip" href="<?=$this->getUrl(['module' => 'admin/admin', 'controller' => 'login', 'action' => 'logout', 'from_frontend' => 1]) ?>"><i class="fa fa-times"></i> </a> <div class="clear"></div> </div> <?php else: ?> <!-- NOT LOGGED IN --> <div class="logreg-info pull-right"> <a class="register-btn" href="<?=$this->getUrl(['module' => 'user', 'controller' => 'regist', 'action' => 'index']); ?>"><i class="fa fa-pencil-square-o"></i> <span><?=$this->getTrans('register'); ?></span></a> <i>or</i> <a class="login-btn" data-toggle="tooltip"><i class="fa fa-lock"></i> <span>Anmelden</span></a> <div id="mcTooltipWrapper" class="login-tooltip"> <div id="mcTooltip"> <div id="login_tooltip"> <div class="closeto"> <span><i class="fa fa-close"></i> </span></div> <form action="<?=$this->getUrl(['module' => 'user', 'controller' => 'login', 'action' => 'index']) ?>" class="form-horizontal" method="post"> <input type="hidden" name="login_redirect_url" value="<?=$this->get('redirectUrl') ?>" /> <?php echo $this->getTokenField(); $errors = $this->get('errors'); ?> <input name="login_emailname" placeholder="<?=$this->getTrans('nameEmail') ?>" type="text"> <input name="login_password" placeholder="<?=$this->getTrans('password') ?>" type="password"> <label> <input type="checkbox" name="rememberMe" value="rememberMe"> <?=$this->getTrans('rememberMe') ?> </label> <a href="<?=$this->getUrl(['module' => 'user', 'controller' => 'login', 'action' => 'forgotpassword']) ?>" class="forgotpass"><?=$this->getTrans('forgotPassword') ?></a> <button type="submit" name="login" class="button-small"><?=$this->getTrans('login') ?></button> </form> </div> </div> <div id="mcttCo"></div> </div> </div> <?php endif; ?> <script type="text/javascript" > $(document).ready(function () { var messageDiv = $(".ilch--new-message"), messageCheckLink = "<?=$this->getUrl(['module' => 'user', 'controller' => 'ajax','action' => 'checknewmessage']); ?>"; function loadMessage() { messageDiv.load(messageCheckLink); }; loadMessage(); setInterval(function() { loadMessage(); }, 60000); $("<link/>", { rel: "stylesheet", type: "text/css", href: "<?=$this->getLayoutUrl('') ?>assets/css/loginbox.css" }).appendTo("head"); }); </script>
RewriteEngine On RewriteCond %{SERVER_PORT} !=443 RewriteRule ^(.*)$ https://gaming-evolution.eu/$1 [R=301,L]
A cookie associated with a cross-site resource at <URL> was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at <URL> and <URL>. tooltip.js:959 Uncaught ReferenceError: tooltipOptions is not defined at tooltip.js:959 (anonymous) @ tooltip.js:959 main.js:317 GET https://forum%20shortname%20goes%20here.disqus.com/embed.js net::ERR_NAME_NOT_RESOLVED (anonymous) @ main.js:317 (anonymous) @ main.js:318 jquery.js:3 GET https://gaming-evolution.eu/application/layouts/blackfyre/assets/css/loginbox.css net::ERR_ABORTED 404
Geschlossen | ||
Zurück zu Fehlersuche und Probleme |