Error after upgrading from Github

Status
Not open for further replies.
does that popup content only have one group?
If so try removing from default_group.php this code:

PHP:
<?php
/*
* This chunk of code selects the next (in this case second) group ... for
* each group you want to work with, you need to put this chunk of code
* to set up $this->group for the display code.
*/
    $this->group = next($this->groups);
    $this->elements = $this->group->elements;
?>
 
    <fieldset class="fabrikGroup" id="group<?php echo $this->group->id;?>" style="<?php echo $this->group->css;?>">
        <legend><?php echo $this->group->title;?></legend>
 
                <div class="example">
                        <?php
                        $this->element = $this->elements['message'];
                        echo $this->loadTemplate('element');
                        ?>
                </div>
 
    </fieldset>
 
That did it! Changed it for both the locations and the events page and all is well. This post if resolved!

Thanks again for sticking with me on this one.
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top