Opened 7 years ago

Last modified 7 years ago

#1535 closed Bug/Fehler

storage_engine in _installer/install_step1.php — at Initial Version

Reported by: anonymous Owned by: somebody
Priority: normal Milestone: modified-shop-2.0.5.0
Component: Installer Version: 2.0.4.2
Keywords: Cc:
Blocked By: Blocking:

Description

In Zeile 154 der Datei _installer/install_step1.php wird folgende Query definiert:

xtc_db_query("SET storage_engine = MYISAM");

Das wirft ein Warning

[11-10-2018 14:49:35] E_USER_WARNING	: LoggingManager: 1193 - Unknown system variable 'storage_engine'<br/><br/>SET storage_engine = MYISAM in File: /usr/www/users/hoevel/modified_2042/inc/db_functions_mysqli.inc.php on Line: 161
[11-10-2018 14:49:35] E_USER_WARNING	: LoggingManager: Backtrace #0 - /usr/www/users/hoevel/modified_2042/_installer/install_step1.php called at Line 154

Es muß heißen

xtc_db_query("SET default_storage_engine = MYISAM");

wenn ich den Zweck der Query richtig verstanden habe.

Gruß,
noRiddle

Change History (0)

Note: See TracTickets for help on using tickets.