| Problems with video
I'm trying to get video to work on our photopost install. We have all of the default file types allowed in the admin area, including .mpg. I just tried to upload a 4.5 MB .mpg video, and it returned the following error:
Warning: getimagesize(C:/Inetpub/wwwroot/photopost/uploads//1/car1.jpg): failed to open stream: Permission denied in C:\Inetpub\wwwroot\photopost\image-inc.php on line 247
Warning: Division by zero in C:\Inetpub\wwwroot\photopost\image-inc.php on line 292
Warning: getimagesize(C:/Inetpub/wwwroot/photopost/uploads//1/car1.jpg): failed to open stream: Permission denied in C:\Inetpub\wwwroot\photopost\image-inc.php on line 91
Warning: unlink(C:/Inetpub/wwwroot/photopost/uploads//1/car1.jpg): Permission denied in C:\Inetpub\wwwroot\photopost\image-inc.php on line 103
We were told to update the following 3 settings in our php.ini file:
POST_MAX_SIZE
MEMORY_LIMIT
MAX_EXECUTION_TIME
But the errors seem to indicate that we don't have permission to upload a .mpg file, which we definitely have allowed in admin. Any ideas?
Thanks,
Sean
|