typo3 - ext_emconf.php broken after composer install (EXT: jh_captcha) -


when download extension zip file ext_emconf.php file looks fine, when install extension composer "typo3-ter/jh-captcha": "1.3.0" ext_emconf.php broken , let extensionmanager crash.

here both files: https://gist.github.com/misterboe/5386df69c7ea70c6538de5fd3a52e70f

the original extension has no composer.json file must auto generated.

the problem empty '' => '', dependencie

this isn't related composer installers, due (now fixed) error in ter, caused generating corrupted ext_emconf information in t3x extension archive. composer installers rely on information , extract them (faulty) ext_emconf.php.

you contact extension author , tell him remove , re-upload extension version, make error go away.

alternatively author upload version 1.3.1.

if change version constraint "1.3.0" "~1.3.1", recommended anyway, composer download fixed extension archive.


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -