Page 1 of 2

APPLICATION ERROR #2800

Posted: 10 Nov 2008, 10:01
by makarand
Hi
I am getting following error when i installed new mantis 1.1.4 version. Not able to login to mantis with any new users created.

APPLICATION ERROR #2800

Invalid form security token. Did you submit the form twice by accident?

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.

Makarand

Re: APPLICATION ERROR #2800

Posted: 12 Nov 2008, 12:45
by hybris
same here

Re: APPLICATION ERROR #2800

Posted: 13 Nov 2008, 07:13
by frank2008
Same problem. We have updated to latest 1.1.4 (from 16th Oct). Reset Password, Forgot Password and Create new User run into this problem.
I read in a developer forum, that this is a bug in 1.1.4-r1 and is already fixed in 1.1.4-r2 that is also classified as stable release. But I did not found a download of this release. PLEASE HELP!

Re: APPLICATION ERROR #2800

Posted: 13 Nov 2008, 10:02
by plegall
Same problem.

Here is what I've done to fix the problem:

Code: Select all

$ svn diff -r5692:5723 https://mantisbt.svn.sourceforge.net/svnroot/mantisbt/branches/BRANCH_1_1_0/mantisbt > /tmp/5692to5723.diff
$ svn diff -r5729:HEAD https://mantisbt.svn.sourceforge.net/svnroot/mantisbt/branches/BRANCH_1_1_0/mantisbt > /tmp/5729toHEAD.diff
$ cd /path/to/my/mantis1.1.4
$ patch -p0 < /tmp/5692to5723.diff
$ patch -p0 < /tmp/5729toHEAD.diff
I wanted to avoid revisions between 5724 and 5728 because they were only about localizations (I use only the english strings) and were bringing many changes (useless to fix this bug).

Such commands are not easy to apply, so I hope Mantis team will soon provide 1.1.5

Re: APPLICATION ERROR #2800

Posted: 13 Nov 2008, 10:04
by plegall
Same problem.

Here is what I've done to fix the problem:

Code: Select all

$ svn diff -r5692:5723 https://mantisbt.svn.sourceforge.net/svnroot/mantisbt/branches/BRANCH_1_1_0/mantisbt > /tmp/5692to5723.diff
$ svn diff -r5729:HEAD https://mantisbt.svn.sourceforge.net/svnroot/mantisbt/branches/BRANCH_1_1_0/mantisbt > /tmp/5729toHEAD.diff
$ cd /path/to/my/mantis1.1.4
$ patch -p0 < /tmp/5692to5723.diff
$ patch -p0 < /tmp/5729toHEAD.diff
I wanted to avoid revisions between 5724 and 5728 because they were only about localizations (I use only the english strings) and were bringing many changes (useless to fix this bug).

Such commands are not easy to apply, so I hope Mantis team will soon provide 1.1.5

Re: APPLICATION ERROR #2800

Posted: 20 Nov 2008, 04:48
by sethgross
Ok, so this is great. I had used Mantis before and was happy, and now I find that the GA release is non functional without hacks?!?! I don't have shell /command line access to run the patch commands so what do I do? According to the bug this seemed to be fixed in October and yet it is still not released. Is there an available work around or should I just go with other software. This is very disappointing.

Re: APPLICATION ERROR #2800

Posted: 20 Nov 2008, 05:09
by vboctor
You can download the latest stable release + fixes from http://git.mantisbt.org

Click on the 1.1.x at the top.

Re: APPLICATION ERROR #2800

Posted: 20 Nov 2008, 10:48
by Olger
When will there be a .zip file which includes 1.1.4 and the fix for this problem?

Re: APPLICATION ERROR #2800

Posted: 20 Nov 2008, 11:00
by jon.flowers
I have downloaded the latest git for 1.1.4 and still no go with this problem. I now no longer see that the system is trying to destroy an unregistered session but still can't activeate/change password or use any new user account. All old accounts work fine, but I can't not create any new ones. Since I am in a production world for my company was wondering if a fix is coming soon. Thanks

Re: APPLICATION ERROR #2800

Posted: 20 Nov 2008, 15:13
by sethgross
Thank you, that worked.

Re: APPLICATION ERROR #2800

Posted: 21 Nov 2008, 15:54
by sethgross
Ugh, now I am getting it in other parts of the application. I can't submit more than one bug without that error.

Re: APPLICATION ERROR #2800

Posted: 21 Nov 2008, 16:20
by sethgross
For the fix, I just uploaded the 1.1.2 code and everything seems to be running smoothly (crossed fingers). I think you guys should take down 1.1.4 until the bugs are worked out. Just my 2 cents.

Re: APPLICATION ERROR #2800

Posted: 21 Nov 2008, 16:41
by MartinB
please forgive me if I might ask a silly question: I have exactly the problem that was reported here, too. I have a fresh MANTIS install (1.1.4) on a webspace - so I cannot execute any commands here. How can I fix the problem? are there any modifications I can do to php files to fix it? are there fixed php files available for download somewhere?
Thank you,

Martin

Re: APPLICATION ERROR #2800

Posted: 22 Nov 2008, 14:45
by sethgross
vboctor wrote:You can download the latest stable release + fixes from http://git.mantisbt.org

Click on the 1.1.x at the top.
This post seems to indicate that it fixes the problem by downloading 1.1.x, but it didn't work for me. 1.1.5 is released and you may try that. If that doesn't work, just download 1.1.2 like I did ( http://sourceforge.net/project/showfile ... _id=166159 ) and replace all the files.

Re: APPLICATION ERROR #2800

Posted: 26 Nov 2008, 10:34
by larrysu
Mantis 1.1.5 can resolve this problem! I've already tested. :lol: