|
Re: FUDforum 2.8.0RC1 Released [message #158115 is a reply to message #158113] |
Mon, 02 February 2009 09:15 |
|
Hello,
I think that the correction to file attachments problems when using PostgreSQL hasn't been corrected in this release (I just checked browsing the source, I haven't installed the 2.8RC1).
The problem is detailed on http://fudforum.org/forum/index.php?t=msg&th=9928&start=0& adding ::text like here:
$cc = __FUD_SQL_CONCAT__.'('.__FUD_SQL_CONCAT__."('".$FILE_STORE."', id), '.atch')";
to
$cc = __FUD_SQL_CONCAT__.'('.__FUD_SQL_CONCAT__."('".$FILE_STORE."', id::text), '.atch')";
Thanks,
Luc
|
|
|
|
|
|
|
|
|
|
|