Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while Drupal "Run Updates" command (Deprecated function: Optional parameter $config_factory ...) #1091

Open
ibilo opened this issue Oct 22, 2024 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@ibilo
Copy link

ibilo commented Oct 22, 2024

Description

Error while Drupal "Run Updates" command.
After updating the module from 3.0.8 to 3.0.10 version with the command composer update drupal/apigee_edge -W command "Run Updates" failed

Apigee Info

Apigee Edge

Steps to Reproduce

Steps to reproduce the behavior:

  1. Uptade module from 3.0.8 to 3.0.10 with
  2. Click on "Run Updates" button from Admin Panel

Actual Behavior

Error message

Deprecated function: Optional parameter $config_factory declared before required parameter $app_warnings_checker is implicitly treated as a required parameter in include() (line 576 of {hidden_portal_root_directory}\portal\vendor\composer\ClassLoader.php).
include('{hidden_portal_root_directory}\portal\web\core\includes\bootstrap.inc') (Line: 576)
Composer\Autoload{closure}('{hidden_portal_root_directory}\portal\web/modules/contrib/apigee_edge/src\Entity\ListBuilder\AppListBuilder.php') (Line: 427)
Composer\Autoload\ClassLoader->loadClass('Drupal\apigee_edge\Entity\ListBuilder\AppListBuilder')
class_exists('Drupal\apigee_edge\Entity\ListBuilder\AppListBuilder') (Line: 487)
Drupal\Core\Entity\EntityType->hasHandlerClass('list_builder') (Line: 564)
Drupal\Core\Entity\EntityType->hasListBuilderClass() (Line: 326)
Drupal\Core\Entity\Routing\DefaultHtmlRouteProvider->getCollectionRoute(Object) (Line: 107)
Drupal\apigee_edge\Entity\DeveloperAppRouteProvider->getCollectionRoute(Object) (Line: 98)
Drupal\Core\Entity\Routing\DefaultHtmlRouteProvider->getRoutes(Object) (Line: 35)
Drupal\apigee_edge\Entity\AppRouteProvider->getRoutes(Object) (Line: 43)
Drupal\apigee_edge\Entity\DeveloperAppRouteProvider->getRoutes(Object) (Line: 47)
Drupal\Core\EventSubscriber\EntityRouteProviderSubscriber->onDynamicRouteEvent(Object, 'routing.route_dynamic', Object)
call_user_func(Array, Object, 'routing.route_dynamic', Object) (Line: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'routing.route_dynamic') (Line: 184)
Drupal\Core\Routing\RouteBuilder->rebuild() (Line: 83)
Drupal\Core\ProxyClass\Routing\RouteBuilder->rebuild() (Line: 485)
drupal_flush_all_caches() (Line: 362)
Drupal\system\Controller\DbUpdateController->selection(Object) (Line: 173)
Drupal\system\Controller\DbUpdateController->handle('selection', Object)
call_user_func_array(Array, Array) (Line: 115)
Drupal\Core\Update\UpdateKernel->handleRaw(Object) (Line: 76)
Drupal\Core\Update\UpdateKernel->handle(Object) (Line: 27)
Deprecated function: Optional parameter $config_factory declared before required parameter $app_warnings_checker is implicitly treated as a required parameter in include() (line 576 of {hidden_portal_root_directory}\portal\vendor\composer\ClassLoader.php).
include('{hidden_portal_root_directory}\portal\web\core\includes\bootstrap.inc') (Line: 576)
Composer\Autoload{closure}('{hidden_portal_root_directory}\portal\web/modules/contrib/apigee_edge/src\Entity\ListBuilder\DeveloperAppListBuilderForDeveloper.php') (Line: 427)
Composer\Autoload\ClassLoader->loadClass('Drupal\apigee_edge\Entity\ListBuilder\DeveloperAppListBuilderForDeveloper')
ReflectionMethod->__construct('\Drupal\apigee_edge\Entity\ListBuilder\DeveloperAppListBuilderForDeveloper', 'appsPage') (Line: 135)
Drupal\Core\Entity\EntityResolverManager->setParametersFromReflection(Array, Object) (Line: 221)
Drupal\Core\Entity\EntityResolverManager->setRouteOptions(Object) (Line: 48)
Drupal\Core\EventSubscriber\EntityRouteAlterSubscriber->onRoutingRouteAlterSetType(Object, 'routing.route_alter', Object)
call_user_func(Array, Object, 'routing.route_alter', Object) (Line: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'routing.route_alter') (Line: 189)
Drupal\Core\Routing\RouteBuilder->rebuild() (Line: 83)
Drupal\Core\ProxyClass\Routing\RouteBuilder->rebuild() (Line: 485)
drupal_flush_all_caches() (Line: 362)
Drupal\system\Controller\DbUpdateController->selection(Object) (Line: 173)
Drupal\system\Controller\DbUpdateController->handle('selection', Object)
call_user_func_array(Array, Array) (Line: 115)
Drupal\Core\Update\UpdateKernel->handleRaw(Object) (Line: 76)
Drupal\Core\Update\UpdateKernel->handle(Object) (Line: 27)

Expected Behavior

Update database

Version Info

Drupal - 10.2.5
Apigee Edge - 3.0.8

@ibilo ibilo added the bug Something isn't working label Oct 22, 2024
@kedarkhaire
Copy link
Collaborator

Hi @ibilo
We are aware of the Deprecations notice we get, but it does not cause issue during the updates and also it does not breaks any flow or installation.

In your case, you are updating from 3.0.8 to 3.0.10
we do not have any database updates between these release.
The issue might be with other modules database updates.

Also if you are having doubts, please share the error logs & composer show details for it.

Thanks!

@kedarkhaire kedarkhaire self-assigned this Oct 22, 2024
@ibilo
Copy link
Author

ibilo commented Oct 22, 2024

I updated Drupal to version 10.3.6 but the problem still persists

Composer Show

apigee/apigee-client-php 3.0.8 Client library for connecting to the Apigee Edge API.
apigee/apigee-mock-client-php 1.1.2 To be used for queueing mock API responses for the apigee/apigee-client-php library.
asm89/stack-cors 2.2.0 Cross-origin resource sharing library and stack middleware
aws/aws-crt-php 1.2.4 AWS Common Runtime for PHP
aws/aws-sdk-php 3.304.1 AWS SDK for PHP - Use Amazon Web Services in your PHP project
behat/mink 1.11.0 Browser controller/emulator abstraction for PHP
behat/mink-browserkit-driver 2.2.0 Symfony2 BrowserKit driver for Mink framework
behat/mink-selenium2-driver 1.7.0 Selenium2 (WebDriver) driver for Mink framework
chi-teck/drupal-code-generator 3.4.0 Drupal code generator
clue/stream-filter 1.7.0 A simple and modern approach to stream filtering in PHP
colinodell/psr-testlogger 1.3.0 PSR-3 compliant test logger based on psr/log v1's, but compatible with v2 and v3 too!
commerceguys/addressing 2.2.0 Addressing library powered by CLDR and Google's address data.
commerceguys/intl 2.0.5 Internationalization library powered by CLDR data.
composer/ca-bundle 1.5.0 Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.
composer/class-map-generator 1.1.1 Utilities to scan PHP code and generate class maps.
composer/composer 2.7.2 Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.
composer/installers 1.12.0 A multi-framework Composer library installer
composer/metadata-minifier 1.0.0 Small utility library that handles metadata minification and expansion.
composer/pcre 3.1.3 PCRE wrapping library that offers type-safe preg_* replacements.
composer/semver 3.4.3 Semver library that offers utilities, version constraint parsing and validation.
composer/spdx-licenses 1.5.8 SPDX licenses list and validation library.
composer/xdebug-handler 3.0.4 Restarts a process without Xdebug.
consolidation/annotated-command 4.10.0 Initialize Symfony Console commands from annotated command class methods.
consolidation/config 2.1.2 Provide configuration services for a commandline tool.
consolidation/filter-via-dot-access-data 2.0.2 This project uses dflydev/dot-access-data to provide simple output filtering for applications built with annotated-command / Robo.
consolidation/log 3.1.0 Improved Psr-3 / Psr\Log logger based on Symfony Console components.
consolidation/output-formatters 4.5.0 Format text by applying transformations provided by plug-in formatters.
consolidation/robo 4.0.6 Modern task runner
consolidation/self-update 2.2.0 Provides a self:update command for Symfony Console applications.
consolidation/site-alias 4.1.0 Manage alias records for local and remote sites.
consolidation/site-process 5.4.0 A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call.
cweagans/composer-patches 1.7.3 Provides a way to patch Composer packages.
dealerdirect/phpcodesniffer-composer-installer 1.0.0 PHP_CodeSniffer Standards Composer Installer Plugin
dflydev/dot-access-data 3.0.2 Given a deep data structure, access data by dot notation.
doctrine/annotations 1.14.4 Docblock Annotations Parser
doctrine/collections 2.2.2 PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.
doctrine/deprecations 1.1.3 A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.
doctrine/instantiator 2.0.0 A small, lightweight utility to instantiate objects in PHP without invoking their constructors
doctrine/lexer 2.1.1 PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.
drupal/address 2.0.1 Provides functionality for storing, validating and displaying international postal addresses.
drupal/admin_toolbar 3.5.0 Provides a drop-down menu interface to the core Drupal Toolbar.
drupal/adminimal_admin_toolbar dev-1.x 70607c6 Adminimal styling brought to admin toolbar.
drupal/apigee_api_catalog 3.0.8 Apigee API Catalog for Drupal
drupal/apigee_edge 3.0.10 Apigee for Drupal.
drupal/apigee_m10n 2.1.1 Apigee Edge Monetization for Drupal
drupal/better_exposed_filters 6.0.6 Replaces the Views default single- or multi-select boxes with more advanced options.
drupal/coder 8.3.23 Coder is a library to review Drupal code.
drupal/color 1.0.3 Allows users to change the color scheme of compatible themes
drupal/commerce 2.38.0 Drupal Commerce is a flexible eCommerce solution.
drupal/components 3.1.0 Registers folders of components defined by your theme or module as Twig namespaces
drupal/core 10.3.6 Drupal is an open source content management platform powering millions of websites and applications.
drupal/core-composer-scaffold 10.3.6 A flexible Composer project scaffold builder.
drupal/core-dev 10.2.5 require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.
drupal/core-project-message 10.3.6 Adds a message after Composer installation.
drupal/core-recommended 10.3.6 Core and its dependencies with known-compatible minor versions. Require this project INSTEAD OF drupal/core.
drupal/ctools 4.1.0 Provides a number of utility and helper APIs for Drupal developers and site builders.
drupal/default_content 2.0.0-alpha3 Imports default content when a module is enabled
drupal/easy_breadcrumb 2.0.8 Adds configuration to the system breadcrumbs.
drupal/email_registration 1.4.0 Allows users to register with an email address as their username.
drupal/entity 1.5.0 Provides expanded entity APIs, which will be moved to Drupal core one day.
drupal/entity_reference_revisions 1.12.0 Entity Reference Revisions
drupal/file_download_link 2.0.4 Adds field formatter to render file field as configurable download link.
drupal/file_link 2.1.0 Extends the core Link module by storing metadata about the target file.
drupal/fontawesome 2.26.0 The web's most popular icon set and toolkit.
drupal/google_analytics 4.0.2 Allows your site to be tracked by Google Analytics by adding a Javascript tracking code to every page.
drupal/hal 2.0.3 Hypermedia Application Language (HAL)
drupal/hierarchical_taxonomy_menu 2.0.1 Create menus from taxonomy terms.
drupal/inline_entity_form 3.0.0-rc19 Provides a widget for inline management (creation, modification, removal) of referenced entities.
drupal/jquery_ui 1.7.0 Provides jQuery UI library.
drupal/jquery_ui_button 2.0.0 Provides jQuery UI Button library.
drupal/jquery_ui_checkboxradio 2.0.0 Provides jQuery UI Checkboxradio library.
drupal/jquery_ui_controlgroup 2.0.0 Provides jQuery UI Controlgroup library.
drupal/jquery_ui_datepicker 2.1.0 Provides jQuery UI Datepicker library.
drupal/jquery_ui_dialog 2.0.0 Provides jQuery UI Dialog library.
drupal/jquery_ui_draggable 2.0.0 Provides jQuery UI Draggable library.
drupal/jquery_ui_resizable 2.0.0 Provides jQuery UI Resizable library.
drupal/jquery_ui_slider 2.1.0 Provides jQuery UI Slider library.
drupal/jquery_ui_touch_punch 1.1.1 Provides jQuery UI Touch Punch library.
drupal/jsonapi_extras 3.24.0 JSON:API Extras provides a means to override and provide limited configurations to the default zero-configuration implementation provided by the JSON:API module.
drupal/key 1.19.0 Provides the ability to manage site-wide keys
drupal/link_attributes 2.1.1 Provides a widget to allow settings of link attributes for menu links.
drupal/paragraphs 1.18.0 Enables the creation of Paragraphs entities.
drupal/pathauto 1.13.0 Provides a mechanism for modules to automatically generate aliases for the content they manage.
drupal/permissions_by_term 3.1.33 Restricts access to nodes by taxonomy terms in relation to users and their roles.
drupal/profile 1.10.0 Provides configurable user profiles.
drupal/quickedit 1.0.3 In-place content editing (contrib).
drupal/radix 5.0.12 Responsive Bootstrap 5 base theme for Drupal.
drupal/rdf 2.1.1 Enriches your content with metadata to let other applications (e.g. search engines, aggregators) better understand its relationships and attributes
drupal/requirement 1.2.0 A Drupal module to that gives modules a way to declare configuration requirement and suggestions.
drupal/s3fs 3.6.0 Adds an Amazon Simple Storage Service-based remote file system to Drupal.
drupal/smtp 1.4.0 Allow for site emails to be sent through an SMTP server of your choice.
drupal/sqlsrv 4.4.0 Driver for SQL Server and SQL Azure
drupal/state_machine 1.11.0 Provides code-driven workflow functionality.
drupal/swagger_ui_formatter 4.1.1 Provides a Swagger UI field formatter for File and Link fields.
drupal/taxonomy_manager 2.0.15 Tool for administrating taxonomy terms
drupal/token 1.15.0 Provides a user interface for the Token API, some missing core tokens.
drush/drush 12.5.1 Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our workin...
e0ipso/shaper 1.2.4 Lightweight library to handle in and out transformations in PHP.
easyrdf/easyrdf 1.1.1 EasyRdf is a PHP library designed to make it easy to consume and produce RDF.
egulias/email-validator 4.0.2 A library for validating emails against several RFCs
fightbulc/moment 1.34 Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js
firebase/php-jwt 6.10.1 A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
furf/jquery-ui-touch-punch dev-master
google/protobuf 3.25.3 proto library for PHP
grasmash/expander 3.0.0 Expands internal property references in PHP arrays file.
grasmash/yaml-cli 3.1.0 A command line tool for reading and manipulating yaml files.
guzzlehttp/guzzle 7.8.2 Guzzle is a PHP HTTP client library
guzzlehttp/promises 2.0.4 Guzzle promises library
guzzlehttp/psr7 2.6.3 PSR-7 message implementation that also provides common utility methods
instaclick/php-webdriver 1.4.19 PHP WebDriver for Selenium 2
jean85/pretty-package-versions 2.0.6 A library to get pretty versions strings of installed dependencies
jeremeamia/superclosure 2.4.0 Serialize Closure objects, including their context and binding
justinrainbow/json-schema 5.2.13 A library to validate a json schema.
league/container 4.2.2 A fast and intuitive dependency injection container.
league/period 5.3.2 Time range API for PHP
masterminds/html5 2.9.0 An HTML5 parser and serializer.
mck89/peast 1.16.3 Peast is PHP library that generates AST for JavaScript code
mglaman/drupal-check 1.4.0 CLI tool for running checks on a Drupal code base
mglaman/phpstan-drupal 1.2.10 Drupal extension and rules for PHPStan
micheh/phpcs-gitlab 1.1.0 Gitlab Report for PHP_CodeSniffer (display the violations in the Gitlab CI/CD Code Quality Report)
mikey179/vfsstream 1.6.12 Virtual file system to mock the real file system in unit tests.
mtdowling/jmespath.php 2.7.0 Declaratively specify how to extract elements from a JSON document
myclabs/deep-copy 1.12.0 Create deep copies (clones) of your objects
nette/neon 3.4.1 🍸 Nette NEON: encodes and decodes NEON file format.
nikic/php-parser 4.19.4 A PHP parser written in PHP
open-telemetry/api 1.0.3 API for OpenTelemetry PHP.
open-telemetry/context 1.0.2 Context implementation for OpenTelemetry PHP.
open-telemetry/exporter-otlp 1.0.4 OTLP exporter for OpenTelemetry.
open-telemetry/gen-otlp-protobuf 1.1.0 PHP protobuf files for communication with OpenTelemetry OTLP collectors/servers.
open-telemetry/sdk 1.0.8 SDK for OpenTelemetry PHP.
open-telemetry/sem-conv 1.24.0 Semantic conventions for OpenTelemetry PHP.
pdepend/pdepend 2.16.2 Official version of pdepend to be handled with Composer
pear/archive_tar 1.5.0 Tar file management class with compression support (gzip, bzip2, lzma2)
pear/console_getopt 1.4.3 More info available on: http://pear.php.net/package/Console_Getopt
pear/pear-core-minimal 1.10.15 Minimal set of PEAR core files to be used as composer dependency
pear/pear_exception 1.0.2 The PEAR Exception base class.
phar-io/manifest 2.0.4 Component for reading phar.io manifest information from a PHP Archive (PHAR)
phar-io/version 3.2.1 Library for handling version information and constraints
phootwork/collection 3.2.2 The phootwork library fills gaps in the php language and provides better solutions than the existing ones php offers.
phootwork/lang 3.2.2 Missing PHP language constructs
php-http/client-common 2.7.2 Common HTTP Client implementations and tools for HTTPlug
php-http/discovery 1.20.0 Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations
php-http/guzzle7-adapter 1.0.0 Guzzle 7 HTTP Adapter
php-http/httplug 2.4.1 HTTPlug, the HTTP client abstraction for PHP
php-http/message 1.16.2 HTTP Message related tools
php-http/message-factory 1.1.0 Factory interfaces for PSR-7 HTTP Message
php-http/promise 1.3.1 Promise used for asynchronous HTTP requests
phpdocumentor/reflection-common 2.2.0 Common reflection classes used by phpdocumentor to reflect the code structure
phpdocumentor/reflection-docblock 5.4.1 With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.
phpdocumentor/type-resolver 1.8.2 A PSR-5 based resolver of Class names, Types and Structural Element Names
phpmailer/phpmailer 6.9.1 PHPMailer is a full-featured email creation and transfer class for PHP
phpmd/phpmd 2.15.0 PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.
phpmetrics/phpmetrics 2.8.2 Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !
phpowermove/docblock 4.0 PHP Docblock parser and generator. An API to read and write Docblocks.
phpspec/prophecy 1.19.0 Highly opinionated mocking framework for PHP 5.3+
phpspec/prophecy-phpunit 2.2.0 Integrating the Prophecy mocking library in PHPUnit test cases
phpstan/extension-installer 1.3.1 Composer plugin for automatic installation of PHPStan extensions
phpstan/phpdoc-parser 1.33.0 PHPDoc parser with support for nullable, intersection and generic types
phpstan/phpstan 1.10.66 PHPStan - PHP Static Analysis Tool
phpstan/phpstan-deprecation-rules 1.1.4 PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
phpstan/phpstan-phpunit 1.3.16 PHPUnit extensions and rules for PHPStan
phpunit/php-code-coverage 9.2.32 Library that provides collection, processing, and rendering functionality for PHP code coverage information.
phpunit/php-file-iterator 3.0.6 FilterIterator implementation that filters files based on a list of suffixes.
phpunit/php-invoker 3.1.1 Invoke callables with a timeout
phpunit/php-text-template 2.0.4 Simple template engine.
phpunit/php-timer 5.0.3 Utility class for timing
phpunit/phpunit 9.6.21 The PHP Unit Testing framework.
politsin/jquery-ui-touch-punch 1.0 Extension to jQuery UI for mobile touch event support.
psr/cache 3.0.0 Common interface for caching libraries
psr/container 2.0.2 Common Container Interface (PHP FIG PSR-11)
psr/event-dispatcher 1.0.0 Standard interfaces for event handling.
psr/http-client 1.0.3 Common interface for HTTP clients
psr/http-factory 1.1.0 PSR-17: Common interfaces for PSR-7 HTTP message factories
psr/http-message 1.1 Common interface for HTTP messages
psr/log 3.0.2 Common interface for logging libraries
psy/psysh 0.12.3 An interactive shell for modern PHP.
ralouphie/getallheaders 3.0.3 A polyfill for getallheaders.
react/promise 3.2.0 A lightweight implementation of CommonJS Promises/A for PHP
sebastian/cli-parser 1.0.2 Library for parsing CLI options
sebastian/code-unit 1.0.8 Collection of value objects that represent the PHP code units
sebastian/code-unit-reverse-lookup 2.0.3 Looks up which function or method a line of code belongs to
sebastian/comparator 4.0.8 Provides the functionality to compare PHP values for equality
sebastian/complexity 2.0.3 Library for calculating the complexity of PHP code units
sebastian/diff 4.0.6 Diff implementation
sebastian/environment 5.1.5 Provides functionality to handle HHVM/PHP environments
sebastian/exporter 4.0.6 Provides the functionality to export PHP variables for visualization
sebastian/global-state 5.0.7 Snapshotting of global state
sebastian/lines-of-code 1.0.4 Library for counting the lines of code in PHP source code
sebastian/object-enumerator 4.0.4 Traverses array structures and object graphs to enumerate all referenced objects
sebastian/object-reflector 2.0.4 Allows reflection of object attributes, including inherited and non-public ones
sebastian/recursion-context 4.0.5 Provides functionality to recursively process PHP variables
sebastian/resource-operations 3.0.4 Provides a list of PHP built-in functions that operate on resources
sebastian/type 3.2.1 Collection of value objects that represent the types of the PHP type system
sebastian/version 3.0.2 Library that helps with managing the version number of Git-hosted PHP projects
seld/jsonlint 1.10.2 JSON Linter
seld/phar-utils 1.2.1 PHAR file format utilities, for when PHP phars you up
seld/signal-handler 2.0.2 Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development
sirbrillig/phpcs-variable-analysis 2.11.17 A PHPCS sniff to detect problems with variables.
slevomat/coding-standard 8.15.0 Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.
squizlabs/php_codesniffer 3.9.1 PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.
symfony/browser-kit 6.4.8 Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically
symfony/config 6.4.6 Helps you find, load, combine, autofill and validate configuration values of any kind
symfony/console 6.4.12 Eases the creation of beautiful and testable command line interfaces
symfony/css-selector 6.4.8 Converts CSS selectors to XPath expressions
symfony/dependency-injection 6.4.12 Allows you to standardize and centralize the way objects are constructed in your application
symfony/deprecation-contracts 3.5.0 A generic function and convention to trigger deprecation notices
symfony/dom-crawler 6.4.12 Eases DOM navigation for HTML and XML documents
symfony/error-handler 6.4.10 Provides tools to manage errors and ease debugging PHP code
symfony/event-dispatcher 6.4.8 Provides tools that allow your application components to communicate with each other by dispatching events and listening to them
symfony/event-dispatcher-contracts 3.5.0 Generic abstractions related to dispatching event
symfony/filesystem 6.4.12 Provides basic utilities for the filesystem
symfony/finder 6.4.11 Finds files and directories via an intuitive fluent interface
symfony/http-foundation 6.4.12 Defines an object-oriented layer for the HTTP specification
symfony/http-kernel 6.4.12 Provides a structured process for converting a Request into a Response
symfony/lock 6.4.6 Creates and manages locks, a mechanism to provide exclusive access to a shared resource
symfony/mailer 6.4.12 Helps sending emails
symfony/mime 6.4.12 Allows manipulating MIME messages
symfony/options-resolver 6.4.8 Provides an improved replacement for the array_replace PHP function
symfony/phpunit-bridge 6.4.6 Provides utilities for PHPUnit, especially user deprecation notices management
symfony/polyfill-ctype 1.29.0 Symfony polyfill for ctype functions
symfony/polyfill-iconv 1.29.0 Symfony polyfill for the Iconv extension
symfony/polyfill-intl-grapheme 1.29.0 Symfony polyfill for intl's grapheme_* functions
symfony/polyfill-intl-idn 1.29.0 Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions
symfony/polyfill-intl-normalizer 1.29.0 Symfony polyfill for intl's Normalizer class and related functions
symfony/polyfill-mbstring 1.29.0 Symfony polyfill for the Mbstring extension
symfony/polyfill-php56 1.20.0 Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions
symfony/polyfill-php72 1.31.0 Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions
symfony/polyfill-php73 1.31.0 Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions
symfony/polyfill-php80 1.31.0 Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions
symfony/polyfill-php81 1.31.0 Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions
symfony/polyfill-php82 1.29.0 Symfony polyfill backporting some PHP 8.2+ features to lower PHP versions
symfony/polyfill-php83 1.29.0 Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions
symfony/process 6.4.12 Executes commands in sub-processes
symfony/property-access 6.4.11 Provides functions to read and write from/to an object or array using a simple string notation
symfony/property-info 6.4.10 Extracts information about PHP class' properties using metadata of popular sources
symfony/psr-http-message-bridge 6.4.11 PSR HTTP message bridge
symfony/routing 6.4.12 Maps an HTTP request to a set of configuration variables
symfony/serializer 6.4.12 Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.
symfony/service-contracts 3.5.0 Generic abstractions related to writing services
symfony/string 6.4.12 Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way
symfony/translation-contracts 3.5.0 Generic abstractions related to translation
symfony/validator 6.4.12 Provides tools to validate values
symfony/var-dumper 6.4.11 Provides mechanisms for walking through any arbitrary PHP variable
symfony/var-exporter 6.4.9 Allows exporting any serializable PHP data structure to plain PHP code
symfony/yaml 6.4.12 Loads and dumps YAML files
theseer/tokenizer 1.2.3 A small library for converting tokenized PHP source code into XML and potentially other formats
twig/twig 3.14.0 Twig, the flexible, fast, and secure template language for PHP
webflo/drupal-finder 1.2.2 Helper class to locate a Drupal installation from a given path.
webmozart/assert 1.11.0 Assertions to validate method input/output with nice error messages.
webonyx/graphql-php 14.11.10 A PHP port of GraphQL reference implementation

Last logs (drush ws)

ID Date Type Severity Message
12401 22/Oct 05:15 PHP Debug Deprecated function: Optional parameter $config_factory declared before required parameter $app_warnings_checker is implicitly treated as a required parameter in include() (line 576)
12400 22/Oct 04:59 page not found Warning /portal/web/profiles/contrib/apigee_devportal_kickstart/themes/custom/apigee_kickstart/assets/js/popper.js.map

@kedarkhaire
Copy link
Collaborator

Hi @ibilo
Severity is debug and a warning not any error which will stop the update.
Can you look for logs with severity errors during this process.
Thanks!

@kedarkhaire
Copy link
Collaborator

Can you also check running update before updating the modules ?
Thanks!

@ibilo
Copy link
Author

ibilo commented Oct 22, 2024

Is it not critical?
It just scared me when it was displayed in the Errors block on the UI
image

@kedarkhaire
Copy link
Collaborator

Hi @ibilo We will fix these issues in our next release.

For now, if you are on production, make sure you just keep verbose error logging on.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants