Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
Parse error: syntax error, unexpected '[' in /home/globa344/public_html/independ
Hi. I have just installed the jomsocial, but when i click on the jomsocial menu it comes with this error message:
Parse error: syntax error, unexpected '[' in /home/username/public_html/websitename/components/com_community/templates/jomsocial/layouts/stream/base.php on line 269.
What could that be?
Thankyou
This is the response from my web host:
"The only thing that we are not supporting on our shared servers is FFMPEG. We meet the rest of the requirements provided from the screenshots. We do not meet the recommended settings for some of the PHP variables but they are above the minimum required values."
I have change the code on row 269 from " if(explode('.',$act->app) [0]== 'service'){ " to "if(explode('.',$act->app) == 'service'){ "and now it is working. So removed "[0]. Not sure if it is something important though :)