I have 4 content types on my site.
Disqus comments are visible on one, the default Article type, through the Administration -> Configuration -> Web services -> Disqus interface. The Location is "Block".
Every time I add or edit non-Article content, including Basic Page or a custom content type, I get the following error:
* Notice: Undefined property: stdClass::$disqus_status in disqus_node_insert() (line 219 of /home/***/public_html/***/sites/all/modules/disqus/disqus.module).
* Notice: Undefined property: stdClass::$disqus_status in disqus_node_insert() (line 222 of /home/***/public_html/***/sites/all/modules/disqus/disqus.module).
I'm running Drupal 7.0 and Disqus 7.x-1.1.
Comments
Comment #1
robloachThanks! http://drupal.org/cvs?commit=499200
Comment #3
kristoferaberg commentedI also experience this bug. I had them on a standard Drupal, with the Content Type “Article”.
Comment #4
jdflorez commentedIm experiencing the same issue with the same settings.
Comment #5
achandel commentedNotice: Undefined property: stdClass::$disqus_status in disqus_node_insert() (line 219 of \sites\all\modules\disqus\disqus.module). I am also having the same issue while posting on forum. The forum has normal drupal comments on and Disqus off.
Comment #6
robloachCould you update to 1.8 and let me know if you're still experiencing this? Thanks.
Comment #7
prashant.panigrahi commentedHi, I upgraded to 1.8. The issue is still there.
Comment #8
ramirusan commentedAlso have similar problem
Notice: Undefined property: stdClass::$disqus in disqus_node_update() (line 332 of .../all/modules/disqus/disqus.module).
Comment #10
btmash commentedAttaching patch for 7.x-1.10 (hopefully same works for dev branch).
Comment #11
slashrsm commentedPatch does not apply and this should already be in the repo. Can you confirm that you're also experiencing this notice in latest version (or -dev)?
Comment #12
lalit774 commented#11
I installed disqus version 7.x-1.x-dev. i tested only warning issue. did not get any warning. its working fine for me. could you please patch this module.
Comment #13
btmash commentedI'm marking this as fixed. I got a chance to look at the dev (and 1.11) codebase and its in place. So thank you :)
Comment #14
slashrsm commentedThank you!