Hello,
I'm getting this error on some of the plug-ins, for instance FFMPEG. I understand Network Solutions has blocked this in their global php.ini. Can I place a php.ini in just the respective folders with a single line to enable exec() or will their global setting override it?
FFMPEG Settings
FFMPEG is a graphics toolkit that can be used to process video files that you upload to Gallery. You must install the FFMPEG binary on your server, then enter the path to it in the text box below. If you're on a Unix machine, don't forget to make the binary executable (chmod 755 ffmpeg in the right directory should do it)
The exec() function is disabled in your PHP by the disabled_functions parameter in php.ini. This module cannot be used until that setting is changed.
Posts: 16504
That depends on your host. You can try setting the php setting in your php.ini
disabled_functions = ""
Doubt it'll work, but try it. Good luck using NetSol as a host.
____________________________________________
Like Gallery? Like the support? Donate now!
Posts: 8339
I answered in your other thread too ;)
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 43
Is there a better hosting than Netork Solutions? I have GoDaddy also. Thank You