4 messages in com.mysql.lists.eventum-usersRe: Problem with Eventum 1.5.4 on Ope...
FromSent OnAttachments
Thorsten Lockert08 Jul 2005 13:33 
Joao Prado Maia11 Jul 2005 15:18 
Thorsten Lockert11 Jul 2005 15:31 
Joao Prado Maia11 Jul 2005 19:23 
Subject:Re: Problem with Eventum 1.5.4 on OpenBSD 3.6
From:Thorsten Lockert (tho@voop.no)
Date:07/11/2005 03:31:50 PM
List:com.mysql.lists.eventum-users

On Jul 11, 2005, at 15:18, Joao Prado Maia wrote:

Every time I try to click the "Update Issue" button from the issue detail page, I get a partial page (up to (and including?) the "Associated Issues" box), and then the server stops outputting data and starts looping.

Well, we hit a similar problem a few weeks ago while trying to use an Apache module that was linked against a different version of libmysqlclient than PHP4's mysql extension. Everything was working just fine, until I had to use the normal mysql_* functions to do a few SQL queries.

I guess I was not clear enough. Only one PHP version was installed at a time. First PHP5, then when that failed, I uninstalled it and installed PHP4.

I did track it down to a call to strtotime inside Smarty -- it appears to just hang/spin when called with just a single numeric argument (number of seconds since epoch), if that is not prepended with '@' as the documentation says it should be.

This was a call happening in include/Smarty/plugins/ shared.make_timestamp.php

I have not yet found out why this happens on OpenBSD (with either PHP4 or PHP5), and not on some Fedora Core systems I have.

Thorsten