Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [DE] php7 und mysql  (Read 9369 times)

Online harley-peter

  • User
  • Posts: 1.022
[DE] php7 und mysql
« on: 2017/04/20, 20:43:14 »
Hallo Freunde,

nachdem ich mein Problem mit mysqli dank melmarker gelöst habe tritt nun das neue Problem auf. Ich habe versucht die Album-Software Coppermine zu installieren und das System meldet mir:
Code: [Select]
PHP does not have MySQL support enabled
Das einzige was ich neben Uraltbeiträgen im Netz dazu gefunden habe ist ein Hinweis dass php7 mysql nicht mehr von Haus aus unterstützt. Hat jemand einen Tip?

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.838
Re: php7 und mysql
« Reply #1 on: 2017/04/20, 22:53:20 »
php7.0-mysql ist installiert?

Offline melmarker

  • User
  • Posts: 2.799
    • g-com.eu
Re: php7 und mysql
« Reply #2 on: 2017/04/20, 23:01:38 »
erm - du nutzt doch php-myadmin?

oder nimm Dir nen editor - nano phpinfo.php und ab in das root der zu prüfenden Webseite, im brower aufrufen.

Code: [Select]
<?php

// Show all information, defaults to INFO_ALL
phpinfo();

?>
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. (Benjamin Franklin, November 11, 1755)
Never attribute to malice that which can be adequately explained by stupidity. (Hanlons razor)

Online harley-peter

  • User
  • Posts: 1.022
Re: php7 und mysql
« Reply #3 on: 2017/04/21, 09:19:14 »
@devil:
Ja, ist installiert:
Code: [Select]
ii  libapache2-mod-php7.0                            7.0.18-1                          amd64        server-side, HTML-embedded scripting language (Apache 2 module)
ii  php                                              1:7.0+52                          all          server-side, HTML-embedded scripting language (default)
ii  php-cli                                          1:7.0+52                          all          command-line interpreter for the PHP scripting language (default)
ii  php-common                                       1:52                              all          Common files for PHP packages
ii  php-curl                                         1:7.0+52                          all          CURL module for PHP [default]
ii  php-gettext                                      1.0.12-0.1                        all          transitional dummy package for php-php-gettext
ii  php-mbstring                                     1:7.0+52                          all          MBSTRING module for PHP [default]
ii  php-mysql                                        1:7.0+52                          all          MySQL module for PHP [default]
ii  php-pear                                         1:1.10.1+submodules+notgz-9       all          PEAR Base System
ii  php-php-gettext                                  1.0.12-0.1                        all          read gettext MO files directly, without requiring anything other than PHP
ii  php-phpseclib                                    2.0.4-1                           all          implementations of an arbitrary-precision integer arithmetic library
ii  php-tcpdf                                        6.2.12+dfsg2-1                    all          PHP class for generating PDF files on-the-fly
ii  php-xml                                          1:7.0+52                          all          DOM, SimpleXML, WDDX, XML, and XSL module for PHP [default]
ii  php7.0                                           7.0.18-1                          all          server-side, HTML-embedded scripting language (metapackage)
ii  php7.0-cgi                                       7.0.18-1                          amd64        server-side, HTML-embedded scripting language (CGI binary)
ii  php7.0-cli                                       7.0.18-1                          amd64        command-line interpreter for the PHP scripting language
ii  php7.0-common                                    7.0.18-1                          amd64        documentation, examples and common module for PHP
ii  php7.0-curl                                      7.0.18-1                          amd64        CURL module for PHP
ii  php7.0-fpm                                       7.0.18-1                          amd64        server-side, HTML-embedded scripting language (FPM-CGI binary)
ii  php7.0-gd                                        7.0.18-1                          amd64        GD module for PHP
ii  php7.0-json                                      7.0.18-1                          amd64        JSON module for PHP
ii  php7.0-mbstring                                  7.0.18-1                          amd64        MBSTRING module for PHP
ii  php7.0-mcrypt                                    7.0.18-1                          amd64        libmcrypt module for PHP
ii  php7.0-mysql                                     7.0.18-1                          amd64        MySQL module for PHP
ii  php7.0-opcache                                   7.0.18-1                          amd64        Zend OpCache module for PHP
ii  php7.0-readline                                  7.0.18-1                          amd64        readline module for PHP
ii  php7.0-xml                                       7.0.18-1                          amd64        DOM, SimpleXML, WDDX, XML, and XSL module for PHP
ii  phpmyadmin                                       4:4.6.6-4                         all          MySQL web administration tool

@melmarker:
Sorry, hätte ich auch gleich dranhängen können.

Offline Geier0815

  • User
  • Posts: 586
Re: php7 und mysql
« Reply #4 on: 2017/04/21, 09:59:45 »
Wenn Windows die Lösung ist...
kann ich dann bitte das Problem zurück haben?

Online harley-peter

  • User
  • Posts: 1.022
Re: php7 und mysql
« Reply #5 on: 2017/04/21, 10:29:36 »
@Geier0815:

Danke für die Info, den Beitrag hatte ich noch nicht gesehen. Habe mir mal die Version 1.6dev von Github geladen und damit klappt die Installation.  :)

Das eigentliche Problem dass php7 mysql nicht mehr unterstützt bleibt jedoch bestehen.
« Last Edit: 2017/04/21, 16:30:30 by harley-peter »