Created on 4 October 2024, about 2 months ago

Problem/Motivation

Running drush updb after installing latest version throws errors:

 Do you wish to run the specified pending updates? (yes/no) [yes]:
 > 

>  [notice] Update started: tour_update_10300
>  [warning] file_get_contents(modules/contrib/tour/config/optional/tour.tour.people.yml): Failed to open stream: No such file or directory tour.install:31
>  [error]  Exception::__construct(): Argument #2 ($code) must be of type int, string given 
>  [error]  Update failed: tour_update_10300 
 [error]  Update aborted by: tour_update_10300 
 [error]  Finished performing updates. 

Steps to reproduce

Install Tour with composer, then run updates

Proposed resolution

function tour_update_10300() attempts to import a number of config files from /config/optional/ Many of those files are not there. Remove calls to absent files.

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡¨πŸ‡¦Canada alanstanley

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024