Dosya içeriklerini değiştiriniz
create.php
<?php
class ControllerAccountCreate extends Controller {
private $error = array();
public function index() {
if ($this->customer->isLogged()) {
$this->redirect(HTTPS_SERVER . 'index.php?route=account/account');
}...