Getting undef error on search
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
People
(Reporter: devalias, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.123 Safari/537.36
Steps to reproduce:
just a search.
Actual results:
undef error - Validation failed for type named NonEmptyStr declared in package Specio::Library::String (/var/opt/content-8000/bugzilla/lib/Specio/Library/String.pm) at line 46 in sub named (eval) with value DateTime::TimeZone::America::Los_Angeles={ is_olson: 1, last_observance: DateTime::TimeZone::Olso... Trace begun at Specio::Exception->new line 57 Specio::Exception::throw('Specio::Exception', 'message', 'Validation failed for type named NonEmptyStr declared in package Specio::Library::String (/var/opt/content-8000/bugzilla/lib/Specio/Library/String.pm) at line 46 in sub named (eval) with value DateTime::TimeZone::America::Los_Angeles={ is_olson: 1, last_observance: DateTime::TimeZone::Olso...', 'type', 'Specio::Constraint::Simple=HASH(0x56542955f018)', 'value', 'DateTime::TimeZone::America::Los_Angeles=HASH(0x56542e579350)') called at (eval 213) line 82 DateTime::TimeZone::_check_new_params('name', 'DateTime::TimeZone::America::Los_Angeles=HASH(0x56542e579350)') called at /var/opt/content-8000/bugzilla/lib/DateTime/TimeZone.pm line 55 DateTime::TimeZone::new('DateTime::TimeZone', 'name', 'DateTime::TimeZone::America::Los_Angeles=HASH(0x56542e579350)') called at /var/opt/content-8000/bugzilla/Bugzilla/User.pm line 849 Bugzilla::User::timezone('Bugzilla::User=HASH(0x56542dcfba68)') called at /var/opt/content-8000/bugzilla/Bugzilla/Util.pm line 673 Bugzilla::Util::datetime_from('Thu Oct 15 06:53:33 2020', undef) called at /var/opt/content-8000/bugzilla/Bugzilla/Util.pm line 603 Bugzilla::Util::format_time('Thu Oct 15 06:53:33 2020', '%a %b %e %Y %T %Z', undef) called at /var/opt/content-8000/bugzilla/Bugzilla/Template.pm line 938 Bugzilla::Template::ANON('Thu Oct 15 06:53:33 2020') called at /var/opt/content-8000/bugzilla/template/en/default/list/list.html.tmpl line 88 eval {...} at /var/opt/content-8000/bugzilla/template/en/default/list/list.html.tmpl line 18 Template::Provider::ANON('Bugzilla::Template::Context=HASH(0x56542dcea208)') called at /usr/local/lib/x86_64-linux-gnu/perl/5.22.1/Template/Document.pm line 162 eval {...} at /usr/local/lib/x86_64-linux-gnu/perl/5.22.1/Template/Document.pm line 160 Template::Document::process('Template::Document=HASH(0x56542de10c90)', 'Bugzilla::Template::Context=HASH(0x56542dcea208)') called at /usr/local/lib/x86_64-linux-gnu/perl/5.22.1/Template/Context.pm line 352 eval {...} at /usr/local/lib/x86_64-linux-gnu/perl/5.22.1/Template/Context.pm line 322 Template::Context::process('Bugzilla::Template::Context=HASH(0x56542dcea208)', 'Template::Document=HASH(0x56542de10c90)') called at /var/opt/content-8000/bugzilla/Bugzilla/Template/Context.pm line 36 Bugzilla::Template::Context::process('Bugzilla::Template::Context=HASH(0x56542dcea208)', 'Template::Document=HASH(0x56542de10c90)') called at /usr/local/lib/x86_64-linux-gnu/perl/5.22.1/Template/Service.pm line 94 eval {...} at /usr/local/lib/x86_64-linux-gnu/perl/5.22.1/Template/Service.pm line 91 Template::Service::process('Template::Service=HASH(0x56542dcf1e80)', 'list/list.html.tmpl', 'HASH(0x565428c43270)') called at /usr/local/lib/x86_64-linux-gnu/perl/5.22.1/Template.pm line 66 Template::process('Bugzilla::Template=HASH(0x56542dc87378)', 'list/list.html.tmpl', 'HASH(0x565428c43270)') called at /var/opt/content-8000/bugzilla/Bugzilla/Template.pm line 725 Bugzilla::Template::process('Bugzilla::Template=HASH(0x56542dc87378)', 'list/list.html.tmpl', 'HASH(0x565428c43270)') called at /var/opt/content-8000/bugzilla/buglist.cgi line 1157 ModPerl::ROOT::Bugzilla::ModPerl::ResponseHandler::var_opt_content_2d8000_bugzilla_buglist_2ecgi::handler('Apache2::RequestRec=SCALAR(0x56542ce0d3e8)') called at /usr/lib/x86_64-linux-gnu/perl5/5.22/ModPerl/RegistryCooker.pm line 207 eval {...} at /usr/lib/x86_64-linux-gnu/perl5/5.22/ModPerl/RegistryCooker.pm line 207 ModPerl::RegistryCooker::run('Bugzilla::ModPerl::ResponseHandler=HASH(0x565428e176a8)') called at /usr/lib/x86_64-linux-gnu/perl5/5.22/ModPerl/RegistryCooker.pm line 173 ModPerl::RegistryCooker::default_handler('Bugzilla::ModPerl::ResponseHandler=HASH(0x565428e176a8)') called at /usr/lib/x86_64-linux-gnu/perl5/5.22/ModPerl/Registry.pm line 32 ModPerl::Registry::handler('Bugzilla::ModPerl::ResponseHandler', 'Apache2::RequestRec=SCALAR(0x56542ce0d3e8)') called at /var/opt/content-8000/bugzilla/mod_perl.pl line 140 Bugzilla::ModPerl::ResponseHandler::handler('Bugzilla::ModPerl::ResponseHandler', 'Apache2::RequestRec=SCALAR(0x56542ce0d3e8)') called at -e line 0 eval {...} at -e line 0
Expected results:
return search results.
Comment 1•5 years ago
|
||
Was this on your own Bugzilla site or on someone else's?
my own. I was able to get it working , thanks for the follow up.
Description
•