Git Product home page Git Product logo

Comments (6)

ogrosko avatar ogrosko commented on July 3, 2024

Hmm now I'm getting following error

` - Removing typo3-ter/dd-googlesitemap (2.0.5)

  • Installing typo3-ter/dd-googlesitemap (2.0.6)
    Downloading: 100%

    [ErrorException]
    Undefined index: conflicts`

from typo3-dd_googlesitemap.

zauni avatar zauni commented on July 3, 2024

This error is also visible if you are trying to install it for the first time.

  - Installing typo3-ter/dd-googlesitemap (2.0.6)
    Downloading: 100%
    Downloading: 100%

  [ErrorException]
  Undefined index: conflicts

The exception trace says that in vendor\typo3\cms-composer-installers\Classes\TYPO3\CMS\Composer\Installer\Downloader\T3xDownloader.php line 327 is the error, because it can't find the 'conflict' index.

Now after investigation I found that the ext_emconf.php on github has the 'conflict' field, but if I download the .zip file from TER I get a ext_emconf.php file where this index is missing. But I don't know why the two ext_emconf files are different...

from typo3-dd_googlesitemap.

ogrosko avatar ogrosko commented on July 3, 2024

With version 2.0.5 it wasn't problem

from typo3-dd_googlesitemap.

Lemmork avatar Lemmork commented on July 3, 2024

I ran into the same issue.

It turns out, that if you install Version 2.0.6 directly from typo3 TER there is an error in the extconf:
array ( 'typo3' => '6.2.0-7.6.999', '' => '', ), 'conflicts' => array ( ),

This is not if you require the version directly from github:
"dmitryd/typo3-dd-googlesitemap": "2.0.6",

So I think this is not an error of the extension, but of typo3_ter

from typo3-dd_googlesitemap.

ogrosko avatar ogrosko commented on July 3, 2024

Yes @Lemmork you are right, with

"dmitryd/typo3-dd-googlesitemap": "2.0.6",

it works with no problems

from typo3-dd_googlesitemap.

dmitryd avatar dmitryd commented on July 3, 2024

I believe the problem is on the TYPO3 composer repository. I cannot really do anything about it. Just use dmitryd/typo3-dd-googlesitemap.

from typo3-dd_googlesitemap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.