Import cvs file with error

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
sild
Posts: 6
Joined: Mon 21. Nov 2005, 22:47

Import cvs file with error

Post 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!
Neelix
Posts: 80
Joined: Wed 29. Sep 2004, 12:06
Location: España

Re: Import cvs file with error

Post 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
Erfahrung ist das, was man besitzt, kurz nach dem es gebraucht wurde.
Warning: I have no foggiest idea of English/German, but I do
-ha{p}{p}y day/night/dia/noche-
sild
Posts: 6
Joined: Mon 21. Nov 2005, 22:47

It´s Ok now

Post by sild »

The zlib is on the server now at its working fine... thanks!
Post Reply