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!
You can't change/remove the web framework cartridge you used when creating your application (see the User Guide). Why not just create a new application based on a new web framework or the DIY cart?