A fatal error has occurred:

In '(?...)', the '(' and '?' must be adjacent in regex; marked by <-- HERE in m/
            ( # $1 the whole tag
                <
                (
                    ? <-- HERE :
                    !--
                    ( # $2 the attributes are all the data between
                        .*?
                    )
                    --
                    | # or
                    (
                        ?:
                        ( # $3 the name of the tag
                            /?\S+?\b
                        )
                        ( # $4 the attributes
                            [^'">]*
                            (
                                ?:
                                ( # $5 just to match quotes
                                    ['"]
                                )
                                .*?\5
                                [^'">]*
                            )*
                        )
                    )
                )
                >
            )
        / at /home/cyber/web/cyberinstitute.org/cgi-bin/gforum/admin/GT/HTML/Parser.pm line 207.
Compilation failed in require at /home/cyber/web/cyberinstitute.org/cgi-bin/gforum/admin/GT/HTML/ToText.pm line 24.
BEGIN failed--compilation aborted at /home/cyber/web/cyberinstitute.org/cgi-bin/gforum/admin/GT/HTML/ToText.pm line 24.
Compilation failed in require at /home/cyber/web/cyberinstitute.org/cgi-bin/gforum/admin/GForum/RSS.pm line 132.

Please enable debugging in setup for more details.