Hi @lgtlee - strange that they’re available on your dev environment and not your prod environment - do you have the same version of Concrete CMS installed in both places?
Hi Evan - it is exactly the same version. In fact it’s exactly the same code. I have suspicion it’s down to the production environment not being able to detect the DIR_BASE path correctly.
If I run c5:is-installed on both environments development shows as installed and production shows not installed.
I’ve been looking if there is a way to manually define the DIR_BASE somewhere but can’t seem to find it.
hmm - I wonder if you need to run composer install or composer update in production or something (you might create an intermediary environment to test that out before you run it on production) - seems like there’s some stuff missing.