MyBB Community Forums

Full Version: cant enter USERCP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello sir,
can help my
why i cant enter the "USERCP"

[Image: We-Chat-Image-20200122161911.png]
Check your server logs, you may have a php error.
And check your files with the admin tool
Also, try disabling gzip compression from your board settings, if it is enabled.
Hi,

and fix the error you have in the headerinclude template of your Theme.

Find:
<script
	var garland = 0; var height = 110; $(function() {
  $.getScript('https://script.forumactif.com/16517.js');
});
</script>


And replace it with:
<script type="text/javascript">
  var garland = 0;
  var height = 110;
  $(function() {
    $.getScript('https://script.forumactif.com/16517.js');
  });
</script>
thank you so much, sir..
so helpfull

terima kasih ^^