From: Derrick M. <der...@ax...> - 2012-08-14 22:15:32
|
The warning which stands out to the most to me is this line: *exec() has been disabled for security reasons . *PROPS calls the command-line FFMPEG utility to retrieve information about the video file you uploaded. * * Check your server config and see if there is a way to enable the PHP exec() function. It's probably in the master php.ini file for the server. IIRC, PHP now has native FFMPEG support so you no longer need to call it via the command line. PROPS should probably be updated to use the native support. On Tue, Aug 14, 2012 at 1:11 PM, Aaron Thomas <wo...@ho...> wrote: > Hi again, > > Hoping someone can please help me out. I am trying to upload video files > to Props but all I ever keep getting is errors that the "File type is not > supported". > > The only one that has been any different is when trying to upload a .flv > file and then I get the following error: > > > *PHP NOTICE* in *lib/media.php* on line *738* > *Description:* Undefined variable: status > > *PHP WARNING* in *lib/media.php* on line *738* > *Description:* exec() has been disabled for security reasons > > *PHP NOTICE* in *lib/media.php* on line *757* > *Description:* Undefined variable: status > > *MESSAGE WARNING* in *lib/media.php* on line *292* > *Description:* This video file format is not supported. > > > Anyone able to help or offer any suggestions? > > Thanks again > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Props-general mailing list > Pro...@li... > https://lists.sourceforge.net/lists/listinfo/props-general > > |