Active
Project:
Coffee
Version:
8.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2018 at 14:22 UTC
Updated:
17 May 2023 at 14:36 UTC
Jump to comment: Most recent
Hi,
I get this error "Could not load data, please refresh the page" on D8 after updating modules :
and D8.6.0 to 8.6.1 core.
Watchdog message:
Type filter
Date Mardi, 18 septembre, 2018 - 16:27
Utilisateur Anonyme (non vérifié)
Emplacement admin/coffee/get-data
Référent admin/config/content/formats/manage/filtered_html?destination=/fr/admin/config/content/formats
Message Missing text format: 2.
Importance AlerteDrush message:
drush @vmdevd8ce cron
Missing text format: 2. [error]
PHP Fatal error: Unsupported operand types in /var/www/drupal-8/core/lib/Drupal/Core/Utility/LinkGenerator.php on line 153
Drush command terminated abnormally due to an unrecoverable error.
Another clue, if I enable a module then relaunch migration creation with migrate-upgrade then I get this error on coffee, and CRON doesn't run and give linkgenerator error.
Thanks
Comments
Comment #2
aiphesComment #3
aiphesComment #4
aiphesComment #5
aiphesPerhaps related to filter_null watchdog alert ?
Comment #6
aiphesComment #7
drale01 commentedHi,
same error for me "Could not load data, please refresh the page" after installing Coffee. And Coffee didn't work on my sites at all. I tried dev version and I uninstalled Backup and Migrate module but Coffee don't work. Also I have 128M memory limit on one site and 256 on second site.
Please help
Comment #8
quietone commentedAs far as I can tell this does not involve a migration so removing tag. If migration is somehow preventing the installation of a module then open an issue in the Core issue queue.
Comment #9
mandclu commentedI had the same error but switching to the dev version got it working for me.
Comment #10
aiphesOn D9.5.0 and upgrading to
Upgrading drupal/coffee (1.2.0 => 1.3.0)get this error back.Downgrade to 1.2.0 get back the module to work. Not tested the dev version.
Downgrading drupal/coffee (1.3.0 => 1.2.0): Extracting archiveComment #11
rar9 commentedgetting the same with 1.2 and 1.3
Comment #12
aiphesStill on D9.5.3, need to stay on 1.2
require drupal/coffee:1.2Comment #13
aiphesComment #14
robcarrI'm seeing this issue on a 9.5.7 site with 8.x-1.3 running (have also tried dev branch). It's clearly a module clash or site config issue, as I have Coffee running just fine on other D9.5.x sites.
I had noticed that the following errors were in the log:
After a bit of investigation, the site I'm having problems with only has custom entity types and it seems that there is an implicit dependency on the Node module being enabled in Coffee to work correctly. Looking through the code in src/Controller/CoffeeController.php there are a few implicit dependencies that are probably enabled on most Drupal sites by default, including Node and Menu. To be thorough, maybe the module should add the relevant dependencies in info.yml, or maybe split the 'Node' aspects of Coffee into a submodule.
Probably doesn't help many others following this issue...
Comment #15
reszliindeed, I ran into this issue on a project where node module is not enabled.