[commits] [Wiki] changed: Doc/Dev/H6/Developer/KnownIssues

Wiki Guest wikiguest at horde.org
Wed Mar 15 22:03:26 UTC 2023


guest [91.32.116.242]  Wed, 15 Mar 2023 22:03:26 +0000

Modified page: https://wiki.horde.org/Doc/Dev/H6/Developer/KnownIssues
New Revision:  4
Change log:  Added image issue

@@ -44,8 +44,23 @@
                                           false);
           }
  </code>

+
++++ This will fix the error you get if you try to add an image or  
edit an image for a contact in your address book
+
+**Proposed solution from Brent <impuser at bitrealm.com>**
+
+<code>
+
+<horde-root>/vendor/horde/core/lib/Horde/Core/Ui/VarRenderer/Html.php
+
+Line 209 has:
+ $html .= sprintf('<input class="button" name="%s" id="%S"  
type="submit" value="%s" /> ',
+
+The upper-case "S" should be lower-case:
+ $html .= sprintf('<input class="button" name="%s" id="%s"  
type="submit" value="%s" /> ',
+</code>

  ++ kronolith

  +++ Non-static method Date_TimeZone::isValidID() cannot be called  
statically in /usr/share/php/Date/TimeZone.php:4717



More information about the commits mailing list