View Single Post
Old 10-12-2012, 02:30 AM   PM User | #512
chump2877
Senior Coder

 
chump2877's Avatar
 
Join Date: Dec 2004
Location: the U.S. of freakin' A.
Posts: 2,530
Thanks: 15
Thanked 128 Times in 121 Posts
chump2877 is on a distinguished road
Quote:
Originally Posted by belveder View Post
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..
chump2877 is offline   Reply With Quote