The openapi.module and openapi.install files were removed by #3090291: Fix the tests for OpenAPI after the generator extraction.. This causes the following warnings to appear e.g. when executing drush operations like cache rebuild --

[warning] include_once([...]/modules/contrib/openapi/openapi.module): failed to open stream: No such file or directory Extension.php:147
[warning] include_once(): Failed opening [...]/modules/contrib/openapi/openapi.module' for inclusion (include_path='[...]/vendor/pear/archive_tar:[...]/vendor/pear/console_getopt:[...]/vendor/pear/pear-core-minimal/src:[...]/vendor/pear/pear_exception:.:/usr/local/php7.3/lib/php') Extension.php:147
 [success] Cache rebuild complete.
Connection to [...] closed.

Were this files removed intentionally? There is no mention of it in the issue itself.

Comments

wells created an issue. See original summary.

judapriest’s picture

Priority: Normal » Minor

Does these warning still pop after flushing cache (drush cr) or/and updating database (drush updb) ? Or maybe your php files are cached with externals (Redis or Memcached or Opcache) ?

Seems to me to be an 1 time situation.

judapriest’s picture

Status: Active » Postponed (maintainer needs more info)