[Tickets #9289] Re: Cannot save preferences after upgrade to 1.2.7. We cannot verify that this request was really sent by you. It could be a malicious request.

bugs at horde.org bugs at horde.org
Fri Oct 8 17:18:42 UTC 2010


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/9289
------------------------------------------------------------------------------
  Ticket             | 9289
  Updated By         | software-horde at interfasys.ch
  Summary            | Cannot save preferences after upgrade to 1.2.7. We
                     | cannot verify that this request was really sent by you.
                     | It could be a malicious request.
  Queue              | Horde Groupware Webmail Edition
  Version            | 1.2.7
  Type               | Bug
  State              | Unconfirmed
  Priority           | 3. High
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


software-horde at interfasys.ch (2010-10-08 13:18) wrote:

Nice catch!
Our server doesn't support the php short tag :)

I can confirm that the error message doesn't go away.

Also, I didn't find any other short tags in the code.


> I have the same issue since I have upgraded my webmail to the 1.2.7 version.
>
> In the templates/prefs/begin.inc file, I have change this line :
> <input type="hidden" name="horde_prefs_token" value="<? echo  
> Horde::getRequestToken('horde_prefs') ?>" />
>
> by :
> <input type="hidden" name="horde_prefs_token" value="<?php echo  
> Horde::getRequestToken('horde_prefs') ?>" />
>
> Now, users can change their preferences, but the error message does  
> not disappear..
>
> Best regards.
>







More information about the bugs mailing list