frackiewicz Posted December 11, 2010 Share Posted December 11, 2010 I get this error message:Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/content/f/r/a/frackiewicz123/html/Shop/install/classes/ToolsInstall.php on line 4I've checked to make sure the database is set up, it's running PHP5, I'm on Linux, it's not a free account etc. Everything looks good. I'm quite familiar with installing SQL and PHP apps, but this one has my stymied. Link to comment Share on other sites More sharing options...
rocky Posted December 19, 2010 Share Posted December 19, 2010 You shouldn't be getting that error message if you are using PHP5. Create a file called info.php with the following: <?php phpinfo(); ?> Upload it to your server, then run it to see what version of PHP you are using. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now