You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I attached the image in Description and submit the issue at that getting below error
Uploaded file could not be moved to the file storage directory. Directory either does not exist or not writable to webserver.
Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section.
APPLICATION ERROR #401
Database query failed. Error received from database was #1054: Unknown column 'bugnote_id' in 'field list' for the query: SELECT id, title, diskfile, filename, filesize, file_type, date_added, user_id, bugnote_id
FROM mantis_bug_file_table
WHERE bug_id=? AND title <> 'Pasted by TinyMCE' ORDER BY date_added.
Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: