πŸ‡©πŸ‡ͺGermany @Umac_de

Account created on 23 September 2011, almost 13 years ago
#

Recent comments

πŸ‡©πŸ‡ͺGermany Umac_de

This can be done easyly by yourself:

1. insert in the template
Continue shopping

2. insert in your .js-file
function continueShopping(){
(function ($) {
$('.ui-icon-closethick').click();
})(jQuery);
}

πŸ‡©πŸ‡ͺGermany Umac_de

@ #9
it works because of
"minimum-stability": "dev" in composer
else you get

- drupal/bee_hotel dev-2.21.x requires drupal/core_event_dispatcher ^4 -> found drupal/core_event_dispatcher[dev-4.x, 4.0.0-alpha1, ..., 4.x-dev (alias of dev-4.x)] but it does not match your minimum-stability.

πŸ‡©πŸ‡ͺGermany Umac_de

Same here after update of project to 10.1.7
Updated the `http.response.debug_cacheability_headers` to `FALSE`
+ patch #87 fixed it

πŸ‡©πŸ‡ͺGermany Umac_de

For Plesk on Linux you have to set open_basedir in PHP settings to
{WEBSPACEROOT}{/}{:}{TMP}{/}{:}{/}opt{/}plesk{/}php{/}8.1{/}bin{/}

The php main version number must be the same as for hosting.

πŸ‡©πŸ‡ͺGermany Umac_de

Same Problem here with node.simplenews_issue field

πŸ‡©πŸ‡ͺGermany Umac_de

For me was the problem, that I had not set the options for jquery_ui_accordion display

πŸ‡©πŸ‡ͺGermany Umac_de

Umac_de β†’ created an issue.

πŸ‡©πŸ‡ͺGermany Umac_de

The problem is probably caused by drupal_http_request in
location/geocoding/google.inc
running in a timeout.

Using cURL HTTP Request instead solved the problem for me:
https://www.drupal.org/project/chr β†’

Production build 0.69.0 2024