Dibyajyoti Panda
Dibyajyoti Panda
In case of alpine container following steps helped me. Patch version [(2.7.6)](https://pkgs.alpinelinux.org/package/edge/main/x86/patch) have an option `--no-backup-if-mismatch`. ``` echo '@em http://dl-cdn.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories apk add patch@em ```
Yes It will be really great if @dreadlocked can have a look on the D6 vulnerabilities. As there will be no official patch for D6. So we really need to...
@dreadlocked This link https://linux.m2osw.com/security-fix-drupal-6-%E2%80%94-cve-2018-7600-%E2%80%94-sa-core-2018-002 may help you to write an exploit for D6 ?
I am able to exploit with Drupal 8 but It doesn't work with Drupal 7 . Does it really work for D7 as well ?
@krallin After some trial and error this `exec tini -g -- "$@" --init-file="/tmp/mysqld.init"` solved my issue. But yet I am confused why the above doesn't work. I ran `top` after...
Go to the Drupal's root directory, create a composer.json with below snippets and then execute `composer install` **composer.json** ``` { "require": { "drush/drush": "8.*" }, "extra": { "installer-paths": { "core":...
@pjv Did you get any alternative or workaround ?
+1 Need a fix here
I can confirm when **Improved Asset Loading** is on, the popup doesn't displayed and it throws an error `popup.getModal is not a function`. ```js $( window ).on( 'elementor/frontend/init', function() {...