Openshift: Cannot remove php cartridge

1.3k views Asked by At

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!

1

There are 1 answers

2
luciddreamz On

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?