<?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>create.php ticket</title> 
  <pubDate>Fri, 10 Apr 2026 14:48:35 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/7335</link> 
  <atom:link rel="self" type="application/rss+xml" title="create.php ticket" href="https://bugs.horde.org/ticket/7335/rss" /> 
  <description>create.php ticket</description> 
 
   
   
  <item> 
   <title>My version: horde 3.2.1



Installed whups and created sql t</title> 
   <description>My version: horde 3.2.1



Installed whups and created sql table and conf.php

Created example queue attributes 

and assigned users to queue.



All whups application and form are displayed.

When i open new ticket menu the page cant not be loaded with this error:

Errore 320 (net::ERR_INVALID_RESPONSE)



New Ticket Form cant be loaded, only new ticket.

The admin panel works perfectly



I tryed to insert by sql command a row into table whups_tickets

and it appear in the list my ticket



I drop all table and reinstalled whups but New Ticket fails with the same error



















</description> 
   <pubDate>Mon, 15 Sep 2008 09:03:21 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7335#t48926</link> 
  </item> 
   
  <item> 
   <title>&gt; When i open new ticket menu the page cant not be loaded wi</title> 
   <description>&gt; When i open new ticket menu the page cant not be loaded with this error:

&gt; Errore 320 (net::ERR_INVALID_RESPONSE)



*Where* does this error appear? In any case, it is not coming from Horde or Whups.



&gt; New Ticket Form cant be loaded, only new ticket.



What now?</description> 
   <pubDate>Mon, 15 Sep 2008 10:34:15 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7335#t48931</link> 
  </item> 
   
  <item> 
   <title>Errore 320 (net::ERR_INVALID_RESPONSE)

this is the error co</title> 
   <description>Errore 320 (net::ERR_INVALID_RESPONSE)

this is the error code in Firebird and chrome

IE does not load the page.



the page error is created by ticket/create.php

create.php does not create the result page probably, i think, the script exit.



I tried to debug the create.php.



Which test create.php have to execute before load the form?

</description> 
   <pubDate>Mon, 15 Sep 2008 12:06:04 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7335#t48938</link> 
  </item> 
   
  <item> 
   <title>http://wiki.horde.org/FAQ/Admin/Troubleshoot?referrer=FAQ%2F</title> 
   <description>http://wiki.horde.org/FAQ/Admin/Troubleshoot?referrer=FAQ%2FAdmin#toc2</description> 
   <pubDate>Mon, 15 Sep 2008 13:28:40 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7335#t48943</link> 
  </item> 
   
  <item> 
   <title>Thanks a lot.

The problem is a segmentation fault 11 into t</title> 
   <description>Thanks a lot.

The problem is a segmentation fault 11 into the log error file of apache.

It appens only in Whups ticket creation.

I have to read the FAQ before call Help....



</description> 
   <pubDate>Tue, 16 Sep 2008 12:50:41 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7335#t48957</link> 
  </item> 
   
  <item> 
   <title>Not much we can do about a segfault in PHP. See http://bugs.</title> 
   <description>Not much we can do about a segfault in PHP. See http://bugs.php.net/how-to-report.php if you want to investigate further.</description> 
   <pubDate>Tue, 16 Sep 2008 14:32:05 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7335#t48962</link> 
  </item> 
   
  <item> 
   <title>I&#039;m facing the same Problem when calling &quot;Create Ticket&quot;-Pag</title> 
   <description>I&#039;m facing the same Problem when calling &quot;Create Ticket&quot;-Page



The following error occurse in the apache2 logfiles:

[Tue Sep 23 17:08:20 2008] [notice] child pid 14286 exit signal Segmentation fault (11)

[Tue Sep 23 17:08:20 2008] [notice] child pid 17477 exit signal Segmentation fault (11)



I traced the error back to whups/lib/Driver/sql.php line 1575 on whups fresh cvs where Horde::logMessage() is called.



I&#039;m running php5 version 5.2.0-8+etch11 on a Debian.



 </description> 
   <pubDate>Tue, 23 Sep 2008 15:32:50 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7335#t49174</link> 
  </item> 
   
  <item> 
   <title>&gt; I&#039;m facing the same Problem when calling &quot;Create Ticket&quot;-P</title> 
   <description>&gt; I&#039;m facing the same Problem when calling &quot;Create Ticket&quot;-Page



Me too. Apache child process is segfaulting.



With the help of eaccelerator I was able to pin it down:

in four places in WHUPS/lib/Driver/sql.php the function sprintf is being called in order to generate a log message with one argument being generated by implode:



  $string = sprintf(&quot;Whups_Driver_sql::getQueueUsers(): query=%s; values=%s&quot;, $query, implode(&#039;,&#039;, $values));



It doesn&#039;t crash if called like this:



  $dummy = implode(&#039;,&#039;, $values);

  $string = sprintf(&quot;Whups_Driver_sql::getQueueUsers(): query=%s; values=%s&quot;, $query, $dummy;



Affected line are: 1460, 1574, 1828, 2063.



In the first affected function getQueueUsers($queueId) when crashing $queueID seems to be empty, therefore $values = array($queueId) is empty and implode(empty string) inside sprintf eventually becomes a invalid parameter?



No patch attached, as cause in uncertain.</description> 
   <pubDate>Wed, 29 Oct 2008 14:58:10 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7335#t50149</link> 
  </item> 
   
  <item> 
   <title>Are you both running suhosin or something? That&#039;s a weird cr</title> 
   <description>Are you both running suhosin or something? That&#039;s a weird crash bug, and it obviously isn&#039;t affecting everyone.</description> 
   <pubDate>Wed, 29 Oct 2008 16:07:19 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7335#t50157</link> 
  </item> 
   
  <item> 
   <title>negative. i&#039;ve no hardened php solution installed here. this</title> 
   <description>negative. i&#039;ve no hardened php solution installed here. this problem is very suspect to me, because everything is working fine, until trying to create a new ticket.</description> 
   <pubDate>Wed, 29 Oct 2008 16:18:16 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7335#t50158</link> 
  </item> 
   
  <item> 
   <title>&gt; Are you both running suhosin or something? That&#039;s a weird </title> 
   <description>&gt; Are you both running suhosin or something? That&#039;s a weird crash bug, 

&gt; and it obviously isn&#039;t affecting everyone.



no particular securitymanagement for php like suhosin or similar.

my installation is regular debian package based. i&#039;m also only seeing this on the said page. 

</description> 
   <pubDate>Wed, 29 Oct 2008 17:20:52 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7335#t50162</link> 
  </item> 
   
  <item> 
   <title>Can you reproduce the crash with that line of code alone, or</title> 
   <description>Can you reproduce the crash with that line of code alone, or a smaller subset?</description> 
   <pubDate>Wed, 29 Oct 2008 19:58:57 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7335#t50165</link> 
  </item> 
   
  <item> 
   <title>i recently set up a test environment with a basic debian etc</title> 
   <description>i recently set up a test environment with a basic debian etch installation with apache2 / php5 / horde webmail and tried to create a ticket. still the same problem.



my configuration:

- (virtualbox 2.0.4)

- apache 2.2.3

- php 5.2.0-8+etch13

- php5-imap 5.2.0-8+etch13

- php5-gd 5.2.0-8+etch13

- php5-mysql 5.2.0-8+etch13



if it&#039;s helpful i can upload the virtualbox-machine onto some webspace for further testings.</description> 
   <pubDate>Wed, 29 Oct 2008 20:32:12 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7335#t50167</link> 
  </item> 
   
  <item> 
   <title>&gt; Are you both running suhosin or something.



No.



&gt; Can</title> 
   <description>&gt; Are you both running suhosin or something.



No.



&gt; Can you reproduce the crash with that line of code alone, or a 

&gt; smaller subset?



You mean e.g. in a standalone file run manually? I&#039;ll try and see.</description> 
   <pubDate>Wed, 29 Oct 2008 21:17:37 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7335#t50170</link> 
  </item> 
   
  <item> 
   <title>&gt;  I&#039;ll try and see.



It&#039;s a bug in PHP 5.2.0. See:

http:</title> 
   <description>&gt;  I&#039;ll try and see.



It&#039;s a bug in PHP 5.2.0. See:

http://bugs.php.net/bug.php?id=39661



It seems to be fixed in later versions.



Workaround would be to call implode outside of sprintf. I don&#039;t think we should implement that.</description> 
   <pubDate>Thu, 30 Oct 2008 11:26:04 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7335#t50181</link> 
  </item> 
   
  <item> 
   <title>It&#039;s a bug in PHP 5.2.0. See:

http://bugs.php.net/bug.php?i</title> 
   <description>It&#039;s a bug in PHP 5.2.0. See:

http://bugs.php.net/bug.php?id=39661

The bug report the error under IIS 5.1 and PHP.



My system is:

PHP Version 5.2.0-8+etch13

Linux 2.6.18-4-686

Apache/2.2.3 (Debian) DAV/2 mod_python/3.2.10 Python/2.4.4 PHP/5.2.0-8+etch13 mod_perl/2.0.2 Perl/v5.8.8 



I tried to change sql.php:



$dummy=implode(&#039;,&#039;,$values)

sprintf(...........,$dummy)



Segmentation fault is yet present





</description> 
   <pubDate>Fri, 31 Oct 2008 09:34:33 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7335#t50208</link> 
  </item> 
   
  <item> 
   <title>&gt; &gt; It&#039;s a bug in PHP 5.2.0. See:

&gt; &gt; http://bugs.php.net/b</title> 
   <description>&gt; &gt; It&#039;s a bug in PHP 5.2.0. See:

&gt; &gt; http://bugs.php.net/bug.php?id=39661

&gt;

&gt; The bug report the error under IIS 5.1 and PHP.



So what? It was reported for PHP 5.2.0. It was initially reported by someone on Win. It was suggested:



&gt; Please try using this CVS snapshot:

&gt; http://snaps.php.net/php5.2-latest.tar.gz



And a direct link for Win was provided for the convinience of the reporter.



&gt; I tried to change sql.php:

&gt; $dummy=implode(&#039;,&#039;,$values)

&gt; sprintf(...........,$dummy)

&gt;

&gt; Segmentation fault is yet present



Have you change all lines (see below) ?</description> 
   <pubDate>Fri, 31 Oct 2008 14:15:11 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7335#t50213</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
