cakephp中的上载程序错误

cakephp中的上载程序错误,cakephp,amazon-s3,uploader,cakephp-2.4,Cakephp,Amazon S3,Uploader,Cakephp 2.4,我遵循了这个教程()使用uploader将图像上传到AmazonS3,它给出了 //view <?php echo $this->Form->create('OtherModel',array('type' => 'file')); echo $this->Form->input('Upload.0.upload',array('type' => 'file', 'class'=>'form-control')); echo $this->

我遵循了这个教程()使用uploader将图像上传到AmazonS3,它给出了

//view
<?php echo $this->Form->create('OtherModel',array('type' => 'file')); 
echo $this->Form->input('Upload.0.upload',array('type' => 'file', 'class'=>'form-control'));
echo $this->Form->input('Upload.1.upload',array('type' => 'file', 'class'=>'form-control'));
echo $this->Form->end(__('Submit'),array('class'=>'btn btn-success')); ?>
它给我以下错误,我提交

Error: Call to undefined function Transit\finfo_open()  
File: C:\wamp\www\car_dealers\app\Vendor\mjohnson\transit\src\Transit\File.php  
Line: 338
Notice: If you want to customize this error message, create app\View\Errors\fatal_error.ctp

怎么了?我该怎么办?有人能帮忙吗?

我从aboe评论中得到了答案,你只需要在你的php.ini文件上取消注释。

检查你有没有找到我有同样的问题,但你的解决方案还不够你能看看我的问题吗
Error: Call to undefined function Transit\finfo_open()  
File: C:\wamp\www\car_dealers\app\Vendor\mjohnson\transit\src\Transit\File.php  
Line: 338
Notice: If you want to customize this error message, create app\View\Errors\fatal_error.ctp