Support » Fixing WordPress » mvc_controller.php line 110 code problem

  • I am trying to run the tutorial for this plugin and I am having real problems as it wont run. I always get the same error whatever I try, but I feel that other people dont have the same problem as there is nothing on the forum.

    error:Creating default object from empty value on line 110 ( in bold)

    if ($helper_name == ‘FormHelper’) {
    $this->{$helper_method_name}->controller = false;
    $this->{$helper_method_name}->controller->action = $this->action;
    $this->{$helper_method_name}->controller->name = $this->name;
    }
    }

    Is this a PHP setup problem?

  • The topic ‘mvc_controller.php line 110 code problem’ is closed to new replies.