You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invalid package names supplied for installation of PHP and additional PHP modules, thus provisioning fails.
Provisioning errors:
E: Package 'php5-gd' has no installation candidate
Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install php5' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
Package php5 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'php5' has no installation candidate
Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install php5-sqlite' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
Package php5-sqlite is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'php5-sqlite' has no installation candidate
Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install libapache2-mod-php5' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
Package libapache2-mod-php5 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libapache2-mod-php5' has no installation candidate
Error: /Stage[main]/Atomia::Installatron/Package[libapache2-mod-php5]/ensure: change from purged to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install libapache2-mod-php5' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
Package libapache2-mod-php5 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Solution for the problem is to change the puppet manifest to loose the suffix 5 on some packages if Ubuntu is version 16.04 and install appropriate packages, or install php7.0 versions of the packages:
Invalid package names supplied for installation of PHP and additional PHP modules, thus provisioning fails.

Provisioning errors:
Solution for the problem is to change the puppet manifest to loose the suffix 5 on some packages if Ubuntu is version 16.04 and install appropriate packages, or install php7.0 versions of the packages:
Solution 1:
php php-gd php-sqlite3 libapache2-mod-php
(installs still php7)Solution 2:
php7.0 php7.0-gd php7.0-sqlite3 libapache2-mod-php7.0
The text was updated successfully, but these errors were encountered: