Closed (fixed)
Project:
Disqus
Version:
2.0.1-alpha2
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
27 Oct 2021 at 05:57 UTC
Updated:
28 Dec 2021 at 08:04 UTC
Jump to comment: Most recent
Getting the following warning messages when using Disqus Comments.
Warning: Use of undefined constant DISQUS_API_NO_ACTION - assumed 'DISQUS_API_NO_ACTION' (this will throw an Error in a future version of PHP) in Drupal\disqus\Form\DisqusSettingsForm->buildForm() (line 191 of /app/web/modules/contrib/disqus/src/Form/DisqusSettingsForm.php)
Warning: Use of undefined constant DISQUS_API_CLOSE - assumed 'DISQUS_API_CLOSE' (this will throw an Error in a future version of PHP) in Drupal\disqus\Form\DisqusSettingsForm->buildForm() (line 192 of /app/web/modules/contrib/disqus/src/Form/DisqusSettingsForm.php)
Warning: Use of undefined constant DISQUS_API_REMOVE - assumed 'DISQUS_API_REMOVE' (this will throw an Error in a future version of PHP) in Drupal\disqus\Form\DisqusSettingsForm->buildForm() (line 193 of /app/web/modules/contrib/disqus/src/Form/DisqusSettingsForm.php)
Go to Disqus configurations, save your configurations and the following warning messages will be logged in the DBLog.
Comments
Comment #2
alancunha commentedComment #3
gaurav.kapoor commented