<?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>Uploading photos with size larger 1 MB fails</title> 
  <pubDate>Fri, 10 Apr 2026 00:42:29 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/8124</link> 
  <atom:link rel="self" type="application/rss+xml" title="Uploading photos with size larger 1 MB fails" href="https://bugs.horde.org/ticket/8124/rss" /> 
  <description>Uploading photos with size larger 1 MB fails</description> 
 
   
   
  <item> 
   <title>I use the final H3 (1.0), not the RC



Uploading photos tha</title> 
   <description>I use the final H3 (1.0), not the RC



Uploading photos that exceed 1 MB fails. It doesn&#039;t depend on the upload method (file or zip-file). e.g. when I upload photos that are stored in a zip file there is an error message (in german: Beim Speichern des Fotos ist ein Problem aufgetreten: Object id #71) for every picture that exceeds 1MB. All photos smaller than 1 MB are uploaded and visible.



This is what I see in horde.log:



Mar 27 18:34:43 HORDE [error] [ansel] Unable to load SQL data. [pid 2248 on line 2245 of &quot;/var/www/horde/ansel/lib/Ansel.php&quot;]

Mar 27 18:34:43 HORDE [error] [ansel] Unable to load SQL data. [pid 2248 on line 2672 of &quot;/var/www/horde/ansel/lib/Ansel.php&quot;]

Mar 27 18:34:43 HORDE [emergency] [ansel] Unable to load SQL data. [pid 2248 on line 44 of &quot;/var/www/horde/ansel/img/mini.php&quot;]</description> 
   <pubDate>Fri, 27 Mar 2009 17:42:41 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8124#t53338</link> 
  </item> 
   
  <item> 
   <title>My guess is that you are using a SQL based VFS and that 1MB </title> 
   <description>My guess is that you are using a SQL based VFS and that 1MB is hitting the limit of the size of data that can be strored in a BLOB field on your DB server. There are a number of things that can affect this limit. For example, see http://dev.mysql.com/doc/refman/5.0/en/blob.html for how this works with MySQL.</description> 
   <pubDate>Sun, 29 Mar 2009 17:01:56 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8124#t53346</link> 
  </item> 
   
  <item> 
   <title>Hello Michael,

thank you, that was the solution. The defaul</title> 
   <description>Hello Michael,

thank you, that was the solution. The default in MySql is 1M for the buffer-size and that also affects the maximum size for blob-fields. Setting

   max_allowed_packet = 10M

in my.cnf solves the problem. Perhaps this would be a good hint in the installation notes.

Thank you again.</description> 
   <pubDate>Sun, 29 Mar 2009 17:34:37 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8124#t53348</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
