<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>SyncML delete prefs form token issue</title> 
  <pubDate>Sat, 04 Apr 2026 17:18:06 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/9349</link> 
  <atom:link rel="self" type="application/rss+xml" title="SyncML delete prefs form token issue" href="https://bugs.horde.org/ticket/9349/rss" /> 
  <description>SyncML delete prefs form token issue</description> 
 
   
   
  <item> 
   <title>From Ticket #9289:

Unfortunately after upgrade I still ge</title> 
   <description>From Ticket #9289:

Unfortunately after upgrade I still get &quot;We cannot verify that this 
request...&quot; when trying to delete sync sessions from 
Horde/Options/SyncML.

Oct 27 22:23:28 direwolf horde[8584]: [horde] Backend of class 
SyncML_Backend_Horde created [pid 8584 on line 287 of 
&quot;/usr/local/www/horde/lib/SyncML/Backend.php&quot;]
Oct 27 22:23:28 direwolf horde[8584]: [horde] We cannot verify that 
this request was really sent by you. It could be a malicious request. 
If you intended to perform this action, you can retry it now. [pid 
8584 on line 176 of &quot;/usr/local/www/horde/lib/Horde/Notification.php&quot;]
Oct 27 22:23:28 direwolf horde[8584]: [horde] SQL Query by 
SyncML_Backend_Horde::getUserAnchors(): SELECT syncml_syncpartner, 
syncml_db, syncml_clientanchor, syncml_serveranchor FROM 
horde_syncml_anchors WHERE syncml_uid = ?, values: peo [pid 8584 on 
line 650 of &quot;/usr/local/www/horde/lib/SyncML/Backend/Horde.php&quot;]</description> 
   <pubDate>Thu, 28 Oct 2010 22:33:36 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9349#t60674</link> 
  </item> 
   
  <item> 
   <title>I don&#039;t see this. I can delete individual sync anchors and a</title> 
   <description>I don&#039;t see this. I can delete individual sync anchors and all anchors at once just fine.</description> 
   <pubDate>Thu, 04 Nov 2010 11:12:21 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9349#t60717</link> 
  </item> 
   
  <item> 
   <title>Going to mark as not a bug since it can&#039;t be replicated.</title> 
   <description>Going to mark as not a bug since it can&#039;t be replicated.</description> 
   <pubDate>Mon, 08 Nov 2010 21:12:07 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9349#t60776</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git for this ticket:

Bug #9349: F</title> 
   <description>Changes have been made in Git for this ticket:

Bug #9349: Fix new subfolder doesn&#039;t show in folder list
Problem only occurred if all (unsubscribed) folders are viewed.
hasChildren() was always returning true because we created the parent
element before making the initial hasChildren() check.  Need to check
for children before this.

http://git.horde.org/horde-git/-/commit/245d08ddc7d2f1b0d72eee0b3f96ebc164534899</description> 
   <pubDate>Thu, 20 Jan 2011 05:02:19 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9349#t61496</link> 
  </item> 
   
  <item> 
   <title>&gt; Changes have been made in Git for this ticket:

Wrong bu</title> 
   <description>&gt; Changes have been made in Git for this ticket:

Wrong bug report.</description> 
   <pubDate>Thu, 20 Jan 2011 05:02:46 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9349#t61497</link> 
  </item> 
   
  <item> 
   <title>&gt; Going to mark as not a bug since it can&#039;t be replicated.
</title> 
   <description>&gt; Going to mark as not a bug since it can&#039;t be replicated.

I can reproduce this issue on horde 3.3.11 - simply need to click &quot;Delete&quot; for any sync session or &quot;Delete all&quot; in SyncML options page.

What additional information to provide?</description> 
   <pubDate>Wed, 22 Jun 2011 19:10:32 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9349#t65787</link> 
  </item> 
   
  <item> 
   <title>Same here, also with Horde 3.3.11</title> 
   <description>Same here, also with Horde 3.3.11</description> 
   <pubDate>Tue, 28 Jun 2011 15:57:25 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9349#t65931</link> 
  </item> 
   
  <item> 
   <title>&gt; What additional information to provide?
You could check i</title> 
   <description>&gt; What additional information to provide?
You could check if you have a hidden horde_prefs_token field in the forms on that preference page.</description> 
   <pubDate>Tue, 28 Jun 2011 16:22:45 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9349#t65933</link> 
  </item> 
   
  <item> 
   <title>&gt; You could check if you have a hidden horde_prefs_token fie</title> 
   <description>&gt; You could check if you have a hidden horde_prefs_token field in the 
&gt; forms on that preference page.

I have one, but it has no value because there is a short open tag  that is not interpreted anymore on my server.

So, changing line 35 in templates/syncml/syncml.inc to

&gt; &lt;input type=&quot;hidden&quot; value=&quot;&lt;?php echo Horde::getRequestToken(&#039;horde_prefs&#039;) 
&gt; ?&gt;&quot; name=&quot;horde_prefs_token&quot;&gt;

fixed the problem for me.</description> 
   <pubDate>Tue, 28 Jun 2011 17:45:01 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9349#t65952</link> 
  </item> 
   
  <item> 
   <title>&gt; So, changing line 35 in templates/syncml/syncml.inc to

</title> 
   <description>&gt; So, changing line 35 in templates/syncml/syncml.inc to

There is another short open tag in that file on line 51</description> 
   <pubDate>Tue, 28 Jun 2011 17:53:06 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9349#t65953</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

Fix deleting</title> 
   <description>Changes have been made in CVS for this ticket:

Fix deleting of SyncML anchors if PHP short_open_tag is off (Bug #9349).
http://cvs.horde.org/diff.php/horde/docs/CHANGES?rt=horde&amp;r1=1.515.2.646&amp;r2=1.515.2.647&amp;ty=u
http://cvs.horde.org/diff.php/horde/templates/syncml/syncml.inc?rt=horde&amp;r1=1.1.2.4&amp;r2=1.1.2.5&amp;ty=u</description> 
   <pubDate>Tue, 28 Jun 2011 17:59:22 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9349#t65954</link> 
  </item> 
   
  <item> 
   <title>Nice catch!</title> 
   <description>Nice catch!</description> 
   <pubDate>Tue, 28 Jun 2011 18:00:10 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9349#t65955</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
