πŸ‡ΊπŸ‡ΈUnited States @platinum1

Account created on 6 May 2013, about 11 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States platinum1

+1
We would appreciate this change as well.

πŸ‡ΊπŸ‡ΈUnited States platinum1

The patch indeed works, but "X" does not have a "www" in the URL.

Not correcting this results in a 301 error on every page that the block is used.

πŸ‡ΊπŸ‡ΈUnited States platinum1

@andy-blum
The original problem was on iOS with Safari as the browser.

The site is currently on 10.2.5 and PHP 8.2.13 and the problem has been solved by updating the site.

πŸ‡ΊπŸ‡ΈUnited States platinum1

+1
This would be very helpful for existing sites.

πŸ‡ΊπŸ‡ΈUnited States platinum1

I saw this advice in https://www.drupal.org/project/bee_hotel/issues/3230352 πŸ› Unable to enable bee_hotel module due to unmet dependency Closed: works as designed , but assumed a new build would fix that issue.

After deleting config/install/views.view.bee_hotel_units.yml the installation finished, but the site still has the WSOD. Error log shows the following:

Uncaught PHP Exception InvalidArgumentException: "Field field_availability_daily is unknown." at /home/solution/public_html/epicure.club/web/core/lib/Drupal/Core/Entity/ContentEntityBase.php line 587

Same error as before.

πŸ‡ΊπŸ‡ΈUnited States platinum1

Used Composer to update the site.

https://www.drupal.org/project/bee_hotel/releases/2.16.0-alpha1 β†’ and https://www.drupal.org/project/bat_api/releases/8.x-1.3 β†’ were installed.

When installing the module, we get the following error:

Unable to install BEE Hotel due to unmet dependencies: views.view.bee_hotel_units (field.storage.node.field_accept_reservations, field.storage.node.field_image_large, field.storage.node.field_slogan, image.style.mini_header)

πŸ‡ΊπŸ‡ΈUnited States platinum1

Sweet!
Thank you @thejimbirch

πŸ‡ΊπŸ‡ΈUnited States platinum1

Let me correct my earlier statement. The install worked, but then took the site down with the following fatal error:

[04-Sep-2023 15:10:53 Africa/Johannesburg] Uncaught PHP Exception InvalidArgumentException: "Field field_availability_daily is unknown." at /home/solution/public_html/epicure.club/web/core/lib/Drupal/Core/Entity/ContentEntityBase.php line 587

πŸ‡ΊπŸ‡ΈUnited States platinum1

+1 on a release

πŸ‡ΊπŸ‡ΈUnited States platinum1

That worked. Thank you @afagioli

πŸ‡ΊπŸ‡ΈUnited States platinum1

@Dyru Did you get this error resolved?

πŸ‡ΊπŸ‡ΈUnited States platinum1

Thank you for the feedback @Harish1688. I am not sure what other information we can provide. It was a clean install. We did not get any error messages in the log. We only became aware of the problem because a client mentioned that the menu does not work on their phone.

πŸ‡ΊπŸ‡ΈUnited States platinum1

That is a surprise. Maybe the 8.x version should be listed under the Releases.

The way the project page looks, 8.x is not supported.

πŸ‡ΊπŸ‡ΈUnited States platinum1

It would be nice to incorporate the patch in a Beta3 release.

πŸ‡ΊπŸ‡ΈUnited States platinum1

Would be nice to get this resolved.

πŸ‡ΊπŸ‡ΈUnited States platinum1

Would be nice to see this resolved.

πŸ‡ΊπŸ‡ΈUnited States platinum1

@cilefen Thank you for pointing out the obvious. Sometimes you can't see the wood for the trees...

πŸ‡ΊπŸ‡ΈUnited States platinum1

This is the composer.json file

{
"name": "drupalcommerce/project-base",
"description": "Commerce 2.x project template",
"type": "project",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "",
"role": ""
}
],
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"commerce_base": {
"type": "vcs",
"url": "https://github.com/drupalcommerce/commerce_base"
},
"asset-packagist": {
"type": "composer",
"url": "https://asset-packagist.org"
}
},
"config": {
"bin-dir": "bin",
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true,
"drupal/core-composer-scaffold": true,
"zaporylie/composer-drupal-optimizations": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"simplesamlphp/composer-module-installer": true,
"oomphinc/composer-installers-extender": true,
"drupal/core-project-message": true
}
},
"require": {
"ext-curl": "*",
"composer/installers": "^2.1",
"cweagans/composer-patches": "^1.7",
"drupal/addtoany": "^1.0",
"drupal/admin_toolbar": "^3.0",
"drupal/advagg": "^6.0",
"drupal/ajax_add_to_cart": "^2.0",
"drupal/allowed_formats": "^2.0",
"drupal/amp": "3.x-dev@dev",
"drupal/antibot": "^2.0",
"drupal/bee_hotel": "^2.14@alpha",
"drupal/blazy": "^2.0",
"drupal/block_field": "^1.0",
"drupal/block_visibility_groups": "^2.0",
"drupal/bootstrap": "^3.0",
"drupal/bootstrap_paragraphs": "^2.0",
"drupal/calendar": "^1.0",
"drupal/captcha": "^1.2",
"drupal/checklistapi": "^2.0",
"drupal/cloudflare": "^2.0",
"drupal/coffee": "^1.0",
"drupal/color": "^1.0",
"drupal/colorbox": "^2.0",
"drupal/commerce": "^2.2",
"drupal/commerce_paypal": "^1.0",
"drupal/commerce_saferpay": "^1.1",
"drupal/config_update": "^1.7",
"drupal/contact_formatter": "^2.0",
"drupal/contact_storage": "^1.1",
"drupal/core": "^9.5",
"drupal/core-composer-scaffold": "^9.5",
"drupal/core-project-message": "^9.5",
"drupal/core-recommended": "^9.5",
"drupal/crop": "^2.0",
"drupal/css_editor": "^2.0",
"drupal/ctools": "^3.7",
"drupal/currency": "^3.0",
"drupal/diff": "^1.0",
"drupal/dynamic_entity_reference": "^2.0",
"drupal/easy_breadcrumb": "^2.0",
"drupal/editor_advanced_link": "^2.0",
"drupal/entity_browser": "^2.6",
"drupal/entity_clone": "^1.0",
"drupal/entity_reference_facet_link": "^2.0",
"drupal/entity_reference_revisions": "^1.9",
"drupal/entity_usage": "^2.0",
"drupal/exchange_rates": "^1.3",
"drupal/facebook_pixel": "^2.0",
"drupal/facets": "^2.0",
"drupal/fast_404": "^2.0",
"drupal/field_group": "^3.2",
"drupal/field_timer": "^1.0",
"drupal/flag": "^4.0",
"drupal/focal_point": "^1.5",
"drupal/fontawesome": "^2.0",
"drupal/fullcalendar_library": "^1.1",
"drupal/geocoder": "^3.2",
"drupal/geofield": "^1.3",
"drupal/geolocation": "^3.7",
"drupal/geophp": "^1.0",
"drupal/google_analytics": "^4.0",
"drupal/honeypot": "^2.0",
"drupal/hreflang": "^1.5",
"drupal/iframe": "^2.0",
"drupal/imagemagick": "^3.2",
"drupal/imce": "^2.4",
"drupal/inline_entity_form": "^1.0",
"drupal/jquery_colorpicker": "^2.0",
"drupal/jquery_ui_datepicker": "^2.0",
"drupal/juicebox": "^4.0",
"drupal/linkit": "^5.0",
"drupal/mailsystem": "^4.3",
"drupal/media_entity_browser": "^2.0",
"drupal/metatag": "^1.0",
"drupal/module_filter": "^3.2",
"drupal/office_hours": "^1.7",
"drupal/paragraphs": "^1.0",
"drupal/pathauto": "^1.8",
"drupal/pdf": "^1.1",
"drupal/plugin": "^2.0",
"drupal/purge": "^3.0",
"drupal/rabbit_hole": "^1.0",
"drupal/rdfui": "^1.0",
"drupal/redirect": "^1.6",
"drupal/scheduler": "^1.4",
"drupal/schema_metatag": "^2.2",
"drupal/search404": "^2.0",
"drupal/search_api": "^1.0",
"drupal/seckit": "^2.0",
"drupal/security_review": "^2.0",
"drupal/services": "^4.0",
"drupal/simple_sitemap": "^4.0",
"drupal/simple_social_icons": "^3.0",
"drupal/simplenews": "^3.3",
"drupal/simplesamlphp_auth": "^3.3",
"drupal/sitemap": "^2.0",
"drupal/social_media_links": "^2.8",
"drupal/sophron": "^1.0",
"drupal/superfish": "^1.0",
"drupal/symfony_mailer": "^1.3",
"drupal/telephone_validation": "^2.2",
"drupal/token": "^1.0",
"drupal/unlimited_number": "^2.0",
"drupal/vendor_stream_wrapper": "^2.0",
"drupal/veoa": "^2.0",
"drupal/video_embed_field": "^2.4",
"drupal/views_advanced_routing": "^2.0",
"drupal/views_bootstrap": "^4.3",
"drupal/viewsreference": "^2.0",
"drupal/webform": "^6.2",
"drupal/webform_views": "^5.1",
"drupal/webp": "^1.0",
"drupal/weight": "^3.0",
"drupal/whatsapp_bubble": "^1.0",
"drupal/yoast_seo": "2.x-dev@dev",
"drupalcommerce/commerce_base": "9.x-dev",
"drush/drush": "^11.0",
"easyrdf/easyrdf": "1.0.0-rc.1 as 0.9.1",
"swiftmailer/swiftmailer": "^6.0",
"vlucas/phpdotenv": "^5.1",
"webflo/drupal-finder": "^1.2",
"webmozart/path-util": "^2.3"
},
"require-dev": {
"drupal/core-dev": "^9.5.0"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"classmap": [
"scripts/composer/ScriptHandler.php"
]
},
"scripts": {
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold",
"pre-install-cmd": [
"DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
],
"pre-update-cmd": [
"DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
],
"post-install-cmd": [
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
],
"post-update-cmd": [
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
]
},
"extra": {
"composer-exit-on-patch-failure": true,
"patchLevel": {
"drupal/core": "-p2"
},
"drupal-scaffold": {
"locations": {
"web-root": "web/"
}
},
"installer-types": [
"bower-asset",
"npm-asset"
],
"installer-paths": {
"web/core": [
"type:drupal-core"
],
"web/libraries/{$name}": [
"type:drupal-library",
"type:bower-asset",
"type:npm-asset"
],
"web/modules/contrib/{$name}": [
"type:drupal-module"
],
"web/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"web/themes/contrib/{$name}": [
"type:drupal-theme"
],
"drush/Commands/contrib/{$name}": [
"type:drupal-drush"
]
},
"patches": {
"drupal/advagg": {
"Drupal advagg CkEditor patch": " https://www.drupal.org/files/issues/2022-09-19/3310388-2.patch β†’ "
}
}
}
}

πŸ‡ΊπŸ‡ΈUnited States platinum1

platinum1 β†’ created an issue.

πŸ‡ΊπŸ‡ΈUnited States platinum1

I am surprised the maintainers have not fixed this problem. Looks like the module is abandoned...

πŸ‡ΊπŸ‡ΈUnited States platinum1

Had the same problem after an upgrade from advagg 4.x to 6.0.

Only solution was to uninstall advagg via Drush. Then reinstall advagg and configure again.

Production build 0.69.0 2024