Re: Not working with PHP 5.5

See all posts Reply

Re: Not working with PHP 5.5 new!
by TJ Hsiao, 9 years, 5 months ago
Hi Colin,
class.upload.php stops working after we upgraded our php from 5.3 to 5.5.
I am getting 'Status 500' for upload method.

In PHP Storm Editor, it is giving 'Multiple definitions exist for class upload'
$handle = new upload($file);

Thanks for your helpReply
Re: Not working with PHP 5.5 new!
by colin, 9 years, 5 months ago
The class works with PHP5.5. Check in your webserver's log why you are getting an error 500.Reply