cliffparnitzky / contao-form-fieldset-duplication-to-leads

Contao Extension: Stores the duplicated data into leads.
GNU General Public License v3.0
0 stars 1 forks source link

Anpassung an Fieldset Duplication Version 2 #2

Open Schmidty2 opened 1 year ago

Schmidty2 commented 1 year ago

Hallo, kann die Erweiterung für Fieldset Duplication Version 2 und PHP 8.1 angepasst werden? Wenn eine finanzielle Unterstützung für die Aktualisierung notwendig ist, bitte per E-Mail bei mir melden.

Ich verwende bei All-Inkl PHP 8.1, Contao 4.13.14, Leads 1.4.33, Fieldset Duplication 2.0.2 und bekomme bei der Installation mit dem ContaoManager folgende Fehlermeldung:

$ /bin/php81 -q -dmax_execution_time=0 -dmemory_limit=-1 -ddisplay_errors=0 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin /www/htdocs/w1234567/verzeichnisname/public/contao-manager.phar.php composer require cliffparnitzky/contao-form-fieldset-duplication-to-leads --no-update --no-scripts --prefer-stable --sort-packages --no-ansi --no-interaction

Info from https://repo.packagist.org: #StandWithUkraine
Using version ^1.0 for cliffparnitzky/contao-form-fieldset-duplication-to-leads
/www/htdocs/w1234567/verzeichnisname/composer.json has been updated

# Process terminated with exit code 0
# Result: OK

> Resolving dependencies using Composer Cloud v3.5.1

[7.6MiB/0.20s] Loading composer repositories with package information
[77.2MiB/7.90s] Updating dependencies
[173.0MiB/8.74s] Your requirements could not be resolved to an installable set of packages.
[173.0MiB/8.75s] 
  Problem 1
    - Root composer.json requires cliffparnitzky/contao-form-fieldset-duplication-to-leads ^1.0 -> satisfiable by cliffparnitzky/contao-form-fieldset-duplication-to-leads[1.0.0].
    - cliffparnitzky/contao-form-fieldset-duplication-to-leads 1.0.0 requires inspiredminds/contao-fieldset-duplication ~1.1 -> found inspiredminds/contao-fieldset-duplication[1.1.0, ..., 1.4.1] but it conflicts with your root composer.json require (^2.0).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
[173.0MiB/8.75s] Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.
[44.3MiB/8.82s] Memory usage: 44.26MB (peak: 199.64MB), time: 8.83s.
[44.3MiB/8.82s] Finished Composer Cloud resolving.

# Cloud Job ID 0aAL6JHRbW62sjLBgM9CBRO9yAv7i2N3DnUuZ0t6e8grIHZkadPx2XQmiiwhnGZwcwsSFFlBA failed
cliffparnitzky commented 1 year ago

@Schmidty2 Ich hab dem develop Branch die Abhängigkeiten mal alle erlaubt. Man kann nun PHP 7 oder 8, Contao 4.9, 4.13 oder 5.1, inspiredminds/contao-fieldset-duplication 1.1 oder 2.0 und Leads 1.4 oder 3.0 verwenden.

Folgende Konstellation klappt bei mir problemlos:

Bitte schau mal bei dir, ob deine Konstellation installierbar ist und funktioniert und melde das hier zurück.