Quote:
Originally Posted by belveder
Hello.
I have bought your script and I did everything according to the instructions.
But when I run it on server, I get this error:
Parse error: syntax error, unexpected T_FUNCTION in /home/xxx/public_html/index.php on line 174
I'm on a VPS with CentOS installed, ffmpeg installed and properly configured into the config class.
Can you somehow assist me with this?
Thanks.
|
You are getting that error because anonymous functions are not available in PHP until version 5.3.
For that reason and several others, you need to be running at least PHP 5.3 in order for the app to function correctly.
__________________
Regards, R.J.
Last edited by chump2877; 10-15-2012 at 10:42 AM..
|