Page 1 of 1

Error when trying a new install unexpected T_OBJECT_OPERATOR

Posted: Sat Apr 16, 2011 6:58 pm
by Hoppo88
Hello all.

I am trying to make a clean install of CMS Made Simple onto my webhost. I have uploaded the files to the foot and changed the file permissions as advised in the how-to file. I have also created the blank config file.

However when i come to install it i get the following error

Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /homepages/14/d341366325/htdocs/index.php on line 85

Any ideas what this may be ?

Any help would be great !

Re: Error when trying a new install unexpected T_OBJECT_OPER

Posted: Sat Apr 16, 2011 9:38 pm
by spcherub
A quick search of this forum before posting your question would have revealed that your problem is probably due to the server not having the right version of PHP5 available.

Check other forums posts such as http://forum.cmsmadesimple.org/viewtopi ... =3&t=51457 for solutions.

Potential solutions are:
1. Ask to be migrated to a server that support the required version of PHP5
2. If supported add something like "AddType x-mapp-php5 .php" to the top of your .htaccess file
3. Search this forum for additional tips

Good luck.

-S