Missing argument 1 for ContentController::__construct(), called in /home/ixxxxxxxxxxx/public_html/sapphire/core/control/Director.php on line 254 and defined POST /ForumMemberProfile/RegistrationForm Line 28 in /home/ixxxxx/public_html/sapphire/core/control/ContentController.php Source 19 * @subpackage control 20 */ 21 class ContentController extends Controller { 22 protected $dataRecord; 23 24 /** 25 * The ContentController will take the URLSegment parameter from the URL and use that to look 26 * up a SiteTree record. 27 */ 28 public function __construct($dataRecord) { 29 $this->dataRecord = $dataRecord; 30 $this->failover = $this->dataRecord; 31 parent::__construct(); 32 } 33 34 public function Link($action = null) { Trace ContentController->__construct() Line 254 of Director.php Director::handleRequest(HTTPRequest,Session) Line 106 of Director.php Director::direct(ForumMemberProfile/RegistrationForm) Line 111 of main.php