
bugs at lists
Mar 31, 2009, 12:04 PM
Post #1 of 1
(480 views)
Permalink
|
|
[Bug 1454] New: Firefox can no longer add elements in Trunk
|
|
http://bugs.bricolage.cc/show_bug.cgi?id=1454 Summary: Firefox can no longer add elements in Trunk Product: Bricolage Version: 1.11.1 - Developer Release Platform: All OS/Version: All Status: NEW Severity: normal Priority: P1 Component: Workflow AssignedTo: bugs [at] lists ReportedBy: rolfm [at] denison Firefox 3.x is unable to add elements in trunk (safari still works). This didn't happen until we upgraded to the latest version of trunk from no earlier than Rev. 8502. The sack trace: <pre>DBD::Pg::st execute failed: ERROR: null value in column "displayed" violates not-null constraint [.for Statement " UPDATE story_element SET element_type__id = ?, object_instance_id = ?, parent_id = ?, place = ?, object_order = ?, displayed = ?, related_story__id = ?, related_media__id = ?, active = ? WHERE id = ? " with ParamValues: 1='6', 2='1026', 3='1063', 4='0', 5=' ;1', 6=undef, 7=undef, 8=undef, 9='1', 10='1087'] at /usr/local/bricolage/lib/Bric /Util/DBI.pm line 1136, <GEN1> line 695. </pre> <div class="debug"> <h3 class="show"><a href="#" onclick="Element.addClassName(this.parentNode.parentNode, 'expanded'); return false">View Error Details</a></h3> <h3 class="hide">Error Details <a href="#" onclick="Element.removeClassName(this.parentNode.parentNode , 'expanded'); return false">(hide)</a></h3> <div class="content"> <dl> <dt>Fault Class</dt> <dd>Bric::Util::Fault::Exception::DA</dd> <dt>Description</dt> <dd>Data Access Exception</dd> <dt>Timestamp</dt> <dd>2009-03-31 12:00:27.000000</dd> <dt>Package</dt> <dd>Bric::Util::DBI</dd> <dt>Filename</dt> <dd>/usr/local/bricolage/lib/Bric/Util/DBI.pm</dd> <dt>Line</dt> <dd>1137</dd> </dl> <p><b>Stack:</b></p> <pre>Trace begun at /usr/local/bricolage/lib/Bric/Util/DBI.pm line 1137 Bric::Util::DBI::execute('DBI::st=HASH(0xac00ea0)', 6, 1026, 1063, 0, 1, undef, undef, undef, 1, 1087 ) called at /usr/local/bricolage/lib/Bric/Biz/Element/Container.pm line 2183 Bric::Biz::Element::Container::_do_update('Bric::Biz::Element::Container=HASH(0xab61370)') called at /usr/local/bricolage/lib/Bric/Biz/Element/Container.pm line 1804 Bric::Biz::Element::Container::save('Bric::Biz::Element::Container=HASH(0xab61370)') called at /usr/local /bricolage/lib/Bric/Biz/Element/Container.pm line 2213 Bric::Biz::Element::Container::_sync_elements('Bric::Biz::Element::Container=HASH(0xaae9b00)') called at /usr/local/bricolage/lib/Bric/Biz/Element/Container.pm line 1810 Bric::Biz::Element::Container::save('Bric::Biz::Element::Container=HASH(0xaae9b00)') called at /usr/local /bricolage/lib/Bric/App/Callback/ContainerProf.pm line 156 Bric::App::Callback::ContainerProf::add_element('Bric::App::Callback::ContainerProf=HASH(0x9308e40)' ) called at /usr/pkg/lib/perl5/site_perl/5.10.0/Params/CallbackRequest.pm line 296 eval {...} at /usr/pkg/lib/perl5/site_perl/5.10.0/Params/CallbackRequest.pm line 286 Params::CallbackRequest::request('Params::CallbackRequest=HASH(0x93030a0)', 'HASH(0xa46cf70)', 'requester' , 'MasonX::Interp::WithCallbacks=HASH(0xaadff20)', 'apache_req', 'Apache2::Request=SCALAR(0xab05930)' ) called at /usr/pkg/lib/perl5/site_perl/5.10.0/MasonX/Interp/WithCallbacks.pm line 119 MasonX::Interp::WithCallbacks::make_request('MasonX::Interp::WithCallbacks=HASH(0xaadff20)', 'comp', '/widgets/container_prof/container.html', 'args', 'ARRAY(0xab5e9f0)', 'ah', 'HTML::Mason::ApacheHandler =HASH(0xaacfcb0)', 'apache_req', 'Apache2::Request=SCALAR(0xab05930)') called at /usr/pkg/lib/perl5/site_perl /5.10.0/HTML/Mason/ApacheHandler.pm line 868 eval {...} at /usr/pkg/lib/perl5/site_perl/5.10.0/HTML/Mason/ApacheHandler.pm line 867 HTML::Mason::ApacheHandler::prepare_request('HTML::Mason::ApacheHandler=HASH(0xaacfcb0)', 'Apache2::RequestRec =SCALAR(0x823e7c0)') called at /usr/pkg/lib/perl5/site_perl/5.10.0/HTML/Mason/ApacheHandler.pm line 822 HTML::Mason::ApacheHandler::handle_request('HTML::Mason::ApacheHandler=HASH(0xaacfcb0)', 'Apache2::RequestRec =SCALAR(0x823e7c0)') called at /usr/local/bricolage/lib/Bric/App/Handler.pm line 309 eval {...} at /usr/local/bricolage/lib/Bric/App/Handler.pm line 298 Bric::App::Handler::handler('Apache2::RequestRec=SCALAR(0x823e7c0)') called at -e line 0 eval {...} at -e line 0 </pre> </div> </div> <p>Please report this error to your administrator. It may be helpful to include the error details in your report.</p> -- Configure bugmail: http://bugs.bricolage.cc/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
|