I am getting the error "Undefined index: developer in /var/www/sites/all/modules/disqus/disqus.module on line 333." on all node pages using Disqus.

Managed to solve the issue by using isset().

Patch attached.

CommentFileSizeAuthor
index_developer.patch758 bytestimmillwood

Comments

robloach’s picture

Status: Active » Fixed

Great find. Committed to both DRUPAL-5 and DRUPAL-6--1 and will be in the next release. Thanks a lot, Tim!

http://drupal.org/cvs?commit=279862
http://drupal.org/cvs?commit=279860

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 7d2d006 on 6.x-1.x, 7.x-1.x, 8.x-1.x by RobLoach:
    #614128 by timmillwood: "Undefined index: developer" Error