Add new comment

Error message

Warning: ini_set(): Session save handler "user" cannot be set by ini_set() in include_once() (line 144 of /var/www/clients/client1/web748/web/sites/default/settings.php).

PHP Version für PHPmyAdmin einstellen

Nach dem Aufruf von PHPmyAdmin hatte ich folgende Fehlermeldung:

PHP 7.1.3+ is required.
Currently installed version is: 5.6.40

PHPmyAdmin verwendet modPHP für Apache (in einer ISPCONFIG3 Umgebung) - dieses Apache Modul musste geupdated werden:

1) install modPHP 7.x

$ sudo apt-get install libapache2-mod-php7.3

oder

$ sudo apt-get install libapache2-mod-php7.4

2) disable modPHP 5

$ sudo a2dismod php5

3) enable modPHP 7.x

$ sudo a2enmod php7.3

oder

$ sudo a2enmod php7.4

4) restart Apache2 Webserver

$ sudo systemctl restart apache2

oder

$ sudo service apache2 restart

Danach konnte ich auf die PHPmyAdmin Weboberfläche wieder zugreifen

 

Filtered HTML

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Target Image