BlackStonedLover / fluxcp

Automatically exported from code.google.com/p/fluxcp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Character Preferences Form Does Not Work #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Visit the character preferences page of a character (ie. /fluxcp/
character/prefs/?id=150000)
2. Submit the form using the "Modify preferences" button

What is the expected output? What do you see instead?
It is expected that the settings should be saved. Instead an 
"unauthorized" error is received which redirects to the main page.

What version of the product are you using? On what operating system?
Latest fluxcp-1.0 (r945)

Please provide any additional information below.
This is a fault in the file 'themes/default/character/prefs.php'.
Line 8 is: <form method="<?php echo $this->urlWithQs ?>" method="post" 
class="generic-form">
It should be: <form action="<?php echo $this->urlWithQs ?>" method="post" 
class="generic-form">

Original issue reported on code.google.com by spo...@gmail.com on 6 Dec 2009 at 1:01

GoogleCodeExporter commented 8 years ago

Original comment by Paradox924X on 6 Apr 2010 at 7:12

GoogleCodeExporter commented 8 years ago

Original comment by Paradox924X on 6 Apr 2010 at 7:16