Open dipakkumar1225 opened 4 months ago
Field bugnote_id was added in version 2.23.0 . Please upgrade to the latest version. Second possibility is saving images directly in notes fields. Please remove patch from bug_api.php Unfortunately this way increases database size.
Third solution is modify VEditor.php and remove bugnote_id from field list in SQL query. (function veditor_bug_get_attachments, line 524) I'm not sure version 2.5.1 has global $g_cache_bug_attachments code. Please insert only code between #VEditor marks. Please check if this project has set valid path for attachments.
APPLICATION ERROR #505
I am using MantisBT Core 2.5.1
When I attached the image in Description and submit the issue at that getting below error
Changes done in config_inc.php $g_custom_headers = array( "Content-Security-Policy: " . "frame-src http://gist-it.appshot.com/ 'self'; " . "img-src https://img.shields.io/ https://secure.gravatar.com/ 'self' blob: data:; " . "default-src 'self' ; " . "frame-ancestors 'self'; " . "font-src 'self'; " . "style-src 'self' 'unsafe-inline' ; " . "script-src https://cdnjs.cloudflare.com/ http://gist-it.appspot.com/ 'self' 'unsafe-inline'" );
Changes Done in bug_api.php
on edit the issue getting below error