MyBB Community Forums

Full Version: User Register Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have an issue on a forum I have just installed and setup for my WoW guild. When some one trys to register on the forum it goes to a blank page. It does not display any errors at all just a blank page. You select register then press I Agree the next page is blank.

To take a look for your self please go to http://www.dirtybootgang.com/forum.

Any ideas would be great.

Server info:

Linux RHEL4
Apache 1.3.34
PHP 4.4.2
MySQL 4.1.14-standard

Ifyou need any more information please let me know.

Thanks
Neg127
Do you have any thirdy party modifications or plugins installed?

Also - can you save the attached file, upload it to your forums and then link me to it?
I do not currently have any installed third party mods installed on the forum. It is a fres install only a few days old. I also have a forum hosted on the same server on another domain that is working finw how ever. This is kind of leading me to wonder if this is a posible database error or a currupt or partial uploaded file.

The link to the file is
http://www.dirtybootgang.com/forum/phpinfo.php

The fileyou told me to upload has a phrase error so here is just a normal phpinfo file.

http://www.dirtybootgang.com/forum/phpinfo2.php


Thanks for the help.

Neg127
Argh.

Early morning programming = bad!

<?php
if($_GET['action'] == "phpinfo")
{
	phpinfo();
}
else
{
	print_r($_GET);
	echo "<br />";
	print_r($_POST);
}

That should work.

Chris
Ok the file is updated.


Also I did a new install in a seperate directory and I can register a new user. I can just move over the new install to the directory I want the forum in and delete the old one if you dont want to go though the trouble shooting process.


Thanks
Neg127
If that works - you could just try moving member.php over to the old directory and seeing if that fixes it?