contao / contao-manager

Contao Manager
GNU Lesser General Public License v3.0
83 stars 33 forks source link

Contao install problem #755

Closed NKaufeld closed 1 year ago

NKaufeld commented 1 year ago

Hi, I'm doing step by step instalation like always on Google Chrome.

i'm getting this error on 'Composer Environment | Composer dependencies are not installed.'

composer update --no-install --no-scripts 'HTTP request to https://www.composer-resolver.cloud/jobs failed with status code 500 ()' and 'Error handling the Composer Resolver Cloud. Please try again later.' from console in Background Task.

NKaufeld commented 1 year ago

For example, i can't install "rocksolid" slider on website, which is working

$ /usr/bin/php74 -q -dmax_execution_time=0 -dmemory_limit=-1 -ddisplay_errors=0 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Warsaw /home/platne/serwer74774/public_html/www.b2travel.de/web/contao-manager.phar.php composer require madeyourday/contao-rocksolid-slider --no-update --no-scripts --prefer-stable --sort-packages --no-ansi --no-interaction

https://repo.packagist.org could not be fully loaded (curl error 7 while downloading https://repo.packagist.org/packages.json: Failed to connect to repo.packagist.org port 443: Connection refused), package information was loaded from the local cache and may be out of date

In CurlDownloader.php line 373:

curl error 7 while downloading https://repo.packagist.org/p2/madeyourday/co
ntao-rocksolid-slider.json: Failed to connect to repo.packagist.org port 44
3: Connection refused

require [--dev] [--dry-run] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--fixed] [--no-suggest] [--no-progress] [--no-update] [--no-install] [--update-no-dev] [-w|--update-with-dependencies] [-W|--update-with-all-dependencies] [--with-dependencies] [--with-all-dependencies] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--] [...]

Process terminated with exit code 1

Result: General error

Toflar commented 1 year ago

I think external requests are blocked on your server. Hence nothing works at all.

NKaufeld commented 1 year ago

I think external requests are blocked on your server. Hence nothing works at all.

Do you know how can i check it?

Toflar commented 1 year ago

Do you have command line access? If so, what happens if you run curl https://packagist.org?

Toflar commented 1 year ago

And again, this is an issue tracker. Please join one of the support channels already mentioned in the other issues.

NKaufeld commented 1 year ago

I think external requests are blocked on your server. Hence nothing works at all.

You had right. I unlocked it on server and works. TY!