I'm getting errors from the busybox.net Bugzilla below: I've added some line breaks for clarity, similar errors on login
--- An unexpected error occurred. This could be a temporary problem, or some code is behaving incorrectly. If this problem persists, please email this page to [email protected] with details of what you were doing at the time this message appeared. URL: https://bugs.busybox.net/show_bug.cgi?id=16018 undef error - DBD::mysql::st execute failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'groups LEFT JOIN bug_group_map ON bug_group_map.group_id = groups.id AND bug_id ' at line 1 [for Statement "SELECT DISTINCT groups.id, name, description, CASE WHEN bug_group_map.group_id IS NOT NULL THEN 1 ELSE 0 END, CASE WHEN groups.id IN(-1) THEN 1 ELSE 0 END, isactive, membercontrol, othercontrol FROM groups LEFT JOIN bug_group_map ON bug_group_map.group_id = groups.id AND bug_id = ? LEFT JOIN group_control_map ON group_control_map.group_id = groups.id AND group_control_map.product_id = ? WHERE isbuggroup = 1 ORDER BY description" with ParamValues: 0=16018, 1=5] at Bugzilla/Bug.pm line 3869. Bugzilla::Bug::groups(Bugzilla::Bug=HASH(0x327d240)) called at template/en/default/bug/edit.html.tmpl line 620 eval {...} called at template/en/default/bug/edit.html.tmpl line 620 eval {...} called at template/en/default/bug/edit.html.tmpl line 7 Template::Document::__ANON__(Bugzilla::Template::Context=HASH(0x2ec84d0)) called at /usr/lib/perl5/vendor_perl/5.34/i686-linux-thread-multi/Template/Context.pm line 348 eval {...} called at /usr/lib/perl5/vendor_perl/5.34/i686-linux-thread-multi/Template/Context.pm line 321 Template::Context::process(Bugzilla::Template::Context=HASH(0x2ec84d0), "section_restrict_visibility") called at Bugzilla/Template/Context.pm line 35 Bugzilla::Template::Context::process(Bugzilla::Template::Context=HASH(0x2ec84d0), "section_restrict_visibility") called at template/en/default/bug/edit.html.tmpl line 162 eval {...} called at template/en/default/bug/edit.html.tmpl line 7 Template::Document::__ANON__(Bugzilla::Template::Context=HASH(0x2ec84d0)) called at /usr/lib/perl5/vendor_perl/5.34/i686-linux-thread-multi/Template/Document.pm line 163 eval {...} called at /usr/lib/perl5/vendor_perl/5.34/i686-linux-thread-multi/Template/Document.pm line 161 Template::Document::process(Template::Document=HASH(0x37bc7b0), Bugzilla::Template::Context=HASH(0x2ec84d0)) called at /usr/lib/perl5/vendor_perl/5.34/i686-linux-thread-multi/Template/Context.pm line 351 eval {...} called at /usr/lib/perl5/vendor_perl/5.34/i686-linux-thread-multi/Template/Context.pm line 321 Template::Context::process(Bugzilla::Template::Context=HASH(0x2ec84d0), "bug/edit.html.tmpl") called at Bugzilla/Template/Context.pm line 35 Bugzilla::Template::Context::process(Bugzilla::Template::Context=HASH(0x2ec84d0), "bug/edit.html.tmpl") called at template/en/default/bug/show.html.tmpl line 28 eval {...} called at template/en/default/bug/show.html.tmpl line 7 Template::Document::__ANON__(Bugzilla::Template::Context=HASH(0x2ec84d0)) called at /usr/lib/perl5/vendor_perl/5.34/i686-linux-thread-multi/Template/Document.pm line 163 eval {...} called at /usr/lib/perl5/vendor_perl/5.34/i686-linux-thread-multi/Template/Document.pm line 161 Template::Document::process(Template::Document=HASH(0x3109ba0), Bugzilla::Template::Context=HASH(0x2ec84d0)) called at /usr/lib/perl5/vendor_perl/5.34/i686-linux-thread-multi/Template/Context.pm line 351 eval {...} called at /usr/lib/perl5/vendor_perl/5.34/i686-linux-thread-multi/Template/Context.pm line 321 Template::Context::process(Bugzilla::Template::Context=HASH(0x2ec84d0), Template::Document=HASH(0x3109ba0)) called at Bugzilla/Template/Context.pm line 35 Bugzilla::Template::Context::process(Bugzilla::Template::Context=HASH(0x2ec84d0), Template::Document=HASH(0x3109ba0)) called at /usr/lib/perl5/vendor_perl/5.34/i686-linux-thread-multi/Template/Service.pm line 94 eval {...} called at /usr/lib/perl5/vendor_perl/5.34/i686-linux-thread-multi/Template/Service.pm line 91 Template::Service::process(Template::Service=HASH(0x2ec15c0), "bug/show.html.tmpl", HASH(0x2e72fe0)) called at /usr/lib/perl5/vendor_perl/5.34/i686-linux-thread-multi/Template.pm line 66 Template::process(Bugzilla::Template=HASH(0x2e730b0), "bug/show.html.tmpl", HASH(0x2e72fe0)) called at Bugzilla/Template.pm line 703 Bugzilla::Template::process(Bugzilla::Template=HASH(0x2e730b0), "bug/show.html.tmpl", HASH(0x2e72fe0)) called at /var/www/bugs.busybox.net/htdocs/show_bug.cgi line 130 Any email and files/attachments transmitted with it are intended solely for the use of the individual or entity to whom they are addressed. If this message has been sent to you in error, you must not copy, distribute or disclose of the information it contains. Please notify Entrust immediately and delete the message from your system. _______________________________________________ busybox mailing list [email protected] https://lists.busybox.net/mailman/listinfo/busybox
