I'm trying to remove php cartridge from my openshift application:
rhc cartridge remove -a test -c php
Openshift replies saying:
'php-5.4' cannot be removed
I can remove mysql cartridge from the same application without a problem.
Stopping the php cartridge first doesn't help
Anybody have any idea how to remove the php cartridge? Thanks in advance!