19.04.2023, 13:47
Hallöchen,
mit diesem Befehl
kann ich mir im phpMyAdmin Tabellengrößen und zugehörigen "freien" Speicher anzeigen lassen. Mir wird damit zuerst eine beschränkte Anzahl angezeigt.
Lasse ich mir "Alle anzeigen", bekomme ich blockweise reichlich Fehlermeldungen, hier mal ein Block:
Kennt jemand so etwas und kann vielleicht helfen, das zu beseitigen?
********************************************************
Mal noch eine Zusatzinfo / Zusatzfrage. Ich bekomme alle 5-10 Tage nachts zwischen 3:00 und 5:30 Uhr vom Forum eine umfangreiche Fehlermeldung, > 400kb, die beginnt so:
Anschließend kommt der Text in etwa nochmal und dann anscheinend ein Abbild aller Foreneinstellungen
Gleiche Frage:
Kennt jemand so etwas und kann vielleicht helfen, das zu beseitigen?
mit diesem Befehl
PHP-Code:
select table_name, data_length, data_free from information_schema.tables order by data_free desc
Lasse ich mir "Alle anzeigen", bekomme ich blockweise reichlich Fehlermeldungen, hier mal ein Block:
PHP-Code:
Notice in ./libraries/classes/Display/Results.php#3143
Undefined index: table_schema
Backtrace
./libraries/classes/Display/Results.php#2963: PhpMyAdmin\Display\Results->_getSpecialLinkUrl(
string 'mybb_searchlog',
array,
string 'table_name',
)
./libraries/classes/Display/Results.php#2697: PhpMyAdmin\Display\Results->_getRowValues(
,
array,
integer 0,
boolean false,
array,
string '',
boolean false,
string 'select table_name, data_length, data_free from information_schema.tables order by data_free desc',
array,
)
./libraries/classes/Display/Results.php#4291: PhpMyAdmin\Display\Results->_getTableBody(
,
array,
array,
array,
boolean false,
)
./libraries/classes/Sql.php#1762: PhpMyAdmin\Display\Results->getTable(
,
array,
array,
boolean false,
)
./libraries/classes/Sql.php#2056: PhpMyAdmin\Sql->getHtmlForSqlQueryResultsTable(
,
string './themes/pmahomme/img/',
NULL,
array,
boolean false,
integer 144,
integer 144,
NULL,
,
array,
)
./libraries/classes/Sql.php#2281: PhpMyAdmin\Sql->getQueryResponseForResultsReturned(
,
array,
string 'information_schema',
string 'tables',
NULL,
NULL,
,
string './themes/pmahomme/img/',
integer 144,
integer 144,
NULL,
NULL,
NULL,
NULL,
NULL,
string 'select table_name, data_length, data_free from information_schema.tables order by data_free desc',
NULL,
)
./libraries/classes/Sql.php#2154: PhpMyAdmin\Sql->executeQueryAndGetQueryResponse(
array,
boolean true,
string 'information_schema',
string 'tables',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
string 'db_sql.php',
string './themes/pmahomme/img/',
NULL,
NULL,
NULL,
string 'select table_name, data_length, data_free from information_schema.tables order by data_free desc',
NULL,
NULL,
)
./sql.php#220: PhpMyAdmin\Sql->executeQueryAndSendQueryResponse(
array,
boolean true,
string 'information_schema',
string 'tables',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
string 'db_sql.php',
string './themes/pmahomme/img/',
NULL,
NULL,
NULL,
string 'select table_name, data_length, data_free from information_schema.tables order by data_free desc',
NULL,
NULL,
)
Kennt jemand so etwas und kann vielleicht helfen, das zu beseitigen?
********************************************************
Mal noch eine Zusatzinfo / Zusatzfrage. Ich bekomme alle 5-10 Tage nachts zwischen 3:00 und 5:30 Uhr vom Forum eine umfangreiche Fehlermeldung, > 400kb, die beginnt so:
PHP-Code:
Your copy of MyBB running on Clever-Excel-Forum (https://www.clever-excel-forum.de) has experienced an error. Details of the error include:
---
Type: 2
File: inc/functions_upload.php (Line no. 173)
Message
opendir(./uploads/avatars): failed to open dir: No such file or directory
Back Trace: #0 errorHandler->email_error(2, opendir(./uploads/avatars): failed to open dir: No such file or directory, inc/functions_upload.php, 173) called at [/mnt/web016/e3/
Anschließend kommt der Text in etwa nochmal und dann anscheinend ein Abbild aller Foreneinstellungen
Gleiche Frage:
Kennt jemand so etwas und kann vielleicht helfen, das zu beseitigen?