PHP Schwierigkeiten

MikeFrizz

Member
Ich habe Probleme mit meiner PHP Konfiguration und bin recht gespannt auf mögliche Lösungen. Bei mir zeigt die Kosnsole:
Code:
PHP 7.2.3-1+ubuntu14.04.1+deb.sury.org+1 (cli) (built: Mar 6 2018 12:03:48) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.2.3-1+ubuntu14.04.1+deb.sury.org+1, Copyright (c) 1999-2018, by Zend Technologies
Joomla, z.B. mockiert sich aber ob der Version 5.59. Auf meinem Server existieren die Versionen 5.6, 7.1 und 7.2. Etliche Anläufe habe ich in der Vergangenheit unternommen, damit ISPCONFIG wiedr arbeitet. Zur Zeit können von mir keine Änderungen vorgenommen werden, die von ISP verarbeitet werden.
Code:
sudo a2dismod php7.2 && sudo a2enmod php5.6 && sudo service apache2 restart
liefert:
Code:
ERROR: Module php7.2 does not exist!
Demzufolge wollte ich feststellen, welche Module arbeiten und wie seie heißen.
Code:
apache2ctl -t -D DUMP_MODULES
AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/apache2/sites-enabled/000-ispconfig.conf:72
Loaded Modules:
core_module (static)
so_module (static)
watchdog_module (static)
http_module (static)
log_config_module (static)
logio_module (static)
version_module (static)
unixd_module (static)
access_compat_module (shared)
actions_module (shared)
alias_module (shared)
auth_basic_module (shared)
auth_digest_module (shared)
authn_core_module (shared)
authn_file_module (shared)
authz_core_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
cgi_module (shared)
dav_module (shared)
dav_fs_module (shared)
deflate_module (shared)
dir_module (shared)
env_module (shared)
evasive20_module (shared)
fastcgi_module (shared)
fcgid_module (shared)
filter_module (shared)
headers_module (shared)
include_module (shared)
mime_module (shared)
mpm_prefork_module (shared)
negotiation_module (shared)
php5_module (shared)
python_module (shared)
rewrite_module (shared)
security2_module (shared)
setenvif_module (shared)
socache_shmcb_module (shared)
ssl_module (shared)
status_module (shared)
suexec_module (shared)
suphp_module (shared)
unique_id_module (shared)
Ein Modul php7XXX oder ähnlich ist überhaupt nicht aktiviert.



Mit

In der Hoffnung auf baldige Besserung.

Michael
 

Werbung

Top