Incorrect API url for iFlychat

Created on 22 May 2019, about 5 years ago
Updated 19 May 2023, about 1 year ago

I couldn't make this module working. The generated api url startd by an incorrect http://0.0.0.187
I hached the module this way
drupalchat.module line 399
drupal_add_js('var drupalchat_bundle = document.createElement("SCRIPT"); drupalchat_bundle.src = "//'.DRUPALCHAT_EXTERNAL_A_PORT.'/js/iflychat-v2.min.js?app_id=' . variable_get('drupalchat_app_id', NULL) . '"'. '; drupalchat_bundle.async = "async";document.body.appendChild(drupalchat_bundle)', 'inline', 'footer');

replaced by :
drupal_add_js('var drupalchat_bundle = document.createElement("SCRIPT"); drupalchat_bundle.src = "//cdn.iflychat.com/js/iflychat-v2.min.js?app_id=' . variable_get('drupalchat_app_id', NULL) . '"'. '; drupalchat_bundle.async = "async";document.body.appendChild(drupalchat_bundle)', 'inline', 'footer');

🐛 Bug report
Status

Closed: outdated

Version

2.0

Component

Code

Created by

🇫🇷France jvieille

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇮🇹Italy apaderno Brescia, 🇮🇹

    I am closing this issue, since it is for a Drupal version that now is not supported.
    Please re-open it if the issue is also relevant for other project branches that require a supported Drupal version.

Production build 0.69.0 2024