Problem/Motivation

Zoho CRM Package Name is not updated.

Steps to reproduce

Installing drupal/zoho_crm_integration doesn't install zohocrm/php-sdk

Proposed resolution

As the package has been renamed to zohocrm/php-sdk-archive, modified the package name in composer.json

Remaining tasks

User interface changes

API changes

Data model changes

Comments

aswin97 created an issue. See original summary.

stijnstroobants’s picture

StatusFileSize
new871 bytes

Created a new patch. Also updating the checkSdkClass method is necessary, to get rid of the Missing class errors.

abhisekmazumdar’s picture

Hey, this needed to be pached ASAP.
I'm getting the following error while trying to install it via composer

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for drupal/zoho_crm_integration 1.x-dev@dev -> satisfiable by drupal/zoho_crm_integration[1.x-dev].
    - drupal/zoho_crm_integration 1.x-dev requires zohocrm/php-sdk 2.0.1 -> no matching package found.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
 - It's a private package and you forgot to add a custom repository to find it

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

Installation failed, reverting ./composer.json to its original content.
composer [require drupal/zoho_crm_integration:1.x-dev@dev] failed, composer command failed: exit status 2. stderr=
theodorosploumis’s picture

Hi, any updates on this patch. We are using our "hacked" version of this module due to this patch missing.

devad’s picture

Status: Patch (to be ported) » Needs review

Can not be installed by Composer. Error message with latest d9:

$ composer require 'drupal/zoho_crm_integration:^1.0@beta'
./composer.json has been updated
Running composer update drupal/zoho_crm_integration
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires drupal/zoho_crm_integration ^1.0@beta -> satisfiable by drupal/zoho_crm_integration[1.0.0-beta1].
    - drupal/zoho_crm_integration 1.0.0-beta1 requires zohocrm/php-sdk 2.0.1 -> found zohocrm/php-sdk[dev-master, dev-beta, 3.0.0, ..., 3.1.0] but it does not match the constraint.


Installation failed, reverting ./composer.json and ./composer.lock to their original content.

gilmord’s picture

Status: Needs review » Closed (duplicate)
Related issues: +#3247672: Fixed for drupal 9 and compatibility issues with eu.