Page 1 of 1

Import cvs file with error

Posted: Tue 22. Nov 2005, 13:41
by sild
I try to import txtfile, but get this error:

<input name="allentries" type="hidden" value="
Fatal error: Call to undefined function: gzcompress() in /usr/webs/waps/html/include/inc_tmpl/message.subscribersimport.tmpl.php on line 111

I figure out that maybe my host dosent support gzcompress, and if i cant have him to install this what can i do then ?

In phpinfo i can only find that "gzip" is install ? is that the same ?

Please help!

Re: Import cvs file with error

Posted: Tue 22. Nov 2005, 15:06
by Neelix
Hi,
In phpinfo i can only find that "gzip" is install ? is that the same ?
No - search for zlib in phpinfo (ZLib Support |enabled)
- normaly (every *NIX system) can handle GnuZip :?
- if you don't see "--with-zlib-dir" in the "Configure Command" part I would say - your provider don't like GnuZip? :roll:

[edit]see here: http://de2.php.net/gzcompress

It´s Ok now

Posted: Wed 23. Nov 2005, 16:18
by sild
The zlib is on the server now at its working fine... thanks!