process() does not execute

See all posts Reply

process() does not execute new!
by Joseph, 15 years, 7 months ago
I have successfully been using class.upload.php on my localhost. I have reached the time when I need to implement it on my actual webhosting. I thought that I have everything prepared. I have checked with the service provider and the php_ini file is set so that 128MB are allocated for php.

Currently when I make the call to process() the entire page fails to load anything. Even if I have an echo statement right before process. I know that it is the process() line because when I comment it out the rest of my code will execute. Is there any other issues besides lack of memory that would cause this issue. Is it possible that the host doesn't have a certain library that is needed?Reply
Re: process() does not execute new!
by colin, 15 years, 7 months ago
You may want to look into the webserver logs on your new host. PHP seems to be crashing for one reason or another.Reply
Re: process() does not execute new!
by Joseph, 15 years, 7 months ago
I actually just resolved the problem a few minutes ago. It had to do with changing the server and calling an incorrect pathname.

Thanks for your help.Reply