imtiyaz Posted September 25, 2010 Share Posted September 25, 2010 HiI am trying to install prestashop and getting the following error. can anyone please help?Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /homepages/34/d100542199/htdocs/prestashop/install/classes/ToolsInstall.php on line 4 Link to comment Share on other sites More sharing options...
razaro Posted September 25, 2010 Share Posted September 25, 2010 See this sticky post. You must have PHP5 to use PrestaShop. It won’t work with PHP4. Link to comment Share on other sites More sharing options...
imtiyaz Posted September 25, 2010 Author Share Posted September 25, 2010 HiThank you for your reply. Much appreciated. But can you please tell me how to check what version I am using of php? I am really new to this.Thanks Link to comment Share on other sites More sharing options...
rocky Posted September 26, 2010 Share Posted September 26, 2010 Create a file called info.php that contains the following and upload it to the root directory of PrestaShop on your server: <?php php_info(); ?> Then go to your http://www.yoursite.com/info.php to get a page containing your PHP version and all the PHP settings.Remember to delete the file off your server afterwards so other's can't check your PHP version. Link to comment Share on other sites More sharing options...
imtiyaz Posted September 26, 2010 Author Share Posted September 26, 2010 Hi GuysThank you once again. I have checked the php version and it is PHP 4. Can you please guide how to upgrade to PHP 5?Regards Link to comment Share on other sites More sharing options...
rocky Posted September 26, 2010 Share Posted September 26, 2010 Are you trying to install PrestaShop locally or on a remote server? If it is local, install the latest version of WAMP to get PHP5. If you are installing it on a remote server, ask your host to upgrade your server to PHP5. 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