I have disqus-1.0-rc3 installed on local, dev, and live environments of a site.

On dev and live I get this error on the Disqus configuration settings page:
Fatal error: require(): Failed opening required '/Users/........./vendor/composer/../drexarj/disqus-php/disqusapi/disqusapi.php' (include_path='.:/Applications/DevDesktop/common/pear:/usr/lib/php') in /Users/............ClassLoader.php on line 110

I do not get this error locally, unless I manually remove the drexarj vendor folder. This leads me to believe that dev and live are not reading that vendor folder and throwing the error, but I can cannot figure out why.

Composer update drupal/disqus and update.php both said everything is up to date.

Comments

ec-adam created an issue. See original summary.

DamienMcKenna’s picture

Assigned: ec-adam » Unassigned
Status: Active » Postponed (maintainer needs more info)

Please test the latest release and let us know if the problem persists.

gaurav.kapoor’s picture

Status: Postponed (maintainer needs more info) » Closed (outdated)

Closing this for now as there hasn't been any activity. This issue is mostly related to Disqus library not getting added to the vendor directory. I have checked and latest release, if installed via composer, the Disqus library is downloaded and placed in the vendor directory. Please open issue again if still facing this issue.