View Issue Details

IDProjectCategoryView StatusLast Update
0019926Plugin - EmailReportingGeneralpublic2016-07-22 20:06
ReporterAlexYarmoshko Assigned ToSL-Gundam  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
OSWin 2008 x64OS Version2008 
Summary0019926: Error when submitting a bug by email (via EmailReporting) due to the change in the "core/database_api" line 761
Description

Upgraded to 1.2.19 and EmailReporting has stopped working. I have trace it to the following change:

"core/database_api.php" line 761

function db_prepare_binary_string( $p_string ) {

....
default:

  • return $p_string;

  • return '\'' . db_prepare_string( $p_string ) . '\'';

Otherwise any non-trivial attachment like JPeg or Email fails to be attached.

TagsNo tags attached.

Relationships

related to 0012955 closeddregad mantisbt After updating a project documentation the file is damaged 

Activities

SL-Gundam

SL-Gundam

2015-08-29 17:29

manager   ~0051328

Last edited: 2015-09-02 08:55

Tried to reproduce this.

Worked fine for me

Can you reproduce this? take a screenshot of the error and add it this issue. Please make sure that the screenshot includes the stacktrace

SL-Gundam

SL-Gundam

2015-12-03 11:23

manager   ~0052005

It seems the MantisBT team fix this already