terminal42 / contao-autoregistration

Auto-login your Contao users after their registration or account activation.
MIT License
7 stars 7 forks source link

I have a problem to install #6

Closed AgenceUpMotion closed 4 years ago

AgenceUpMotion commented 4 years ago

s] Your requirements could not be resolved to an installable set of packages. [2397.1MiB/60.28s] Problem 1

[2397.1MiB/60.28s] 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. [763.8MiB/69.48s] Memory usage: 763.8MB (peak: 3456.41MB), time: 69.48s. [763.8MiB/69.48s] Finished Composer Cloud resolving.

Toflar commented 4 years ago
  • Installation request for contao-components/dropzone (locked at 4.3.0) -> satisfiable by contao-components/dropzone[4.3.0].

Apparently you requested contao-components/dropzone in version 4.3 in your setup? Could you share your composer.json with us?

AgenceUpMotion commented 4 years ago

{ "type": "project", "require": { "asconsulting/member_autoactivate": "^1.0", "contao/calendar-bundle": "^4.4", "contao/comments-bundle": "^4.4", "contao/conflicts": "@dev", "contao/faq-bundle": "^4.4", "contao/listing-bundle": "^4.4", "contao/manager-bundle": "4.4.", "contao/news-bundle": "^4.4", "contao/newsletter-bundle": "^4.4", "delahaye/dlh_googlemaps": "^2.4", "fipps/isotope-colorattribute-bundle": "^1.2", "isotope/isotope-core": "^2.6", "isotope/isotope_documents": "^1.0", "jedostyle/contao_isotope_attribute_listings": "^1.0", "onemarshall/contao-aos": "^1.0", "richardhj/contao-isotope_attribute_radio_image": "^1.0" }, "extra": { "contao-component-dir": "assets" }, "scripts": { "post-install-cmd": [ "Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication" ], "post-update-cmd": [ "Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication" ] } }

Toflar commented 4 years ago

Ah I see.

"contao/manager-bundle": "4.4."

Autoregistration 2.* is not compatible with Contao 4.4, it only works as of 4.5. Not sure if there's even a version that works for 4.4, @aschempp ?

AgenceUpMotion commented 4 years ago

Yes it would be nice to have an intermediate version .., I only use the long support version (4.4)

aschempp commented 4 years ago

duplicate of https://github.com/terminal42/contao-autoregistration/issues/5

AgenceUpMotion commented 4 years ago

Ou puis-je télécharger la version 1.3 ? sachant que la 2 n'est pas compatible ?

richardhj commented 4 years ago

Edit the composer.json that is in the root folder of your website. Put the following line at the end of and within the require section: "terminal42/contao-autoregistration": "^1.3"

Run an update with Contao Manager.

If you are not using Contao Manager, run composer require terminal42/contao-autoregistration: ^1.3

richardhj commented 4 years ago

Sorry, my answer is invalid.

You can download the archive under https://github.com/terminal42/contao-autoregistration/releases/tag/1.3.0. Then you need to place the folder autoregistration under system/modules. Then clear the production cache in the Contao Manager and run the install tool.

Please note, that updating to Contao 4.8 is also a serious thing to consider.

AgenceUpMotion commented 4 years ago

I will test, thx :) I only use versions of LTS contao.

So I wait patiently 4.9

AgenceUpMotion commented 4 years ago

J'ai bien installé le module et pu l'activer dans la structure du site mais il ne fonctionne pas. Lors de l'émission d'un formulaire de contact, j'ai une page d'erreur et en backoffice il n'est pas activé;

richardhj commented 4 years ago

Pouvez-vous me parler de l'erreur ? Regardez « var/logs »

AgenceUpMotion commented 4 years ago

[2019-11-12 14:20:27] request.INFO: Matched route "contao_catch_all". {"route":"contao_catch_all","route_parameters":{"_scope":"frontend","_token_check":true,"_controller":"Contao\CoreBundle\Controller\FrontendController::indexAction","_url_fragment":"contao-manager/users.json","_route":"contao_catch_all"},"request_uri":"https://hetchmobilier.upmotion-prod.fr/contao-manager/users.json","method":"GET"} [] [2019-11-12 14:20:27] security.INFO: Attempting SimplePreAuthentication. {"key":"frontend","authenticator":"Contao\CoreBundle\Security\ContaoAuthenticator"} [] [2019-11-12 14:20:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Page not found: https://hetchmobilier.upmotion-prod.fr/contao-manager/users.json" at /var/www/clients/client5/web7/web/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php line 112 {"exception":"[object] (Symfony\Component\HttpKernel\Exception\NotFoundHttpException(code: 0): Page not found: https://hetchmobilier.upmotion-prod.fr/contao-manager/users.json at /var/www/clients/client5/web7/web/vendor/contao/core-bundle/src/EventListener/ExceptionConverterListener.php:112, Contao\CoreBundle\Exception\PageNotFoundException(code: 0): Page not found: https://hetchmobilier.upmotion-prod.fr/contao-manager/users.json at /var/www/clients/client5/web7/web/vendor/contao/core-bundle/src/Resources/contao/controllers/FrontendIndex.php:63)"} []

richardhj commented 4 years ago

I don't think we can help here. Contao 4.9 is released in no fewer than three months. Pushing your project to Contao 4.8 now is the only thing I can recommend to you now.