Here is the error I get :
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /.. ~ .. /wordpress/wp-content/plugins/wp-e-commerce/wp-shopping-cart.php on line 162
Nicolas
Here is the error I get :
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /.. ~ .. /wordpress/wp-content/plugins/wp-e-commerce/wp-shopping-cart.php on line 162
Nicolas
The problem is that you're running an incompatible version of PHP (v4?). This also suggests you're running an older version of WordPress (Since 3.2 requires PHP 5.2).
I'd get up to date then you shouldn't see this problem again.
You must log in to post.