Modify

Opened 7 years ago

Closed 7 years ago

#1535 closed Bug/Fehler (fixed)

storage_engine in _installer/install_step1.php

Reported by: noRiddle 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 (last modified by Torsten Riemer)

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

Attachments (0)

Change History (2)

comment:1 by Torsten Riemer, 7 years ago

Component: AdminInstaller
Description: modified (diff)
Milestone: modified-shop-2.0.5.0
Reporter: changed from anonymous to noRiddle
Version: 2.0.4.2

comment:2 by Gerhard Waldemair, 7 years ago

Resolution: fixed
Status: newclosed

In 11688:

fix #1535

Modify Ticket

Action
as closed The owner will remain somebody.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.