View Issue Details

IDProjectCategoryView StatusLast Update
0024398mantisbttaggingpublic2018-06-06 00:39
ReporterPedro Ribeiro Assigned Toatrol  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version2.13.0 
Target Version2.15.0Fixed in Version2.15.0 
Summary0024398: Exception Missing Class
Description

The error happens when someone tries to submit a Bug Report and writes a new Tag in the Tag Field, fills in the mandatory fields and submits it. The following erros happens:

PHP Fatal error: Class 'ClientException' not found in /var/autofs/sites/erlogfssites/erlogtracking_mantis/mantisbt-2.14.0/api/soap/mc_tag_api.php on line 162, referer: http://tracking.erlog.pt/bug_report_page.php

Added "use Mantis\Exceptions\ClientException;" to top of file and fixed it.

No thanks needed. ;)

TagsNo tags attached.

Activities

atrol

atrol

2018-05-03 15:05

developer   ~0059733

No thanks needed. ;)

Thanks ;)

PR https://github.com/mantisbt/mantisbt/pull/1346

atrol

atrol

2018-05-03 15:11

developer   ~0059734

Regression introduced by MantisBT master 10c08145

Related Changesets

MantisBT: master 3812c5f6

2018-05-03 11:02

atrol


Details Diff
Fix Class 'ClientException' not found in tag api

Fixes 0024398
Affected Issues
0024398
mod - api/soap/mc_tag_api.php Diff File

MantisBT: master 7aa805ea

2018-05-06 02:21

atrol


Details Diff
Fix Class 'ClientException' not found in issue api

Issue 0024398
Affected Issues
0024398
mod - api/soap/mc_issue_api.php Diff File