I get this when trying to install plugin:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/sites/mysite.com/public_html/home/wp-content/plugins/connections/connections.php on line 46
I get this when trying to install plugin:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/sites/mysite.com/public_html/home/wp-content/plugins/connections/connections.php on line 46
This plug-in requires PHP5. You'll get this error when your running PHP4. Did you not get a red error message at the top of your admin screen. It should show regardless if the plug-in is activated or not.
If you are running PHP 5 you might need to add this to your .htaccess file:
SetEnv DEFAULT_PHP_VERSION 5
You must log in to post.