1

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!

m0l0t0v
  • 11
  • 2

1 Answers1

2

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?

luciddreamz
  • 2,073
  • 14
  • 15
  • Ah didn't see that in the userguide...will create a new one. thx! – m0l0t0v Nov 16 '14 at 19:52
  • *"Why not just create a new application"* Because it has lots more config attached to it. I'd rather keep the application and just recreate the web cartridge. – Stijn de Witt Jan 22 '17 at 21:40