Randy Fay
Randy Fay
There are good reasons to install these things globally where we're trying to leave the code "as is", like when testing a vanilla drupal install. Here's how to add phpcs...
Thank you very much @stsewd - that solved that problem. Now if you'd just remind me how to get rid of the ethicalads.min.js crash "Error: No ad placements found". (I...
That's in the console on https://test-ddev.readthedocs.io/en/latest/, which is being built from https://github.com/rfay/ddev/tree/20220707_docs2,, build is https://readthedocs.org/projects/test-ddev/builds/17382495/ (And thank you!)
@davidfischer thanks for looking at this. I added jquery, got past the original issue. Now javascript errors out with the "ethicalads.min.js:1 Uncaught (in promise) Error: No ad placements found" as...
Thanks @davidfischer - It's a public RTD URL and details are in https://github.com/readthedocs/readthedocs.org/issues/9414#issuecomment-1178068130 - you can easily see it yourself. > See the browser js console (chrome) on https://test-ddev.readthedocs.io/en/latest/, which...
Awesome, thanks @davidfischer
@zaifastafa please say what the issues are, and maybe somebody can help you. It would be great if somebody who uses this would turn it into a ddev add-on.
A 503 normally means you have the wrong docroot or that the docroot has no index.php in it. `ddev logs` may help you understand the 503. Please do a standard...
I spent a bit of time today experimenting with building https://salsa.debian.org/php-team/php/-/tree/debian/main/8.2 on debian bullseye, and was able to do it, but it's absolutely not building or installing the same thing...
Thanks for the coaching. I think it must be `gbp buildpackage --git-builder=debuild` right? I must have a little ways to go though, missing your key or something, or maybe I...