Viewing 1 replies (of 1 total)
  • So the problem here is that get_active_instance() doesn’t return a reference. So on line 92, change this:

    $template =& Theme_My_Login::get_object()->get_active_instance();

    to this:

    $template = Theme_My_Login::get_object()->get_active_instance();

    (Remove the &.)

    (Can’t get it to format properly, but you get the idea.)

Viewing 1 replies (of 1 total)
  • The topic ‘Strict Standards message of frontend of site’ is closed to new replies.