Siduction Forum

Siduction Forum => Software - Support => Topic started by: harley-peter on 2017/04/20, 20:43:14

Title: php7 und mysql
Post by: harley-peter 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?
Title: Re: php7 und mysql
Post by: devil on 2017/04/20, 22:53:20
php7.0-mysql ist installiert?
Title: Re: php7 und mysql
Post by: melmarker 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();

?>
Title: Re: php7 und mysql
Post by: harley-peter 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.
Title: Re: php7 und mysql
Post by: Geier0815 on 2017/04/21, 09:59:45
http://forum.coppermine-gallery.net/index.php?topic=78698.0 (http://forum.coppermine-gallery.net/index.php?topic=78698.0) hast Du schon selbst gefunden?
Title: Re: php7 und mysql
Post by: harley-peter 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.