Wonderful too, but failing on DEV/TEST/LIVE Pantheon environment
-
I really appreciate how this plugin works. Nice job. I tested it on a local environment, then tried deploying it on our troublesome live site hosted by Pantheon.
FYI, Pantheon allows only code changes/plugin additions on “DEV”. You then push code up to “TEST”, while pulling database (& content assets) from “LIVE” to TEST as well.
When I do this, the plugin fails on TEST as it’s trying to hard-link back to the DEV instance. Pantheon support tells me that the file db.php is linking to the full path:
db.php -> /srv/bindings/firstrandominstancenumber/code/wp-content/plugins/query-monitor/wp-content/db.php
instead of the relative path, like this:
db.php -> ./plugins/query-monitor/wp-content/db.phpNot sure if this a Pantheon bug or just a simple path adjustment for the plugin, but thought it was worth mentioning.
I’ll see if manually modifying it corrects it (I have bigger fish to fry at the moment).
Thanks for an otherwise excellent tool!
- The topic ‘Wonderful too, but failing on DEV/TEST/LIVE Pantheon environment’ is closed to new replies.