ZIP class & PHP4 ??

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
ddragas
Forum Contributor
Posts: 445
Joined: Sun Apr 18, 2004 4:01 pm

ZIP class & PHP4 ??

Post by ddragas »

is this ZIP class working with PHP 4

viewtopic.php?t=29066
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: ZIP class & PHP4 ??

Post by John Cartwright »

ddragas wrote:is this ZIP class working with PHP 4

viewtopic.php?t=29066
in the future, try first -- ask questions later.

But yes, it will work.
User avatar
ddragas
Forum Contributor
Posts: 445
Joined: Sun Apr 18, 2004 4:01 pm

Post by ddragas »

I've tried first, and now I'm asking.

I'm in doubt if class is working because it works on my local machine (using PHP5).

Testing it on server (PHP4) it doesnt work and my hosting provider has turned off errors

regards ddragas
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

ddragas wrote:I've tried first, and now I'm asking.

I'm in doubt if class is working because it works on my local machine (using PHP5).

Testing it on server (PHP4) it doesnt work and my hosting provider has turned off errors

regards ddragas
http://www.php.net/manual/en/ref.errorf ... lay-errors, so what errors do you get?
User avatar
ddragas
Forum Contributor
Posts: 445
Joined: Sun Apr 18, 2004 4:01 pm

Post by ddragas »

I'm not getting any errors. Script tells me that file is uploaded, and after check on folder (ftp) file is not there :?: :?: :?:
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

The class doesn't handle file uploads. Show us your code.
User avatar
ddragas
Forum Contributor
Posts: 445
Joined: Sun Apr 18, 2004 4:01 pm

Post by ddragas »

I've found logs that were made at hosting cpanel.

They've made so many restrictions on upload, and it is not strange to get errors.

I think they will solve THEIR problem that I've marked on URGENT !!!

Thank you folks



You rule


regards ddragas
User avatar
ddragas
Forum Contributor
Posts: 445
Joined: Sun Apr 18, 2004 4:01 pm

Post by ddragas »

I've been asked by my hosting provider "What libraries is using this class?"
Post Reply