you must have an error on your VirtalHost conf
Posts by AnDee
-
-
are you sure your nginx is start ? imscp-panel is running ?if is ok look your nginx configuration file are always the auto-generated imscp ?
-
gitlab use nginx webserver and imscp panel too , you must disable this in the configuration file for use your current apache webserver , take a look of this .
But you must know what you do before changing any config of your apache installation.
Regard -
Hello , i think you don't understand what is a support forum . we always help people with problem relate with i-mscp or bug , but it's not a school and we don't have time to learn people how to do something they don't understand perfectly and could break their installation. Modify your installation is at your own risk and we can't provide support for this.
Regards -
your problem is not related with i-mscp or plugin.
look :
https://community.letsencrypt.…ypt-org-port-443/34341/35
you must wait and look status on https://letsencrypt.status.io/ -
Un peu de recherche sur le forum
Te suffit de modifier le EventManager.pm comme ceci .https://github.com/i-MSCP/imsc…07e05349b2a1db504242b7197
Code- 2 engine/PerlLib/iMSCP/EventManager.pm
- @@ -205,7 +205,7 @@ sub trigger
- }
- delete $self->{'events'}->{$eventName} if $self->{'events'}->{$eventName}->isEmpty( );
- - delete $self->{'nonces'}->{$eventName} unless %{$self->{'nonces'}->{$eventName}};
- + delete $self->{'nonces'}->{$eventName} if $self->{'nonces'}->{$eventName} && !%{$self->{'nonces'}->{$eventName}};
- $rs;
- }
Thread Close
-
i ve just report this bug to nuxwin who resolv with :
Fix committen https://github.com/i-MSCP/imscp/commit/1832ca163648d8007e05349b2a1db504242b7197
-
-
rm -fr /var/lib/apt/lists/*
apt-key update & apt-get update after upgrade your os and relaunch installer -
Code
- [INFO] Build directory set to `/usr/local/src/phpswitcher'
- [INFO] Install directory set to `/opt/phpswitcher/20170506'
- [INFO] Make target set to `install'
- [INFO] Scanning PHP site for PHP 5.3.29 version...
- [INFO] Found php-5.3.29 source at http://museum.php.net/php5/php-5.3.29.tar.gz
- [INFO] Donwloading php-5.3.29 source into /usr/local/src/phpswitcher...
- [DONE] php-5.3.29 source successfully downloaded
- [INFO] Extracting php-5.3.29 source into /usr/local/src/phpswitcher/php-5.3.29 ...
- [DONE] php-5.3.29 source successfully extracted into /usr/local/src/phpswitcher
All good for me