ubuntuusers.de

mbstring extetions missing

Status: Gelöst | Ubuntu-Version: Ubuntu 18.04 (Bionic Beaver)
Antworten |

jennyfan

(Themenstarter)

Anmeldungsdatum:
2. September 2018

Beiträge: 15

Hallo Hoerbert

Danke das Du Dir Zeit für mich nimmst, ich vertraue Dir denn das hier sind für mich bömische Dörfer...

Zu 1. Ja habe ich, und danach sogar den Rechner neu gestartet

zu 2.

journalctl -b --no-pager | grep apache
Sep 03 20:50:22 Linux-desktop ureadahead[264]: ureadahead:/usr/lib/apache2/modules/libphp7.0.so: Datei oder Verzeichnis nicht gefunden
Sep 03 20:50:22 Linux-desktop ureadahead[264]: ureadahead:/etc/php/7.0/apache2/php.ini: Datei oder Verzeichnis nicht gefunden
Sep 03 20:50:23 Linux-desktop apachectl[950]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message

und

cat /etc/apache2/mods-enabled/php7.2.load
# Conflicts: php5
# Depends: mpm_prefork
LoadModule php7_module /usr/lib/apache2/modules/libphp7.2.so

Gruss c

Hoerbert

Avatar von Hoerbert

Anmeldungsdatum:
3. Oktober 2007

Beiträge: 375

Kurz zur Erklärung: Der erste Befehl durchsucht das allgemeine Log (auch journal genannt) nach Einträgen betreffend "apache". Das ist aber unauffällig (zumindest was den Webserver angeht). Und der zweite zeigt lediglich den Inhalt der angegebenen Datei an. Und auch das ist unauffällig.

Dann suchen wir mal weiter. Zeig mal bitte den Inhalt der Datei /var/log/apache2/error.log

jennyfan

(Themenstarter)

Anmeldungsdatum:
2. September 2018

Beiträge: 15

Danke für die Erklärung, Geht das so ?

[Mon Sep 03 07:33:11.309174 2018] [mpm_prefork:notice] [pid 1046] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Mon Sep 03 07:33:11.309207 2018] [core:notice] [pid 1046] AH00094: Command line: '/usr/sbin/apache2'
[Mon Sep 03 08:01:06.779393 2018] [mpm_prefork:notice] [pid 1046] AH00169: caught SIGTERM, shutting down
[Mon Sep 03 08:01:06.942267 2018] [mpm_prefork:notice] [pid 3494] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Mon Sep 03 08:01:06.942363 2018] [core:notice] [pid 3494] AH00094: Command line: '/usr/sbin/apache2'
[Mon Sep 03 08:01:44.910304 2018] [mpm_prefork:notice] [pid 3494] AH00169: caught SIGTERM, shutting down
[Mon Sep 03 08:02:32.068800 2018] [mpm_prefork:notice] [pid 1020] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Mon Sep 03 08:02:32.069090 2018] [core:notice] [pid 1020] AH00094: Command line: '/usr/sbin/apache2'
[Mon Sep 03 08:10:26.597926 2018] [mpm_prefork:notice] [pid 1020] AH00169: caught SIGTERM, shutting down
[Mon Sep 03 13:05:30.548106 2018] [mpm_prefork:notice] [pid 1011] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Mon Sep 03 13:05:30.550170 2018] [core:notice] [pid 1011] AH00094: Command line: '/usr/sbin/apache2'
[Mon Sep 03 13:14:46.091395 2018] [mpm_prefork:notice] [pid 1011] AH00169: caught SIGTERM, shutting down
[Mon Sep 03 14:32:23.627110 2018] [mpm_prefork:notice] [pid 1011] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Mon Sep 03 14:32:23.627423 2018] [core:notice] [pid 1011] AH00094: Command line: '/usr/sbin/apache2'
[Mon Sep 03 14:33:45.710764 2018] [mpm_prefork:notice] [pid 1011] AH00169: caught SIGTERM, shutting down
[Mon Sep 03 15:24:59.630288 2018] [mpm_prefork:notice] [pid 1022] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Mon Sep 03 15:24:59.630581 2018] [core:notice] [pid 1022] AH00094: Command line: '/usr/sbin/apache2'
[Mon Sep 03 15:38:25.804694 2018] [mpm_prefork:notice] [pid 1022] AH00169: caught SIGTERM, shutting down
[Mon Sep 03 16:10:49.545863 2018] [mpm_prefork:notice] [pid 1016] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Mon Sep 03 16:10:49.546218 2018] [core:notice] [pid 1016] AH00094: Command line: '/usr/sbin/apache2'
[Mon Sep 03 16:41:27.097834 2018] [mpm_prefork:notice] [pid 1016] AH00169: caught SIGTERM, shutting down
[Mon Sep 03 20:50:23.630065 2018] [mpm_prefork:notice] [pid 1018] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Mon Sep 03 20:50:23.634580 2018] [core:notice] [pid 1018] AH00094: Command line: '/usr/sbin/apache2'

Gruss c

jennyfan

(Themenstarter)

Anmeldungsdatum:
2. September 2018

Beiträge: 15

Hallo Hoerbert

Jetzt wird es Strange, ich weis nicht welcher teufel mich geritten hat, aber ich habe mal versucht übers Netzwerk auf PHPMYADMIN und auch meine Pages zu zugreifen und es funzt einwandfrei. Die Frage bleibt nur warum zeigt er mir die nicht korrekt auch dem localhost an? das ist der PHPmyadmin aus dem Browser kopiert

addJSON( 'list', RecentFavoriteTable::getInstance('recent')->getHtmlList() ); exit; } if ($GLOBALS['PMA_Config']->isGitRevision()) { if (isset($_REQUEST['git_revision']) && $GLOBALS['is_ajax_request'] == true) { PMA_printGitRevision(); exit; } echo '
'; } // Handles some variables that may have been sent by the calling script $GLOBALS['db'] = ''; $GLOBALS['table'] = ''; $show_query = '1'; // Any message to display? if (! empty($message)) { echo PMA\libraries\Util::getMessage($message); unset($message); } $common_url_query = PMA_URL_getCommon(); $mysql_cur_user_and_host = ''; // when $server > 0, a server has been chosen so we can display // all MySQL-related information if ($server > 0) { include 'libraries/server_common.inc.php'; // Use the verbose name of the server instead of the hostname // if a value is set $server_info = ''; if (! empty($cfg['Server']['verbose'])) { $server_info .= htmlspecialchars($cfg['Server']['verbose']); if ($GLOBALS['cfg']['ShowServerInfo']) { $server_info .= ' ('; } } if ($GLOBALS['cfg']['ShowServerInfo'] || empty($cfg['Server']['verbose'])) { $server_info .= $GLOBALS['dbi']->getHostInfo(); } if (! empty($cfg['Server']['verbose']) && $GLOBALS['cfg']['ShowServerInfo']) { $server_info .= ')'; } $mysql_cur_user_and_host = $GLOBALS['dbi']->fetchValue('SELECT USER();'); // should we add the port info here? $short_server_info = (!empty($GLOBALS['cfg']['Server']['verbose']) ? $GLOBALS['cfg']['Server']['verbose'] : $GLOBALS['cfg']['Server']['host']); } echo '
' , "\n"; // Anchor for favorite tables synchronization. echo RecentFavoriteTable::getInstance('favorite')->getHtmlSyncFavoriteTables(); echo '
'; if ($server > 0 || count($cfg['Servers']) > 1 ) { if ($cfg['DBG']['demo']) { echo '
'; echo '
' , __('phpMyAdmin Demo Server') , '
'; echo '

'; printf( __( 'You are using the demo server. You can do anything here, but ' . 'please do not change root, debian-sys-maint and pma users. ' . 'More information is available at %s.' ), 'demo.phpmyadmin.net' ); echo '
'; echo '
'; } echo '
'; echo '
' , __('General settings') , '
'; echo '

    '; /** * Displays the MySQL servers choice form */ if ($cfg['ServerDefault'] == 0 || (! $cfg['NavigationDisplayServers'] && (count($cfg['Servers']) > 1 || ($server == 0 && count($cfg['Servers']) == 1))) ) { echo '
    '; include_once 'libraries/select_server.lib.php'; echo PMA\libraries\Util::getImage('s_host.png') , " " , PMA_selectServer(true, true); echo '
    '; } /** * Displays the mysql server related links */ if ($server > 0) { include_once 'libraries/check_user_privileges.lib.php'; // Logout for advanced authentication if ($cfg['Server']['auth_type'] != 'config') { if ($cfg['ShowChgPassword']) { $conditional_class = 'ajax'; PMA_printListItem( PMA\libraries\Util::getImage('s_passwd.png') . " " . __( 'Change password' ), 'li_change_password', 'user_password.php' . $common_url_query, null, null, 'change_password_anchor', "no_bullets", $conditional_class ); } } // end if echo '
    '; echo '
    ' , "\n" . PMA_URL_getHiddenInputs(null, null, 4, 'collation_connection') . ' ' . "\n" . ' ' . PMA\libraries\Util::getImage('s_asci.png') . " " . __('Server connection collation') . "\n" // put the doc link in the form so that it appears on the same line . PMA\libraries\Util::showMySQLDocu('Charset-connection') . ': ' . "\n" . ' ' . "\n" . PMA_generateCharsetDropdownBox( PMA_CSDROPDOWN_COLLATION, 'collation_connection', 'select_collation_connection', $collation_connection, true, true ) . '
    ' . "\n" . '
    ' . "\n"; } // end of if ($server > 0) echo '

'; echo '
'; } echo '
'; echo '
' , __('Appearance settings') , '
'; echo '

    '; // Displays language selection combo if (empty($cfg['Lang'])) { echo '
    '; include_once 'libraries/display_select_lang.lib.php'; echo PMA\libraries\Util::getImage('s_lang.png') , " " , PMA_getLanguageSelectorHtml(); echo '
    '; } // ThemeManager if available if ($GLOBALS['cfg']['ThemeManager']) { echo '
    '; echo PMA\libraries\Util::getImage('s_theme.png') , " " , $_SESSION['PMA_Theme_Manager']->getHtmlSelectBox(); echo '
    '; } echo '
    '; echo PMA\libraries\Config::getFontsizeForm(); echo '
    '; echo '

'; // User preferences if ($server > 0) { echo '

    '; PMA_printListItem( PMA\libraries\Util::getImage('b_tblops.png') . " " . __( 'More settings' ), 'li_user_preferences', 'prefs_manage.php' . $common_url_query, null, null, null, "no_bullets" ); echo '

'; } echo '
'; echo '
'; echo '
'; if ($server > 0 && $GLOBALS['cfg']['ShowServerInfo']) { echo '
'; echo '
' , __('Database server') , '
'; echo '

    ' , "\n"; PMA_printListItem( __('Server:') . ' ' . $server_info, 'li_server_info' ); PMA_printListItem( __('Server type:') . ' ' . PMA\libraries\Util::getServerType(), 'li_server_type' ); PMA_printListItem( __('Server version:') . ' ' . PMA_MYSQL_STR_VERSION . ' - ' . PMA_MYSQL_VERSION_COMMENT, 'li_server_version' ); PMA_printListItem( __('Protocol version:') . ' ' . $GLOBALS['dbi']->getProtoInfo(), 'li_mysql_proto' ); PMA_printListItem( __('User:') . ' ' . htmlspecialchars($mysql_cur_user_and_host), 'li_user_info' ); echo '
    '; echo ' ' , __('Server charset:') , ' ' . ' '; echo ' ' , $mysql_charsets_descriptions[$mysql_charset_map['utf-8']]; echo ' (' , $mysql_charset_map['utf-8'] , ')' . ' ' . '
    ' . ' 

' . '
'; } if ($GLOBALS['cfg']['ShowServerInfo'] || $GLOBALS['cfg']['ShowPhpInfo']) { echo '
'; echo '
' , __('Web server') , '
'; echo '

    '; if ($GLOBALS['cfg']['ShowServerInfo']) { PMA_printListItem($_SERVER['SERVER_SOFTWARE'], 'li_web_server_software'); if ($server > 0) { $client_version_str = $GLOBALS['dbi']->getClientInfo(); if (preg_match('#\d+\.\d+\.\d+#', $client_version_str)) { $client_version_str = 'libmysql - ' . $client_version_str; } PMA_printListItem( __('Database client version:') . ' ' . $client_version_str, 'li_mysql_client_version' ); $php_ext_string = __('PHP extension:') . ' '; $extensions = PMA\libraries\Util::listPHPExtensions(); foreach ($extensions as $extension) { $php_ext_string .= ' ' . $extension . PMA\libraries\Util::showPHPDocu('book.' . $extension . '.php'); } PMA_printListItem( $php_ext_string, 'li_used_php_extension' ); $php_version_string = __('PHP version:') . ' ' . phpversion(); PMA_printListItem( $php_version_string, 'li_used_php_version' ); } } if ($cfg['ShowPhpInfo']) { PMA_printListItem( __('Show PHP information'), 'li_phpinfo', 'phpinfo.php' . $common_url_query, null, '_blank' ); } echo ' 

'; echo '
'; } echo '
'; echo '
phpMyAdmin
'; echo '

    '; $class = null; if ($GLOBALS['cfg']['VersionCheck']) { $class = 'jsversioncheck'; } PMA_printListItem( __('Version information:') . ' ' . PMA_VERSION . '', 'li_pma_version', null, null, null, null, $class ); PMA_printListItem( __('Documentation'), 'li_pma_docs', PMA\libraries\Util::getDocuLink('index'), null, '_blank' ); // does not work if no target specified, don't know why PMA_printListItem( __('Official Homepage'), 'li_pma_homepage', PMA_linkURL('https://www.phpmyadmin.net/'), null, '_blank' ); PMA_printListItem( __('Contribute'), 'li_pma_contribute', PMA_linkURL('https://www.phpmyadmin.net/contribute/'), null, '_blank' ); PMA_printListItem( __('Get support'), 'li_pma_support', PMA_linkURL('https://www.phpmyadmin.net/support/'), null, '_blank' ); PMA_printListItem( __('List of changes'), 'li_pma_changes', 'changelog.php' . PMA_URL_getCommon(), null, '_blank' ); PMA_printListItem( __('License'), 'li_pma_license', 'license.php' . PMA_URL_getCommon(), null, '_blank' ); echo ' 

'; echo '
'; echo '
'; echo '
'; /** * mbstring is used for handling multibytes inside parser, so it is good * to tell user something might be broken without it, see bug #1063149. */ if (! @extension_loaded('mbstring')) { trigger_error( __( 'The mbstring PHP extension was not found and you seem to be using' . ' a multibyte charset. Without the mbstring extension phpMyAdmin' . ' is unable to split strings correctly and it may result in' . ' unexpected results.' ), E_USER_WARNING ); } /** * Missing functionality */ if (! extension_loaded('curl') && ! ini_get('allow_url_fopen')) { trigger_error( __( 'The curl extension was not found and allow_url_fopen is ' . 'disabled. Due to this some features such as error reporting ' . 'or version check are disabled.' ) ); } if ($cfg['LoginCookieValidityDisableWarning'] == false) { /** * Check whether session.gc_maxlifetime limits session validity. */ $gc_time = (int)@ini_get('session.gc_maxlifetime'); if ($gc_time < $GLOBALS['cfg']['LoginCookieValidity'] ) { trigger_error( __( 'Your PHP parameter [a@https://php.net/manual/en/session.' . 'configuration.php#ini.session.gc-maxlifetime@_blank]session.' . 'gc_maxlifetime[/a] is lower than cookie validity configured ' . 'in phpMyAdmin, because of this, your login might expire sooner ' . 'than configured in phpMyAdmin.' ), E_USER_WARNING ); } } /** * Check whether LoginCookieValidity is limited by LoginCookieStore. */ if ($GLOBALS['cfg']['LoginCookieStore'] != 0 && $GLOBALS['cfg']['LoginCookieStore'] < $GLOBALS['cfg']['LoginCookieValidity'] ) { trigger_error( __( 'Login cookie store is lower than cookie validity configured in ' . 'phpMyAdmin, because of this, your login will expire sooner than ' . 'configured in phpMyAdmin.' ), E_USER_WARNING ); } /** * Check if user does not have defined blowfish secret and it is being used. */ if (! empty($_SESSION['encryption_key'])) { if (empty($GLOBALS['cfg']['blowfish_secret'])) { trigger_error( __( 'The configuration file now needs a secret passphrase (blowfish_secret).' ), E_USER_WARNING ); } elseif (strlen($GLOBALS['cfg']['blowfish_secret']) < 32) { trigger_error( __( 'The secret passphrase in configuration (blowfish_secret) is too short.' ), E_USER_WARNING ); } } /** * Check for existence of config directory which should not exist in * production environment. */ if (@file_exists('config')) { trigger_error( __( 'Directory [code]config[/code], which is used by the setup script, ' . 'still exists in your phpMyAdmin directory. It is strongly ' . 'recommended to remove it once phpMyAdmin has been configured. ' . 'Otherwise the security of your server may be compromised by ' . 'unauthorized people downloading your configuration.' ), E_USER_WARNING ); } if ($server > 0) { $cfgRelation = PMA_getRelationsParam(); if (! $cfgRelation['allworks'] && $cfg['PmaNoRelation_DisableWarning'] == false ) { $msg_text = __( 'The phpMyAdmin configuration storage is not completely ' . 'configured, some extended features have been deactivated. ' . '%sFind out why%s. ' ); if ($cfg['ZeroConf'] == true) { $msg_text .= '
' . __( 'Or alternately go to \'Operations\' tab of any database ' . 'to set it up there.' ); } $msg = PMA\libraries\Message::notice($msg_text); $msg->addParam( '', false ); $msg->addParam('', false); /* Show error if user has configured something, notice elsewhere */ if (!empty($cfg['Servers'][$server]['pmadb'])) { $msg->isError(true); } $msg->display(); } // end if } /** * Warning about different MySQL library and server version * (a difference on the third digit does not count). * If someday there is a constant that we can check about mysqlnd, * we can use it instead of strpos(). * If no default server is set, $GLOBALS['dbi'] is not defined yet. * We also do not warn if MariaDB is detected, as it has its own version * numbering. */ if (isset($GLOBALS['dbi']) && $cfg['ServerLibraryDifference_DisableWarning'] == false ) { $_client_info = $GLOBALS['dbi']->getClientInfo(); if ($server > 0 && mb_strpos($_client_info, 'mysqlnd') === false && mb_strpos(PMA_MYSQL_STR_VERSION, 'MariaDB') === false && substr(PMA_MYSQL_CLIENT_API, 0, 3) != substr( PMA_MYSQL_INT_VERSION, 0, 3 ) ) { trigger_error( PMA_sanitize( sprintf( __( 'Your PHP MySQL library version %s differs from your ' . 'MySQL server version %s. This may cause unpredictable ' . 'behavior.' ), $_client_info, substr( PMA_MYSQL_STR_VERSION, 0, strpos(PMA_MYSQL_STR_VERSION . '-', '-') ) ) ), E_USER_NOTICE ); } unset($_client_info); } /** * Warning about Suhosin only if its simulation mode is not enabled */ if ($cfg['SuhosinDisableWarning'] == false && @ini_get('suhosin.request.max_value_length') && @ini_get('suhosin.simulation') == '0' ) { trigger_error( sprintf( __( 'Server running with Suhosin. Please refer to %sdocumentation%s ' . 'for possible issues.' ), '[doc@faq1-38]', '[/doc]' ), E_USER_WARNING ); } /** * Warning about incomplete translations. * * The data file is created while creating release by ./scripts/remove-incomplete-mo */ if (@file_exists('libraries/language_stats.inc.php')) { include 'libraries/language_stats.inc.php'; /* * This message is intentionally not translated, because we're * handling incomplete translations here and focus on english * speaking users. */ if (isset($GLOBALS['language_stats'][$lang]) && $GLOBALS['language_stats'][$lang] < $cfg['TranslationWarningThreshold'] ) { trigger_error( 'You are using an incomplete translation, please help to make it ' . 'better by [a@https://www.phpmyadmin.net/translate/' . '@_blank]contributing[/a].', E_USER_NOTICE ); } } /** * prints list item for main page * * @param string $name displayed text * @param string $listId id, used for css styles * @param string $url make item as link with $url as target * @param string $mysql_help_page display a link to MySQL's manual * @param string $target special target for $url * @param string $a_id id for the anchor, * used for jQuery to hook in functions * @param string $class class for the li element * @param string $a_class class for the anchor element * * @return void */ function PMA_printListItem($name, $listId = null, $url = null, $mysql_help_page = null, $target = null, $a_id = null, $class = null, $a_class = null ) { echo PMA\libraries\Template::get('list/item') ->render( array( 'content' => $name, 'id' => $listId, 'class' => $class, 'url' => array( 'href' => $url, 'target' => $target, 'id' => $a_id, 'class' => $a_class, ), 'mysql_help_page' => $mysql_help_page, ) ); } 

Gruss C

jennyfan

(Themenstarter)

Anmeldungsdatum:
2. September 2018

Beiträge: 15

Jetzt verstehe ich garnichts mehr ich habe jetzt chromium nachinstalliert, auch auf chromium auf dem Localhost funzen die Pages ganz normal. Danach habe ich auf dem mit dem Firefox mit der 127.0.0.1 statt localhost die Pages aufgerufen auch funzen sie ganz normal....

Allerdings bekomme ich bei PHPMYADMIN eine Fehlermeldung, wenn ich eine meiner Tabellen aufrufen will

 count(): Parameter must be an array or an object that implements Countable

Backtrace

./libraries/sql.lib.php#2128: PMA_isRememberSortingOrder(array)
./libraries/sql.lib.php#2079: PMA_executeQueryAndGetQueryResponse(
array,
boolean true,
string 'Landy',
string 'lrteile',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
string '',
string './themes/pmahomme/img/',
NULL,
NULL,
NULL,
string 'SELECT * FROM `lrteile`',
NULL,
NULL,
)
./sql.php#221: PMA_executeQueryAndSendQueryResponse(
array,
boolean true,
string 'Landy',
string 'lrteile',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
string '',
string './themes/pmahomme/img/',
NULL,
NULL,
NULL,
string 'SELECT * FROM `lrteile`',
NULL,
NULL,
)

Aber nur bei PHPmyadmin und das bei alle Standorten, die gleiche Tabelle mit der MYSQLWORKBENCH geht ohne Fehlermeldung.

Verwirrte Grüsse C

jennyfan

(Themenstarter)

Anmeldungsdatum:
2. September 2018

Beiträge: 15

Kann das sein das ich jetzt pypmyadmin updaten muss?

Gruss c

jennyfan

(Themenstarter)

Anmeldungsdatum:
2. September 2018

Beiträge: 15

Nach dem ich nochmal darüber geschlafen habe glaube ich es liegt jetzt nur noch am phpmyadmin, ich möchte aber nichts machen ohne Dein OK nicht das ich wieder irgend was zerschiesse. Wenn du Dein OK gibst schreib mir bitte gerade die Kommandos für die Konsole auf ich bin da immer so unsicher.

Gruss C

coram

Anmeldungsdatum:
17. Januar 2015

Beiträge: 645

Wohnort: Freiburg

jennyfan schrieb:

Allerdings bekomme ich bei PHPMYADMIN eine Fehlermeldung, wenn ich eine meiner Tabellen aufrufen will

 count(): Parameter must be an array or an object that implements Countable

Das Problem hatten wir hier schon einmal: https://forum.ubuntuusers.de/post/8974377/

Die phpMyAdmin-Version aus den offiziellen Paketquellen ist nicht vollständig kompatibel mit PHP 7.2. Du hast jetzt prinzipiell zwei alternative Möglichkeiten:

(1) Du kannst manuell die aktuelle Version von phpMyAdmin installieren. Siehe Näheres hierzu auch im Wiki.

(2) Oder Du belässt es bei der vorhandenen Version und wendest einen einfachen Workaround an, indem Du mit Rootrechten eine Zeile in /usr/share/phpmyadmin/libraries/sql.lib.php änderst. Suche in der Datei den Ausdruck

(count($analyzed_sql_results['select_expr'] == 1)

und ersetze ihn durch

((count($analyzed_sql_results['select_expr']) == 1)

Eine ausführlichere Anleitung findet sich hier.

Beachte: Selbst kann ich Problem und Lösung aktuell nicht reproduzieren, da ich phpMyAdmin nicht mehr nutze (seit ich meine eigene Datenbank vor Jahren von MySQL auf SQLite umgestellt habe).

Gutes Gelingen wünscht coram

jennyfan

(Themenstarter)

Anmeldungsdatum:
2. September 2018

Beiträge: 15

Funzt einwandfrei, ihr seit meine Helden

Danke für Eure Zeit, jetzt kann mein community Projekt weitergehen.

Gruss C

Antworten |