Application error #29 when creating note with private checked.

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
JLi
Posts: 9
Joined: 26 Jun 2018, 12:12

Application error #29 when creating note with private checked.

Post by JLi »

MantisBT Version 2.15.0
PHP Version 7.0.27
MantisBT Database Information
Schema Version 209
ADOdb Version 5.20.12

When I try to create a private note I get the following error:

APPLICATION ERROR #29

Invalid value for 'files'

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.

And the trace:

Detailed error information
Full path: /opt/bitnami/apps/mantis/htdocs/core/error_api.php
Line number: 85
Stack trace
# Filename Line Class Type Function Args
0 /opt/bitnami/apps/mantis/htdocs/core/commands/Command.php 136 IssueNoteAddCommand -> validate -
1 /opt/bitnami/apps/mantis/htdocs/bugnote_add.php 77 Command -> execute -

If I create a note and then make it private it works as intended. Anyone got any ideas?
JLi
Posts: 9
Joined: 26 Jun 2018, 12:12

Re: Application error #29 when creating note with private checked.

Post by JLi »

I solved this by myself. The problem was that the site for some reason was expecting to use HTTPS. I was going to configure that but hadn't gotten around to it yet.

Once the certificate was in place everything worked.
sintaq
Posts: 70
Joined: 12 Oct 2017, 11:38

Re: Application error #29 when creating note with private checked.

Post by sintaq »

i'm experiencing the same problem here with mantis v2.22.1. the objective is to create private note with attachment.

1) create note
2) check private check box
3) try attach file (either via dropbox or normal dialogbox selection). it doesnt get uploaded

i have to, uncheck private box and the uploading successful. then i have to make it private from activities list
JLi
Posts: 9
Joined: 26 Jun 2018, 12:12

Re: Application error #29 when creating note with private checked.

Post by JLi »

Did you configure the site to use HTTPS?
Post Reply