velofille
Member
Posted 4 months ago #
After an upgrade i was getting
Parse error: syntax error, unexpected T_ISSET, expecting '(' in /path/to/wordpress/wp-content/plugins/disqus-comment-system/disqus.php on line 308
Go to line 308 on the disqus.php
Change it from this
if isset($comment->author->display_name) {
to this
if (isset($comment->author->display_name)) {
http://wordpress.org/extend/plugins/disqus-comment-system/
Tyler Hayes
Member
Posted 4 months ago #
This was resolved in http://wordpress.org/support/topic/plugin-disqus-comment-system-javascript-erros-in-disqus. There's no need to edit the plugin; simply reinstall so you're using the actual updated release instead of the trunk version and you're good to go.
If you have any further questions don't hesitate to reach out to our support team at http://disqus.com/support
Thanks,
Tyler
http://docs.disqus.com
http://twitter.com/disqus