From: Webmaster IGualaonline.c. <ig...@gm...> - 2012-08-14 23:20:02
|
Aaron, The best solution should be a change of hosting provider like Godaddy. Godaddy permits the exec() function...! Regards 2012/8/14 Aaron Thomas <wo...@ho...> > Hi Derrick, > > Thanks for your reply, I have been in contact with my host but they won't > allow the exec() function for security reasons. > I have been looking around the net and the exec() function seems to be a > pretty common but I can't seem to find any solution or work around and I > have NO idea where to even start to rewrite any of the code either. > > > From: pro...@li... > > Subject: Props-general Digest, Vol 35, Issue 1 > > To: pro...@li... > > Date: Tue, 14 Aug 2012 22:15:33 +0000 > > > > Send Props-general mailing list submissions to > > pro...@li... > > > > To subscribe or unsubscribe via the World Wide Web, visit > > https://lists.sourceforge.net/lists/listinfo/props-general > > or, via email, send a message with subject or body 'help' to > > pro...@li... > > > > You can reach the person managing the list at > > pro...@li... > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of Props-general digest..." > > > > > > Today's Topics: > > > > 1. reCaptcha (Aaron Thomas) > > 2. Re: reCaptcha (Ray Naegle) > > 3. Help with video media (Aaron Thomas) > > 4. Error trying to upload video files (Aaron Thomas) > > 5. Re: Error trying to upload video files (Derrick Miller) > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Mon, 26 Mar 2012 13:49:09 +1100 > > From: Aaron Thomas <wo...@ho...> > > Subject: [Props-general] reCaptcha > > To: <pro...@li...> > > Message-ID: <SNT...@ph...l> > > Content-Type: text/plain; charset="iso-8859-1" > > > > > > G'day everyone, > > > > Just wondering in anyone has successfully intergrated reCaptcha with any > of the Props forms. I am pulling my hair out with it at the moment. > > > > Cheers, > > Aaron > > > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > > > ------------------------------ > > > > Message: 2 > > Date: Tue, 27 Mar 2012 16:15:31 -0400 > > From: Ray Naegle <ray...@he...> > > Subject: Re: [Props-general] reCaptcha > > To: pro...@li... > > Message-ID: > > <CADW1w+mq6KD5uW_G=Mbv...@ma...> > > Content-Type: text/plain; charset="iso-8859-1" > > > > Hi props-general, > > > > Just echoing what I said in an email to Aaron, I'd love to tackle this > > problem and add reCaptcha support to Props, but I have too many things > > happening in my free time right now. I'm just not using Props enough at > > work or personally to justify extending it's features when I have other > > things that are (currently) more important or pressing to do. > > > > I'd still like to take this on, I just haven't had time sadly. > > > > Cheers, > > Ray > > > > On Sun, Mar 25, 2012 at 10:49 PM, Aaron Thomas <wo...@ho...> > wrote: > > > > > G'day everyone, > > > > > > Just wondering in anyone has successfully intergrated reCaptcha with > any > > > of the Props forms. I am pulling my hair out with it at the moment. > > > > > > Cheers, > > > Aaron > > > > > > > > > > ------------------------------------------------------------------------------ > > > This SF email is sponsosred by: > > > Try Windows Azure free for 90 days Click Here > > > http://p.sf.net/sfu/sfd2d-msazure > > > _______________________________________________ > > > Props-general mailing list > > > Pro...@li... > > > https://lists.sourceforge.net/lists/listinfo/props-general > > > > > > > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > > > ------------------------------ > > > > Message: 3 > > Date: Mon, 30 Jul 2012 01:02:08 +1000 > > From: Aaron Thomas <wo...@ho...> > > Subject: [Props-general] Help with video media > > To: "pro...@li..." > > <pro...@li...> > > Message-ID: <SNT...@ph...l> > > Content-Type: text/plain; charset="iso-8859-1" > > > > > > Hopefull there is someone that still here and can help me out. > > > > I am trying to upload a video media (.flv file) but I keep getting a 406 > error. > > > > There raw error log shows the following: > > [Sun Jul 29 09:59:12 2012] [error] [client 60.xxx.xx.xx] File does not > exist: /home/[sitename]/public_html/406.shtml, referer: http:// > [sitename].com/admin/?module=media&function=media_upload > > > > I have set the config.php to the correct ffmpeg path > ('config.media.ffmpeg_path', '/usr/local/bin/ffmpeg'); > > > > Please can somebody please give ANY suggestions. > > > > Thank you > > > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > > > ------------------------------ > > > > Message: 4 > > Date: Wed, 15 Aug 2012 03:11:41 +1000 > > From: Aaron Thomas <wo...@ho...> > > Subject: [Props-general] Error trying to upload video files > > To: "pro...@li..." > > <pro...@li...> > > Message-ID: <SNT...@ph...l> > > Content-Type: text/plain; charset="iso-8859-1" > > > > > > 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 738Description: Undefined variable: > statusPHP WARNING in lib/media.php on line 738Description: exec() has been > disabled for security reasonsPHP NOTICE in lib/media.php on line > 757Description: Undefined variable: statusMESSAGE WARNING in lib/media.php > on line 292Description: This video file format is not supported. > > Anyone able to help or offer any suggestions? > > Thanks again > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > > > ------------------------------ > > > > Message: 5 > > Date: Tue, 14 Aug 2012 17:47:15 -0400 > > From: Derrick Miller <der...@ax...> > > Subject: Re: [Props-general] Error trying to upload video files > > To: "pro...@li..." > > <pro...@li...> > > Message-ID: > > <CAJ...@ma...> > > Content-Type: text/plain; charset="iso-8859-1" > > > > 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 > > > > > > > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > > > ------------------------------ > > > > > ------------------------------------------------------------------------------ > > 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 > > > > > > End of Props-general Digest, Vol 35, Issue 1 > > ******************************************** > > > ------------------------------------------------------------------------------ > 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 > > |