-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CpsNotEnabledException #123
Comments
@mxr576 CPS is not available in private cloud yet and yes, it is enabled on all orgs on cloud. |
@arunz6161 when will CPS be available in private cloud? Is this a prerequisite to drupal 8 portal? |
At this moment it is, precisely it is a feature of Apigee Edge that the new https://github.com/apigee/apigee-client-php relies on, so the Drupal 8 module does too. |
@rodvina you can register a free trial org on https://login.apigee.com/login to try out the Drupal 8 module until we settle this problem and have a conclusion. |
@mxr576 Unfortunately we are on version 18.01 of private cloud and was looking into using Drupal 8 for our portal. Based on this, is our only option Drupal 7 at this time? |
CPS is not enabled on on-prem installations at this moment. apigee/apigee-edge-drupal#123
@rodvina I have already implemented a fix for this problem, if you want you can install the above pull request with composer patches on your development out, just add this to Drupal's composer.json. "patches": {
"apigee/apigee-client-php": {
"CPS Fix": "https://github.com/apigee/apigee-client-php/pull/43.diff"
},
} |
CPS is not enabled on on-prem installations at this moment. apigee/apigee-edge-drupal#123
@mxr576 I tried but got this:
|
Failed Key module patch is fine, patch is not longer required since Key 1.8 and it will be removed in the next release. Apigee Client PHP patching works if you install the latest dev version from the PHP API client as I suggested earlier. $composer require apigee/apigee-client-php:2.x-dev
Finished: success: 12, skipped: 0, failure: 0, total: 12 ./composer.json has been updated Gathering patches for root package.
Removing package apigee/apigee-client-php so that it can be re-installed and re-patched.
- Removing apigee/apigee-client-php (2.0.0)
Removing package drupal/key so that it can be re-installed and re-patched.
- Removing drupal/key (1.8.0)
Deleting web/modules/contrib/key - deleted
> DrupalProject\composer\ScriptHandler::checkComposerVersion
Loading composer repositories with package information Updating dependencies (including require-dev) 1/1: https://codeload.github.com/apigee/apigee-client-php/legacy.zip/3e23f5eb327836bd214a57e002f9c81246933bec
Finished: success: 1, skipped: 0, failure: 0, total: 1
Package operations: 2 installs, 1 update, 0 removals
Gathering patches for root package.
Gathering patches for dependencies. This might take a minute.
- Installing apigee/apigee-client-php (2.x-dev 3e23f5e): Cloning 3e23f5eb32 from cache
- Applying patches for apigee/apigee-client-php
https://github.com/apigee/apigee-client-php/pull/43.diff (CPS Fix)
- Installing drupal/key (1.8.0): Loading from cache
- Applying patches for drupal/key
https://www.drupal.org/files/issues/2018-06-27/key-fix-implementation-of-nonekeyinput-2982124-2.patch (Fix implementation of NoneKeyInput)
Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2018-06-27/key-fix-implementation-of-nonekeyinput-2982124-2.patch
We are planning to release a new version from both the PHP API client and the Drupal 8 module in the upcoming days with this fix and bunch of other improvements/new features. |
Fix merged to the PHP API client, it will be part of the next release. |
@rodvina let us know if you still have any issues with this fix. I will set as closed for until we hear otherwise. |
CPS is not enabled on on-prem installations at this moment. apigee/apigee-edge-drupal#123
@rodvina wanted to let you know that this fix has been put out in the 8.x-1.0-beta2 release. |
@cnovak - thanks, I will check it out. |
I'm getting
when clicking My Apps after I created a user.
Does CPS have to be enabled in order to use this drupal 8 module?
Originally posted by @rodvina in #120 (comment)
The text was updated successfully, but these errors were encountered: