FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Bug related to file attachments when using FUDforum with PostgreSQL
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Bug related to file attachments when using FUDforum with PostgreSQL [message #158116] Mon, 02 February 2009 09:44 Go to previous message
lstep is currently offline  lstep   France
Messages: 50
Registered: June 2003
Karma:
Member

There is a bug that seems to have slipped below the radar since February 2008. I know there hasn't been any release since that date, but the 2.8.0RC1 doesn't include the patch (I just checked).

So please, naudefj as you have CVS write access now, could you add the patch?

The thread about this bug is here: http://fudforum.org/forum/index.php?t=msg&th=9928&start=0&

To correct it, just edit the ppost.php.t and attach.inc.t files, changing:
$cc = __FUD_SQL_CONCAT__.'('.__FUD_SQL_CONCAT__."('".$FILE_STORE."', id), '.atch')";

to

$cc = __FUD_SQL_CONCAT__.'('.__FUD_SQL_CONCAT__."('".$FILE_STORE."', id::text), '.atch')";



Without this, users can't add attachments (applies to PostgreSQL installations only).
[Message index]
 
Read Message
Read Message
Read Message
Read Message icon8.gif
Read Message
Read Message
Previous Topic: No correct show any symbols
Next Topic: Don't login
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu May 02 21:18:11 GMT 2024

Total time taken to generate the page: 0.04629 seconds