DenizD
DenizD

Reputation: 1

typo3/cms install with composer issue

I am really new in learning about CMS. I started to create a test projekt for learning about TYPO3 and creating extbase ext.

Now I am stucked in installing TYPO3 with composer, it shows me this Problem.

couldnt find something in the web about this problem.

What do I have to do next? What do i have to looking for in the internet to solve the problem, or could one of you explain me (if quick), whats wrong here?my terminal Problem

Upvotes: 0

Views: 115

Answers (2)

Daniel
Daniel

Reputation: 7016

The composer error message tells you pretty clear what the problem is and what you have to do:

The Problem: PHP extension ext-xml is not installed

The Solution: Install it and activate it in the CLI context

Upvotes: 0

Mathias Brodala
Mathias Brodala

Reputation: 6460

You are missing the PHP extension xml which is one requirement to use TYPO3. Make sure you have enabled it in your server configuration. How this works depends on your environment thus you should check its documentation for this.

Upvotes: 1

Related Questions