From: Alain P. <al...@fr...> - 2008-03-31 12:23:51
|
Hi, I'm working with Marc-Etienne Vargenau, we are running a phpwiki-1.3.14 + cvs installation with a postgresql database. I found some errors while unpacking the cached page. At first glance, this seems to be caused by the fact that the datas are binaries (compressed by gzcompress) but the type is TEXT. In file psql-initialize.sql, the line with the bytea (binary type) has been commented. [...] --cached_html bytea DEFAULT '' cached_html TEXT DEFAULT '' [...] Do you remember why ? Many thanks for your help, Alain. |