MyBB Community Forums

Full Version: Installed new 1.6
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When going to install in web browser I get this


Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /homepages/29/d354698313/htdocs/inc/class_core.php on line 18

I'm trying to do a fresh install.
Thanks
Are you sure you got all the files uploaded?
When hosting with 1 and 1 you need to change the htaccess.txt to .htaccess with some additions to the text

AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php

Then I can run PHP5 on the server

Thanks anyways
^That will only work if your host has PHP5 installed, but not enabled by default. You can use that code above, (if it works) but I also suggest contacting your host and getting them to enable PHP5.