[wp-trac] [WordPress Trac] #27842: Exception: Invalid ticket ID specified. Can't mark as duplicate.
WordPress Trac
noreply at wordpress.org
Wed Apr 16 19:03:47 UTC 2014
#27842: Exception: Invalid ticket ID specified. Can't mark as duplicate.
--------------------------+-----------------------------
Reporter: CENTRMEDIA | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.5
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
==== How to Reproduce ====
While doing a POST operation on `/ticket/27841`, Trac issued an internal
error.
''(please provide additional details here)''
Request parameters:
{{{
{'__FORM_TOKEN': u'94be810bab584d6030411c72',
'action': u'duplicate',
'action_dupe': u'centrmedia',
'comment': u'Replying to [ticket:27841 nofearinc]:\r\n> When adding the
Custom Menu widget on a clean 3.9 install without custom menus created
upfront, two PHP notices are triggered:\r\n> \r\n> PHP Notice:
Undefined index: title in /opt/lampp/htdocs/wp39/wp-includes/default-
widgets.php on line 1326, referer: http://localhost/wp39/wp-
admin/widgets.php\r\n> PHP Notice: Undefined index: nav_menu in
/opt/lampp/htdocs/wp39/wp-includes/default-widgets.php on line 1327,
referer: http://localhost/wp39/wp-admin/widgets.php\r\n> \r\n> Adding an
`isset()` check with default values before populating.\r\n',
'field_component': u'Widgets',
'field_focuses': u'',
'field_keywords': u'needs-patch dev-feedback reporter-feedback needs-
testing needs-unit-tests needs-docs ui-feedback',
'field_severity': u'minor',
'field_summary': u'Fix Custom Menu save notices when there are no menus
created',
'field_type': u'defect (bug)',
'field_version': u'trunk',
'id': u'27841',
'replyto': u'description',
'sfp_email': u'',
'sfph_mail': u'',
'start_time': u'1397673927528753',
'submit': u'Submit changes',
'view_time': u'1397673927528753'}
}}}
User agent: `Mozilla/5.0 (Windows NT 6.2; WOW64; rv:28.0) Gecko/20100101
Firefox/28.0`
==== System Information ====
''System information not available''
==== Enabled Plugins ====
''Plugin information not available''
==== Python Traceback ====
{{{
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-
packages/Trac-1.0.1-py2.7.egg/trac/web/main.py", line 497, in
_dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.7/dist-
packages/Trac-1.0.1-py2.7.egg/trac/web/main.py", line 214, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/local/lib/python2.7/dist-
packages/Trac-1.0.1-py2.7.egg/trac/ticket/web_ui.py", line 179, in
process_request
return self._process_ticket_request(req)
File "/usr/local/lib/python2.7/dist-
packages/Trac-1.0.1-py2.7.egg/trac/ticket/web_ui.py", line 591, in
_process_ticket_request
action)
File "/usr/local/lib/python2.7/dist-
packages/Trac-1.0.1-py2.7.egg/trac/ticket/web_ui.py", line 1376, in
get_ticket_changes
selected_action)
File "/usr/local/lib/python2.7/dist-packages/TracDuplicates-0
.11_wordpress-py2.7.egg/tracduplicates/web_ui.py", line 60, in
get_ticket_changes
raise Exception("Invalid ticket ID specified. Can't mark as
duplicate.")
Exception: Invalid ticket ID specified. Can't mark as duplicate.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27842>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list