🇺🇸United States @tjtj

Account created on 6 September 2010, over 14 years ago
#

Recent comments

🇺🇸United States tjtj

This makes it hard to maintain the site using Composer. php errors are critical.

🇺🇸United States tjtj

hmmm. I removed the cleantalk directory and unzipped the above zip file to replace it. but I still get:
1157484 23/Apr 14:46 php Error Error: Class
"Drupal\cleantalk\EventSubscriber\BootSubscriber" not
found in
Drupal\Component\DependencyInjection\Container->create
Service() (line 259 of
/home/jamesrom/public_html/blogs/we

🇺🇸United States tjtj

Can you release a new version I can install with Composer? I just6 got an email that updates are ready to be used. Is that fir this new version?

🇺🇸United States tjtj

I went through the steps in README.md, in /public_html/blogs/web/modules/contrib/charts/modules/charts_chartjs, but I do not get a charts library. The last step gives:

-bash: npm-asset/chartjs-adapter-date-fns:^3.0: No such file or directory
-bash: npm-asset/chartjs-plugin-datalabels:^2.0: No such file or directory

I tried both ways in composer.json.

"extra": {
    "installer-types": ["npm-asset"],
    "installer-paths": {
        "web/libraries/chart.js": ["npm-asset/chart.js"],
        "web/libraries/chartjs-adapter-date-fns": [
          "npm-asset/chartjs-adapter-date-fns"
        ],
        "web/libraries/chartjs-plugin-datalabels": [
          "npm-asset/chartjs-plugin-datalabels"
        ],
    },
}

NOTE: If this isn't working, try instead adding:
"extra": {
    "installer-types": ["npm-asset"],
    "installer-paths": {
        ...
        "web/libraries/{$name}": ["type:drupal-library", "vendor:npm-asset"]
    },
}

I reinstalled charts, and CDN was selected. And the error is gone. Sorry about bothering you.

🇺🇸United States tjtj

That is really complicated. Shouldn't charts install the necessary library for me?

🇺🇸United States tjtj

Please provide some info on how to install the chart.js library too.

🇺🇸United States tjtj

11.1.4.
I get a message in reports that I need a plugin.

Chart.js Library
Not Installed
You are missing the Chart.js library in your Drupal installation directory and you have opted not to use a CDN. Please either enable use of the CDN in the Chart Settings under the Advanced tab or see the README file inside charts_chartjs for instructions to install the library.

So I went the Charts setting to fix this, and pow!

🇺🇸United States tjtj

Release this already! Its 3 months!!

🇺🇸United States tjtj

Ah. I uninstalled it, reinstalled it, and node_counter is there

🇺🇸United States tjtj

node_counter is NOT in my database. How do I create it? Surely installing statistics should create it?

🇺🇸United States tjtj

Does the released D11 views_slideshow require this? My slideshow no longer slides in D11.

🇺🇸United States tjtj

Please release the D11 version!

🇺🇸United States tjtj

So please release the D11 version. I do not understand why it takes so long. Or at least release a patch.

🇺🇸United States tjtj

I was unable to get the patch to work in composer.json

    "extra": {
       "patches": {
           "drupal/zurb_foundation": {
               "temporary patch": "https://git.drupalcode.org/project/zurb-foundation/-/merge_requests/30.patch"
           }
       },

so I unstalled ZF and was able to update to 11.1.2.
Then I reinstalled the theme manually (from the tar file) and applied your patch.

But now, the slideshow displays all the images at once. Any suggestions?
Thanks, Jim

🇺🇸United States tjtj

I had to uninstall Zurb Foundation. I should not have had to. Then

composer update -W 

worked and a new lock file was created. Why didn't my composer patch work?

🇺🇸United States tjtj

# composer update
Gathering patches for root package.
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires drupal/core-recommended ^11 -> satisfiable by drupal/core-recommended[11.0.0-alpha1, ..., 11.x-dev].
    - Root composer.json requires drupal/zurb_foundation ^9.0@beta -> satisfiable by drupal/zurb_foundation[9.0.0-beta1].
    - drupal/core-recommended 11.0.0-rc1 requires drupal/core 11.0.0-rc1 -> satisfiable by drupal/core[11.0.0-rc1].
    - drupal/core-recommended 11.0.0-alpha1 requires drupal/core 11.0.0-alpha1 -> satisfiable by drupal/core[11.0.0-alpha1].
    - drupal/core-recommended 11.0.0-beta1 requires drupal/core 11.0.0-beta1 -> satisfiable by drupal/core[11.0.0-beta1].
    - drupal/core-recommended 11.0.0 requires drupal/core 11.0.0 -> satisfiable by drupal/core[11.0.0].
    - drupal/core-recommended 11.0.1 requires drupal/core 11.0.1 -> satisfiable by drupal/core[11.0.1].
    - drupal/core-recommended 11.0.10 requires drupal/core 11.0.10 -> satisfiable by drupal/core[11.0.10].
    - drupal/core-recommended 11.0.11 requires drupal/core 11.0.11 -> satisfiable by drupal/core[11.0.11].
    - drupal/core-recommended 11.0.2 requires drupal/core 11.0.2 -> satisfiable by drupal/core[11.0.2].
    - drupal/core-recommended 11.0.3 requires drupal/core 11.0.3 -> satisfiable by drupal/core[11.0.3].
    - drupal/core-recommended 11.0.4 requires drupal/core 11.0.4 -> satisfiable by drupal/core[11.0.4].
    - drupal/core-recommended 11.0.5 requires drupal/core 11.0.5 -> satisfiable by drupal/core[11.0.5].
    - drupal/core-recommended 11.0.6 requires drupal/core 11.0.6 -> satisfiable by drupal/core[11.0.6].
    - drupal/core-recommended 11.0.7 requires drupal/core 11.0.7 -> satisfiable by drupal/core[11.0.7].
    - drupal/core-recommended 11.0.8 requires drupal/core 11.0.8 -> satisfiable by drupal/core[11.0.8].
    - drupal/core-recommended 11.0.9 requires drupal/core 11.0.9 -> satisfiable by drupal/core[11.0.9].
    - drupal/core-recommended 11.0.x-dev requires drupal/core 11.0.x-dev -> satisfiable by drupal/core[11.0.x-dev].
    - drupal/core-recommended 11.1.0-rc1 requires drupal/core 11.1.0-rc1 -> satisfiable by drupal/core[11.1.0-rc1].
    - drupal/core-recommended 11.1.0-beta1 requires drupal/core 11.1.0-beta1 -> satisfiable by drupal/core[11.1.0-beta1].
    - drupal/core-recommended 11.1.0 requires drupal/core 11.1.0 -> satisfiable by drupal/core[11.1.0].
    - drupal/core-recommended 11.1.1 requires drupal/core 11.1.1 -> satisfiable by drupal/core[11.1.1].
    - drupal/core-recommended 11.1.2 requires drupal/core 11.1.2 -> satisfiable by drupal/core[11.1.2].
    - drupal/core-recommended 11.1.x-dev requires drupal/core 11.1.x-dev -> satisfiable by drupal/core[11.1.x-dev].
    - drupal/core-recommended 11.x-dev requires drupal/core 11.x-dev -> satisfiable by drupal/core[11.x-dev].
    - drupal/zurb_foundation 9.0.0-beta1 requires drupal/core ^9.3 || ^10 -> satisfiable by drupal/core[9.3.0-alpha1, ..., 9.5.x-dev, 10.0.0-alpha1, ..., 10.5.x-dev].
    - Conclusion: don't install drupal/core 11.1.x-dev (conflict analysis result)
    - Conclusion: don't install drupal/core 11.x-dev (conflict analysis result)
    - Conclusion: don't install drupal/core 11.0.0-alpha1 (conflict analysis result)
    - Conclusion: don't install drupal/core 11.0.0-beta1 (conflict analysis result)
    - Conclusion: don't install drupal/core 11.0.0-rc1 (conflict analysis result)
    - Conclusion: don't install drupal/core 11.0.0 (conflict analysis result)
    - Conclusion: don't install drupal/core 11.0.1 (conflict analysis result)
    - Conclusion: don't install drupal/core 11.0.2 (conflict analysis result)
    - Conclusion: don't install drupal/core 11.0.3 (conflict analysis result)
    - Conclusion: don't install drupal/core 11.0.4 (conflict analysis result)
    - Conclusion: don't install drupal/core 11.0.5 (conflict analysis result)
    - Conclusion: don't install drupal/core 11.0.6 (conflict analysis result)
    - Conclusion: don't install drupal/core 11.0.7 (conflict analysis result)
    - Conclusion: don't install drupal/core 11.0.8 (conflict analysis result)
    - Conclusion: don't install drupal/core 11.0.9 (conflict analysis result)
    - Conclusion: don't install drupal/core 11.0.10 (conflict analysis result)
    - Conclusion: don't install drupal/core 11.0.11 (conflict analysis result)
    - Conclusion: don't install drupal/core 11.1.0-beta1 (conflict analysis result)
    - Conclusion: don't install drupal/core 11.1.0-rc1 (conflict analysis result)
    - Conclusion: don't install drupal/core 11.1.0 (conflict analysis result)
    - Conclusion: don't install drupal/core 11.1.1 (conflict analysis result)
    - Conclusion: don't install drupal/core 11.1.2 (conflict analysis result)
    - You can only install one version of a package, so only one of these can be installed: drupal/core[8.0.0-beta6, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev, 10.0.0-alpha1, ..., 10.5.x-dev, 11.0.0-alpha1, ..., 11.x-dev].
    - You can only install one version of a package, so only one of these can be installed: drupal/core[8.7.0-alpha1, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev, 10.0.0-alpha1, ..., 10.5.x-dev, 11.0.0-alpha1, ..., 11.x-dev].

zurb foundation has a patch in composer.json:

    "extra": {
        "patches": {
            "drupal/zurb_foundation": {
                "temporary patch": "https://git.drupalcode.org/project/zurb-foundation/-/merge_requests/30.p..."
            }
        },
 

🇺🇸United States tjtj

Composer.json says ^11. But how do I fix the core 10.4.2

# composer prohibits drupal/core 11.1
drupal/core-recommended    10.4.2 requires         drupal/core (10.4.2)
drupal/core                11.1.0 requires         symfony/console (^7.2)
drupal/recommended-project -      does not require symfony/console (but v6.4.17 is installed)
drupal/core                11.1.0 requires         symfony/dependency-injection (^7.2)
drupal/recommended-project -      does not require symfony/dependency-injection (but v6.4.16 is installed)
drupal/core                11.1.0 requires         symfony/event-dispatcher (^7.2)
drupal/recommended-project -      does not require symfony/event-dispatcher (but v6.4.13 is installed)
drupal/core                11.1.0 requires         symfony/filesystem (^7.2)
drupal/recommended-project -      does not require symfony/filesystem (but v6.4.13 is installed)
drupal/core                11.1.0 requires         symfony/finder (^7.2)
drupal/recommended-project -      does not require symfony/finder (but v6.4.17 is installed)
drupal/core                11.1.0 requires         symfony/http-foundation (^7.2)
drupal/recommended-project -      does not require symfony/http-foundation (but v6.4.18 is installed)
drupal/core                11.1.0 requires         symfony/http-kernel (^7.2)
drupal/recommended-project -      does not require symfony/http-kernel (but v6.4.18 is installed)
drupal/core                11.1.0 requires         symfony/mailer (^7.2)
drupal/recommended-project -      does not require symfony/mailer (but v6.4.18 is installed)
drupal/core                11.1.0 requires         symfony/mime (^7.2)
drupal/recommended-project -      does not require symfony/mime (but v6.4.18 is installed)
drupal/core                11.1.0 requires         symfony/routing (^7.2)
drupal/recommended-project -      does not require symfony/routing (but v6.4.18 is installed)
drupal/core                11.1.0 requires         symfony/serializer (^7.2)
drupal/recommended-project -      does not require symfony/serializer (but v6.4.18 is installed)
drupal/core                11.1.0 requires         symfony/validator (^7.2)
drupal/recommended-project -      does not require symfony/validator (but v6.4.18 is installed)
drupal/core                11.1.0 requires         symfony/process (^7.2)
drupal/recommended-project -      does not require symfony/process (but v6.4.15 is installed)
drupal/core                11.1.0 requires         symfony/yaml (^7.2)
drupal/recommended-project -      does not require symfony/yaml (but v6.4.18 is installed)
drupal/core                11.1.0 requires         doctrine/annotations (^2.0)
drupal/recommended-project -      does not require doctrine/annotations (but 1.14.4 is installed)
drupal/core                11.1.0 requires         symfony/psr-http-message-bridge (^7.2)
drupal/recommended-project -      does not require symfony/psr-http-message-bridge (but v6.4.13 is in

🇺🇸United States tjtj

Why can't you just release this? Patching requires munging with composer.json.

🇺🇸United States tjtj

But I was referring to Drupal-CMS.

🇺🇸United States tjtj

Webform has now been updated, and users of your theme cannot update to Drupal 11! Please update it.

🇺🇸United States tjtj

webform 6.3.0-alpha1 is released. Please release this.

🇺🇸United States tjtj

where is the link to 6.3 alpha?

🇺🇸United States tjtj

I can live with an unstable webforms, since it will be updated by composer when it is totally fixed. But I cannot do the move to D11 on a test site until you release a dev version of this module.

🇺🇸United States tjtj

There is no version number in jquery_ui.menu.info.yml

"name: jQuery UI Menu
type: module
description: 'Provides jQuery UI Menu library.'
package: jQuery UI
core_version_requirement: ^9.2 || ^10 || ^11
dependencies:
  - jquery_ui:jquery_ui (>=8.x-1.7)ent: ^9.2 || ^10 || ^11

But my versions that work have this in them:

# Information added by Drupal.org packaging script on 2024-05-30
version: '2.1.0'
project: 'jquery_ui_menu'
datestamp: 1717031362

I added this, and it fixed it!

But why wasn't it added by the packaging system?

🇺🇸United States tjtj

How do I get a patch to apply or a new D11 release? This is stop[ping my D11 upgrade. Webform has 6.3 out.

🇺🇸United States tjtj

Extend does not show the version of these modules either. For example, JQuery UI:

Machine name: jquery_ui_datepicker
Requires:
  • jQuery UI (>=8.x-1.7) (incompatible with version * ? *)
Required by:
  • Webform jQueryUI Datepicker
Module path: modules/contrib/jquery_ui_datepicker
🇺🇸United States tjtj

tjtj created an issue.

🇺🇸United States tjtj

so how do I install the working D11 version?

🇺🇸United States tjtj

Thanks. Why not put a link to this? Views claims they will do their update

🇺🇸United States tjtj

I cant remove classy from 10.3. If I do, I get
Undefined array key "classy" ThemeHandler.php:74

It is not installed on my appearance page either.

🇺🇸United States tjtj

So how do I get a D11 version?

🇺🇸United States tjtj

https://www.drupal.org/project/webform/I am confused by this long issue. How do I get webform to work on Drupal 11?

 # composer require "drupal/webform:dev-3465838-drupal-11-compatibility as 6.3.x-dev" -W
./composer.json has been updated
Running composer update drupal/webform --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires drupal/webform dev-3465838-drupal-11-compatibility as 6.3.x-dev, it is satisfiable by drupal/webform[dev-3465838-drupal-11-compatibility] from vcs repo (git https://git.drupalcode.org/issue/webform-3465838.git) but drupal/webform[dev-4.x, dev-5.x, dev-6.x, dev-6.0.x, dev-6.1.x, dev-6.2.x, dev-6.3.x, 4.x-dev (alias of dev-4.x), 5.0.0-beta1, ..., 5.x-dev (alias of dev-5.x), 6.0.0-alpha1, ..., 6.x-dev (alias of dev-6.x)] from composer repo (https://packages.drupal.org/8) has higher repository priority. The packages from the higher priority repository do not match your constraint and are therefore not installable. That repository is canonical so the lower priority repo's packages are not installable. See https://getcomposer.org/repoprio for details and assistance.
  Problem 2
    - drupal/webform_views is locked to version 5.4.0 and an update of this package was not requested.
    - drupal/webform_views 5.4.0 requires drupal/webform ^6.0 -> found drupal/webform[dev-6.x, dev-6.0.x, dev-6.1.x, dev-6.2.x, dev-6.3.x, 6.0.0-alpha1, ..., 6.x-dev (alias of dev-6.x)] but it conflicts with your root composer.json require (dev-3465838-drupal-11-compatibility as 6.3.x-dev).

and

# composer require drupal/webform:dev-3465838-drupal-11-compatibility
./composer.json has been updated
Running composer update drupal/webform
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires drupal/webform dev-3465838-drupal-11-compatibility, it is satisfiable by drupal/webform[dev-3465838-drupal-11-compatibility] from vcs repo (git https://git.drupalcode.org/issue/webform-3465838.git) but drupal/webform[dev-4.x, dev-5.x, dev-6.x, dev-6.0.x, dev-6.1.x, dev-6.2.x, dev-6.3.x, 4.x-dev (alias of dev-4.x), 5.0.0-beta1, ..., 5.x-dev (alias of dev-5.x), 6.0.0-alpha1, ..., 6.x-dev (alias of dev-6.x)] from composer repo (https://packages.drupal.org/8) has higher repository priority. The packages from the higher priority repository do not match your constraint and are therefore not installable. That repository is canonical so the lower priority repo's packages are not installable. See https://getcomposer.org/repoprio for details and assistance.
  Problem 2
    - drupal/webform_views is locked to version 5.4.0 and an update of this package was not requested.
    - drupal/webform_views 5.4.0 requires drupal/webform ^6.0 -> found drupal/webform[dev-6.x, dev-6.0.x, dev-6.1.x, dev-6.2.x, dev-6.3.x, 6.0.0-alpha1, ..., 6.x-dev (alias of dev-6.x)] but it conflicts with your root composer.json require (dev-3465838-drupal-11-compatibility).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Please issue a real release ASAP.

🇺🇸United States tjtj

# composer require drupal/geolocation_geometry_natural_earth_us_states
./composer.json has been updated
Running composer update drupal/geolocation_geometry_natural_earth_us_states
Loading composer repositories with package information
Updating dependencies
Lock file operations: 4 installs, 0 updates, 0 removals
  - Locking drupal/geolocation_geometry (3.14.0)
  - Locking drupal/geolocation_geometry_data (4.0.0-alpha7)
  - Locking drupal/geolocation_geometry_natural_earth_us_states (4.0.0-alpha1)
  - Locking drupal/migrate_plus (6.0.4)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 4 installs, 0 updates, 0 removals
  - Syncing drupal/migrate_plus (6.0.4) into cache
  - Installing drupal/geolocation_geometry (3.14.0)
  - Installing drupal/migrate_plus (6.0.4): Cloning 6.0.4 from cache
  - Installing drupal/geolocation_geometry_data (4.0.0-alpha7)
  - Installing drupal/geolocation_geometry_natural_earth_us_states (4.0.0-alpha1)
2 package suggestions were added by new dependencies, use `composer suggest` to see details.
Package wikimedia/composer-merge-plugin is abandoned, you should avoid using it. No replacement was suggested.
Generating autoload files
98 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
phpstan/extension-installer: Extensions installed
No security vulnerability advisories found.
Using version ^4.0@alpha for drupal/geolocation_geometry_natural_earth_us_states
jarfx:/srv/www/htdocs/www # drush updb
 [error]   (Currently using Missing or invalid module The following module is marked as installed in the core.extension
configuration, but it is missing:
 * geolocation_geometry_natural_earth_us_states

But again, drush does not see it:

www # ./dr pm-list | grep geolocation
  Geolocation                       Geolocation (geolocation)                                                              Enabled    4.0.0-alpha7
  Geolocation                       Geolocation - Address (geolocation_address)                                            Enabled    4.0.0-alpha7
  Geolocation                       Geolocation - Baidu Maps (geolocation_baidu)                                           Disabled   4.0.0-alpha7
  Geolocation                       Geolocation - Bing Maps (geolocation_bing)                                             Disabled   4.0.0-alpha7
  Geolocation                       Geolocation - Demo (geolocation_demo)                                                  Disabled   4.0.0-alpha7
  Geolocation                       Geolocation - Geocodio (geolocation_geocodio)                                          Disabled   4.0.0-alpha7
  Geolocation                       Geolocation - Geofield Integration (geolocation_geofield)                              Disabled   4.0.0-alpha7
  Geolocation                       Geolocation - Geometry (geolocation_geometry)                                          Enabled    4.0.0-alpha7
  Geolocation                       Geolocation - Geometry - Data (geolocation_geometry_data)                              Enabled    4.0.0-alpha7
  Geolocation                       Geolocation - Geometry - Demo (geolocation_geometry_demo)                              Disabled   4.0.0-alpha7
  Geolocation                       Geolocation - Google Maps API (geolocation_google_maps)                                Enabled    4.0.0-alpha7
  Geolocation                       Geolocation - Google Maps API - Demo (geolocation_google_maps_demo)                    Disabled   4.0.0-alpha7
  Geolocation                       Geolocation - Google Places API (geolocation_google_places_api)                        Disabled   4.0.0-alpha7
  Geolocation                       Geolocation - Google Static Maps (geolocation_google_static_maps)                      Enabled    4.0.0-alpha7
  Geolocation                       Geolocation - Google  Static Maps - Demo (geolocation_google_static_maps_demo)         Disabled   4.0.0-alpha7
  Geolocation                       Geolocation - GPX (geolocation_gpx)                                                    Disabled   4.0.0-alpha7
  Geolocation                       Geolocation - Here Maps (geolocation_here)                                             Enabled    4.0.0-alpha7
  Geolocation                       Geolocation - Leaflet (geolocation_leaflet)                                            Disabled   4.0.0-alpha7
  Geolocation                       Geolocation - Leaflet - Demo (geolocation_leaflet_demo)                                Disabled   4.0.0-alpha7
  Geolocation                       Geolocation - Search API Integration (geolocation_search_api)                          Disabled   4.0.0-alpha7
  Geolocation                       Geolocation - Yandex Maps (geolocation_yandex)                                         Disabled   4.0.0-alpha7

🇺🇸United States tjtj

Close this. Forgot to enable it. (needs to be in instructions)

🇺🇸United States tjtj

 The process "git clone --no-checkout '/root/.cache/composer/vcs/https---github.com-phpstan-phpstan.git/' '/   
 srv/www/htdocs/www/vendor/phpstan/phpstan' --dissociate --reference '/root/.cache/composer/vcs/https---gith   
 ub.com-phpstan-phpstan.git/' && cd '/srv/www/htdocs/www/vendor/phpstan/phpstan' && git remote set-url origi   
 n -- 'https://github.com/phpstan/phpstan.git' && git remote add composer -- 'https://github.com/phpstan/php   
 stan.git'" exceeded the timeout of 300 seconds.                                                               
                                                   
 

🇺🇸United States tjtj

I get this too. My Config menu has disappeared, and when I manually go to admin/config, I get "access denied"
Path: /admin/config. Drupal\Core\Http\Exception\CacheableAccessDeniedHttpException: in Drupal\Core\Routing\AccessAwareRouter->checkAccess() (line 115 of /home/myname/public_html/mysite/web/core/lib/Drupal/Core/Routing/AccessAwareRouter.php).
I am admin. How do I track this down?

🇺🇸United States tjtj

Error got munged:
Warning: Undefined variable $send_test_link in
Drupal\mailchimp_campaign\Controller\MailchimpCampaignController->overview() (line 178 of
/home/stelnews/public_html/web/modules/contrib/mail

🇺🇸United States tjtj

Installed patch. seems to work. Thanks. This also solves the issues with the cheditor5_font plugin https://www.drupal.org/project/drupal/issues/3457622#comment-15664592 🐛 logic exception in Drupal\Core\Config\Schema\Mapp Postponed: needs info

🇺🇸United States tjtj

I was unable to rename the title. But 10.3 checks the validity of CKEditor5 plugins, and this module failsw and prevents ant editing of a site. I had 5 sites affected by this, and all revived when I uninstalled this module.

🇺🇸United States tjtj

17:07:05.068

Error: TelemetryStopwatch: finishing nonexisting stopwatch. Histogram: "WEBEXT_CONTENT_SCRIPT_INJECTION_MS_BY_ADDONID", key: "{446900e4-71c2-419f-a6a7-df9c091e268b}" ExtensionTelemetry.sys.mjs:228:41
17:07:05.069
Error: TelemetryStopwatch: finishing nonexisting stopwatch. Histogram: "WEBEXT_CONTENT_SCRIPT_INJECTION_MS", key: "" ExtensionTelemetry.sys.mjs:224:31
17:07:05.069
Error: TelemetryStopwatch: finishing nonexisting stopwatch. Histogram: "WEBEXT_CONTENT_SCRIPT_INJECTION_MS_BY_ADDONID", key: "{446900e4-71c2-419f-a6a7-df9c091e268b}" ExtensionTelemetry.sys.mjs:228:41
17:07:05.069
timerId not found for Glean timing_distribution contentScriptInjection ExtensionTelemetry.sys.mjs:182
17:07:05.081
Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist. bg.min.js:2
17:07:05.399 InstallTrigger is deprecated and will be removed in the future. commons.js:2:1452152
17:07:05.422

Uncaught TypeError: can't access property "id", [].find(...) is undefined

17:07:13.835

Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist.

🇺🇸United States tjtj

Bingo! Installing https://www.drupal.org/project/ckeditor5_font throws this error!

uninstalling it removes the error. I am filing this with that project.

🇺🇸United States tjtj

I uninstalled every CKEditor5 plugin and CKEditor itself (having removed CKEditor from the full_html and basic_html content editors. 10.3 works, and the editor.editor files are gone from configuration exports. I will now enable stuff one at a time.

🇺🇸United States tjtj
# grep -rnw './' -e "filter_settings"
./webform/src/Form/AdminConfig/WebformAdminConfigFormsForm.php:90:    $form['filter_settings'] = [
./webform/src/Form/AdminConfig/WebformAdminConfigFormsForm.php:96:    $form['filter_settings']['limit'] = [
./webform/src/Form/AdminConfig/WebformAdminConfigFormsForm.php:111:    $form['filter_settings']['filter_category'] = [
./webform/src/Form/AdminConfig/WebformAdminConfigFormsForm.php:120:    $form['filter_settings']['filter_state'] = [
./slick/config/schema/slick.schema.yml:310:filter_settings.slick_filter:
./blazy/config/schema/blazy.schema.yml:163:filter_settings.blazy_filter:
🇺🇸United States tjtj

Would uninstalling and reinstalling ckeditor5 fix this?
Would I need to uninstall all the plugins too, or is just changing all content types to text editor?

🇺🇸United States tjtj

as per mortona2k, I searched all my modules
/web/modules/contrib # grep -rnw ./ -e "type: filter"
and got no hits.

🇺🇸United States tjtj

Which modules?
CKEditor Find/Replace
This plugin module adds the find and replace dialog to CKEditor 5 in Drupal 9 or 10

  `ckeditor5.plugin.ckeditor5_list:properties` is invalid: its `label`
                                               key contains a string. It must be an array. in
                                               Drupal\Core\Config\Schema\Mapp

I did find nbsp installed and used in Full_HTML. I downgraded core, removed its use, uninstalled it, removed it, upgraded core, and got the same error.
ckeditor5_list is unchanged. I then uninstalled ckeditor_link_styles since most of the entries in ckeditor5_list see3med to be in ckeditor_link_styles_linkStyles. But they are still in editor.editor.full_html.yml even after removing the module.
Here is the whole file:

uuid: 01223bde-4b60-44eb-bcad-d906f3860401
langcode: en
status: true
dependencies:
  config:
    - filter.format.full_html
  module:
    - ckeditor5
format: full_html
editor: ckeditor5
settings:
  toolbar:
    items:
      - heading
      - sourceEditing
      - bold
      - italic
      - fontBackgroundColor
      - fontColor
      - fontFamily
      - link
      - fontSize
      - findAndReplace
      - imce_link
      - drupalInsertImage
      - imce_image
      - blockQuote
      - codeBlock
      - bulletedList
      - numberedList
      - horizontalLine
      - alignment
      - SimpleAds
      - '-'
      - insertTable
      - indent
      - outdent
      - lineHeight
      - drupalMedia
      - specialCharacters
      - openai
  plugins:
    ckeditor5_alignment:
      enabled_alignments:
        - center
        - justify
        - left
        - right
    ckeditor5_codeBlock:
      languages:
        -
          label: 'Plain text'
          language: plaintext
        -
          label: C
          language: c
        -
          label: 'C#'
          language: cs
        -
          label: C++
          language: cpp
        -
          label: CSS
          language: css
        -
          label: Diff
          language: diff
        -
          label: HTML
          language: html
        -
          label: Java
          language: java
        -
          label: JavaScript
          language: javascript
        -
          label: PHP
          language: php
        -
          label: Python
          language: python
        -
          label: Ruby
          language: ruby
        -
          label: TypeScript
          language: typescript
        -
          label: XML
          language: xml
    ckeditor5_font_colors:
      colors: '[{"color":"#000000","label":""},{"color":"#0432ff","label":""},{"color":"#aa7941","label":""},{"color":"#00fcff","label":""},{"color":"#00f900","label":""},{"color":"#ff40ff","label":""},{"color":"#ff9200","label":""},{"color":"#932092","label":""},{"color":"#ff2600","label":""},{"color":"#fefb00","label":""},{"color":"#feffff","label":""},{"color":"#949494","label":"Gray"}]'
    ckeditor5_heading:
      enabled_headings:
        - heading1
        - heading2
        - heading3
        - heading4
        - heading5
        - heading6
    ckeditor5_imageResize:
      allow_resize: true
    ckeditor5_line_height_line_height:
      line_height_options:
        - '0'
        - '0.5'
        - '1'
        - '1.5'
        - '2'
        - '2.5'
        - '3'
        - '3.5'
        - '4'
        - '4.5'
        - '5'
        - '5.5'
        - '6'
        - '6.5'
    ckeditor5_list:
      properties:
        reversed: true
        startIndex: true
      multiBlock: true
    ckeditor5_plugin_pack_font__font_color:
      colors: {  }
      use_default_colors: true
    ckeditor5_plugin_pack_font__font_family:
      options: ''
    ckeditor5_plugin_pack_font__font_size:
      options: ''
    ckeditor5_sourceEditing:
      allowed_tags: {  }
    ckeditor_link_styles_linkStyles:
      styles:
        -
          label: 'Button color: Primary'
          element: '<a class="button primary">'
        -
          label: 'Button color: Secondary'
          element: '<a class="button secondary">'
        -
          label: 'Button color: Success'
          element: '<a class="button success">'
        -
          label: 'Button color: Alert'
          element: '<a class="button alert">'
        -
          label: 'Button color: Warning'
          element: '<a class="button warning">'
        -
          label: 'Button size: Tiny'
          element: '<a class="button tiny">'
        -
          label: 'Button size: Small'
          element: '<a class="button small">'
        -
          label: 'Button size: Large'
          element: '<a class="button large">'
        -
          label: 'Button style: Expanded'
          element: '<a class="button expanded">'
        -
          label: 'Button style: Hollow'
          element: '<a class="button hollow">'
        -
          label: 'Button style: Clear'
          element: '<a class="button clear">'
        -
          label: 'Button style: Disabled'
          element: '<a class="button disabled">'
    media_media:
      allow_view_mode_override: true
    openai_ckeditor_openai:
      completion:
        enabled: true
        model: gpt-3.5-turbo
        temperature: 0.2
        max_tokens: 512
image_upload:
  status: true
  scheme: public
  directory: inline-images
  max_size: ''
  max_dimensions:
    width: 0
    height: 0
🇺🇸United States tjtj

Sorry. Explain was not needed. Saying it was in site export would have helped. But this list is in the three attached files.

sh-3.2# grep -rnw './config-orcma-dyndns-org-2024-06-29-15-19/' -e "ckeditor5_list"
./config-orcma-dyndns-org-2024-06-29-15-19//editor.editor.basic_html.yml:73: ckeditor5_list:
./config-orcma-dyndns-org-2024-06-29-15-19//editor.editor.full_html.yml:122: ckeditor5_list:
./config-orcma-dyndns-org-2024-06-29-15-19//editor.editor.webform_default.yml:42: ckeditor5_list:

So what is wrong?

  ckeditor5_list:
      properties:
        reversed: true
        startIndex: true
      multiBlock: true
    ckeditor5_plugin_pack_font__font_color:
      colors: {  }
      use_default_colors: true
    ckeditor5_plugin_pack_font__font_family:
      options: ''
    ckeditor5_plugin_pack_font__font_size:
      options: ''
    ckeditor5_sourceEditing:
      allowed_tags: {  }
    ckeditor_link_styles_linkStyles:
      styles:
        -
          label: 'Button color: Primary'
          element: '<a class="button primary">'
        -
          label: 'Button color: Secondary'
          element: '<a class="button secondary">'
        -
          label: 'Button color: Success'
          element: '<a class="button success">'
        -
          label: 'Button color: Alert'
          element: '<a class="button alert">'
        -
          label: 'Button color: Warning'
          element: '<a class="button warning">'
        -
          label: 'Button size: Tiny'
          element: '<a class="button tiny">'
        -
          label: 'Button size: Small'
          element: '<a class="button small">'
        -
          label: 'Button size: Large'
          element: '<a class="button large">'
        -
          label: 'Button style: Expanded'
          element: '<a class="button expanded">'
        -
          label: 'Button style: Hollow'
          element: '<a class="button hollow">'
        -
          label: 'Button style: Clear'
          element: '<a class="button clear">'
        -
          label: 'Button style: Disabled'
          element: '<a class="button disabled">'
    media_media:
      allow_view_mode_override: true
    openai_ckeditor_openai:
      completion:
        enabled: true
        model: gpt-3.5-turbo
        temperature: 0.2
        max_tokens: 512
🇺🇸United States tjtj

See uploaded files. If you had been more specific in your instructions, I would have provided them days ago.

🇺🇸United States tjtj

I have never needed it before. The upgrade to 10.3 wronked all my sites. I do not see what the configuration system does for this, nor how to use it. Updating core should not do this to me. So yes, some more hints please.
Was ckeditor5.ckeditor5.yml the correct file? What is wrong with it?

🇺🇸United States tjtj

Reverting to 10.2.7 fixes this

🇺🇸United States tjtj

I can't edit anything on any site now
And cannot turn off CKEditor5

🇺🇸United States tjtj

It does this on multiple sites.

🇺🇸United States tjtj

I updated to the latest core 10.3.0. and when I tried to update the database, I got this error.
And actually, I upgradet to 4.0 Alpha 6 and still get this.

Updating dependencies
Lock file operations: 0 installs, 1 update, 0 removals
  - Upgrading drupal/geolocation (3.13.0 => 4.0.0-alpha6)
🇺🇸United States tjtj

Please release a CKEditor5 version that works already. It has been a year.

🇺🇸United States tjtj

tjtj created an issue.

🐛 | IMCE | Ajax error
🇺🇸United States tjtj

This works now. Not sure why.

🐛 | IMCE | Ajax error
🇺🇸United States tjtj

tjtj created an issue.

🇺🇸United States tjtj

Even though CKEditor5 is selected for the content type, it still sometimes does not give me the icons. And Full HTML is selected.

🇺🇸United States tjtj

On one site this patch worked. On the other, I get
TypeError: array_filter(): Argument #1 ($array) must be of type array, null given in array_filter() (line 139 of /home/jamesrom/public_html/blogs/web/modules/contrib/ckeditor5_font/src/FontColorsManager.php).
Severity Error

Production build 0.71.5 2024