APPLICATION ERROR #2800

Get help from other users here.

Moderators: Developer, Contributor

makarand
Posts: 1
Joined: 10 Nov 2008, 09:57

APPLICATION ERROR #2800

Post 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
hybris
Posts: 1
Joined: 12 Nov 2008, 12:44

Re: APPLICATION ERROR #2800

Post by hybris »

same here
frank2008
Posts: 6
Joined: 06 Nov 2008, 13:14

Re: APPLICATION ERROR #2800

Post 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!
plegall
Posts: 4
Joined: 13 Nov 2008, 09:57

Re: APPLICATION ERROR #2800

Post 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
plegall
Posts: 4
Joined: 13 Nov 2008, 09:57

Re: APPLICATION ERROR #2800

Post 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
sethgross
Posts: 5
Joined: 20 Nov 2008, 04:42

Re: APPLICATION ERROR #2800

Post 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.
vboctor
Site Admin
Posts: 1293
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Re: APPLICATION ERROR #2800

Post by vboctor »

You can download the latest stable release + fixes from http://git.mantisbt.org

Click on the 1.1.x at the top.
Migrate your MantisBT to the MantisHub Cloud
Olger
Posts: 1
Joined: 20 Nov 2008, 10:46

Re: APPLICATION ERROR #2800

Post by Olger »

When will there be a .zip file which includes 1.1.4 and the fix for this problem?
jon.flowers
Posts: 1
Joined: 20 Nov 2008, 10:55

Re: APPLICATION ERROR #2800

Post 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
sethgross
Posts: 5
Joined: 20 Nov 2008, 04:42

Re: APPLICATION ERROR #2800

Post by sethgross »

Thank you, that worked.
sethgross
Posts: 5
Joined: 20 Nov 2008, 04:42

Re: APPLICATION ERROR #2800

Post 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.
sethgross
Posts: 5
Joined: 20 Nov 2008, 04:42

Re: APPLICATION ERROR #2800

Post 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.
MartinB
Posts: 1
Joined: 21 Nov 2008, 16:37

Re: APPLICATION ERROR #2800

Post 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
sethgross
Posts: 5
Joined: 20 Nov 2008, 04:42

Re: APPLICATION ERROR #2800

Post 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.
larrysu
Posts: 1
Joined: 26 Nov 2008, 10:31

Re: APPLICATION ERROR #2800

Post by larrysu »

Mantis 1.1.5 can resolve this problem! I've already tested. :lol:
Post Reply