[wp-trac] [WordPress Trac] #51391: OperationalError: database is locked

WordPress Trac noreply at wordpress.org
Thu Sep 24 22:43:25 UTC 2020


#51391: OperationalError: database is locked
--------------------------+-----------------------------
 Reporter:  sproutchris   |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 Just trying to update the title of my ticket and got this Trac error.



 ==== How to Reproduce ====

 While doing a POST operation on `/ticket/51390`, Trac issued an internal
 error.

 ''(please provide additional details here)''

 Request parameters:
 {{{
 {u'__FORM_TOKEN': u'5f58713e3435eda5479f771b',
  u'action': u'leave',
  u'action_dupe': u'',
  u'action_resolve_resolve_resolution': u'invalid',
  u'comment': u'',
  u'field_component': u'General',
  u'field_focuses': u'',
  u'field_keywords': u'',
  u'field_severity': u'normal',
  u'field_summary': u'PHP error: Trying to access array offset on value of
 type bool in /wp-admin/includes/meta-boxes.php on line 482',
  u'field_type': u'defect (bug)',
  u'field_version': u'5.5.1',
  'id': u'51390',
  u'replyto': u'',
  u'sfp_email': u'',
  u'sfph_mail': u'',
  u'start_time': u'1600983570969048',
  u'submit': u'Add Comment',
  u'view_time': u'1600983570969048'}
 }}}

 User agent: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6)
 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36`

 ==== System Information ====
 ''System information not available''

 ==== Enabled Plugins ====
 ''Plugin information not available''

 ==== Interface Customization ====
 ''Interface customization information not available''

 ==== Python Traceback ====
 {{{
 Traceback (most recent call last):
   File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 623, in
 _dispatch_request
     dispatcher.dispatch(req)
   File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 239, in
 dispatch
     resp = chosen_handler.process_request(req)
   File "build/bdist.linux-x86_64/egg/trac/ticket/web_ui.py", line 174, in
 process_request
     return self._process_ticket_request(req)
   File "build/bdist.linux-x86_64/egg/trac/ticket/web_ui.py", line 664, in
 _process_ticket_request
     self._do_save(req, ticket, action)
   File "build/bdist.linux-x86_64/egg/trac/ticket/web_ui.py", line 1431, in
 _do_save
     replyto=req.args.get('replyto'))
   File "build/bdist.linux-x86_64/egg/trac/ticket/model.py", line 390, in
 save_changes
     """, (self.id, when_ts, author, cnum, comment))
   File "build/bdist.linux-x86_64/egg/trac/db/api.py", line 155, in
 __exit__
     self.db.commit()
 OperationalError: database is locked
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/51391>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list