This is the begining of the register.php and also a pic of the error.
<?php
error_reporting(7);
$templatesused = "signupadult,signupverify,modifyoptions_maxposts,r egister_birthday,modifyoptions_styleset,register_s tylecell,register_customfields,registeradult,regis tercoppa,email_newuser,emailsubject_newuser,email_ activateaccount,emailsubject_activateaccount,redir ect_registerthanks";
require("./global.php");
if ((!isset($action) or $action=="") and (!isset($a) or $a=="")) {
$action="check";
}
if ($url==$HTTP_REFERER) {
$url=urlencode($url);
}
Thanks,