georgringer / news

TYPO3 Extension news
GNU General Public License v2.0
264 stars 355 forks source link

Error when installing with SQLite #1314

Closed schmidtsabine closed 4 years ago

schmidtsabine commented 4 years ago
  1. Having an existing composer based TYPO3 9.5 installation using SQLite, e.g., https://github.com/typo3-trainer-network/typo3-distribution
  2. composer require georgringer/news

Expected results: no error message

Actual results:

Using version ^8.3 for georgringer/news
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
  - Installing georgringer/news (8.3.0): Downloading (100%)         
georgringer/news suggests installing reelworx/rx-shariff (^12 || ^13)
Writing lock file
Generating autoload files
Generating class alias map file
> typo3cms install:fixfolderstructure
The following directory structure has been fixed:
> typo3cms install:extensionsetupifpossible
No schema updates were performed for update types:
"field.add", "field.change", "table.add", "table.change"
Flushed all caches.
Extensions "core", "scheduler", "extbase", "fluid", "frontend", "fluid_styled_content", "install", "recordlist", "backend", "recycler", "about", "extensionmanager", "filelist", "lowlevel", "setup", "tstemplate", "books", "site", "tea" are now set up.
> typo3cms install:generatepackagestates
The following extensions have been added to the generated PackageStates.php file: core, scheduler, extbase, fluid, frontend, fluid_styled_content, install, recordlist, backend, recycler, about, extensionmanager, filelist, lowlevel, setup, tstemplate, books, news, site, tea
> typo3cms database:updateschema "*"

  [ InvalidArgumentException ]        
  Expecting a string as Index Column  

database:updateschema [--dry-run] [--] [<schemaUpdateTypes>]

Script typo3cms database:updateschema "*" handling the post-autoload-dump event returned with error code 1

Installation failed, reverting ./composer.json to its original content.
schmidtsabine commented 4 years ago

Could be related to #1120 or even be a duplicate.

georgringer commented 4 years ago

closing in favor of #1120