MyBB Community Forums

Full Version: Register Problems?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I click register on my forum I get to Registration Agreement.
When I click "I Agree" the problem comes, cause then I got to a blank member.php page for some reason?

I tried reuploading the member.php file.

Any idea how to fix this?
Your forum's URL ?
In inc/init.php, add the following a new line after the line that says "<?php"
define("NO_PLUGINS",1);
So top looks like this:
<?php 
define("NO_PLUGINS",1);
/**

This will temporarily disable all plugins so some features will be missing from your forum but if you remove that line afterwards, everything will be fine again.

Do you still have that issue with all plugins disabled?
Fixed.

The problem was my template that was empty.

The plugin that did this was this:
http://forum.mybbz.net/showthread.php?tid=393