Ticket #250 (closed defect: fixed)

Opened 4 years ago

Last modified 2 years ago

Fehler bei der Installation

Reported by: martin@… Owned by: somebody
Priority: major Milestone:
Component: g-map Version: 3.0
Keywords: Cc:

Description (last modified by Torben Brodt) (diff)

Ich erhalte bei der Installation des WCF-Plugins stets folgenden Fehler:

Information: error message: Invalid SQL: CREATE TABLE wcf1_gmap ( mapID int(11) UNSIGNED NOT NULL auto_increment, userID int(11) UNSIGNED NOT NULL DEFAULT 0, pt point NOT NULL, mapTitle varchar(255) NOT NULL, mapInfo TEXT NOT NULL, mapInfoCache TEXT NOT NULL, PRIMARY KEY (mapID), SPATIAL KEY pt (pt(32)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 sql error: Incorrect prefix key; the used key part isn't a string, the used length is longer than the key part, or the storage engine doesn't support unique prefix keys sql error number: 1089 sql version: php version: 5.2.5 wcf version: 1.0.10 (Horizon) file: /home/www/kunden/mystasy-rs.de/typo3/forum/wcf/lib/system/database/MySQLDatabase.class.php (116) error code: 1089 date: 12/10/2008 04:15pm request: /acp/index.php?page=Package&step=SqlPackageInstallationPlugin?&queueID=173&action=install&packageID=38&s=9923dd8fcdee95209d0715f2f4586e36f6a7fda0 referer: http://forum.weltensammler.at/acp/index.php?page=Package&step=OptionsPackageInstallationPlugin&queueID=173&action=install&packageID=38&s=9923dd8fcdee95209d0715f2f4586e36f6a7fda0

Stacktrace: #0 /home/www/kunden/mystasy-rs.de/typo3/forum/wcf/lib/system/database/QueryParser.class.php(68): MySQLDatabase->sendQuery('CREATE TABLE wc...') #1 /home/www/kunden/mystasy-rs.de/typo3/forum/wcf/lib/acp/package/plugin/SqlPackageInstallationPlugin.class.php(104): QueryParser::sendQueries('DROP TABLE IF E...', '66') #2 /home/www/kunden/mystasy-rs.de/typo3/forum/wcf/lib/acp/package/PackageInstallationQueue.class.php(141): SqlPackageInstallationPlugin?->install() #3 /home/www/kunden/mystasy-rs.de/typo3/forum/wcf/lib/acp/package/PackageInstallation.class.php(319): PackageInstallationQueue?->executePackageInstallationPlugin('SqlPackageInsta?...') #4 /home/www/kunden/mystasy-rs.de/typo3/forum/wcf/lib/acp/package/PackageInstallation.class.php(52): PackageInstallation?->install() #5 /home/www/kunden/mystasy-rs.de/typo3/forum/wcf/lib/acp/page/PackagePage.class.php(42): PackageInstallation?->construct(173) #6 /home/www/kunden/mystasy-rs.de/typo3/forum/wcf/lib/page/AbstractPage.class.php(36): PackagePage?->show() #7 /home/www/kunden/mystasy-rs.de/typo3/forum/wcf/lib/util/RequestHandler.class.php(63): AbstractPage->construct() #8 /home/www/kunden/mystasy-rs.de/typo3/forum/wcf/lib/util/RequestHandler.class.php(91): RequestHandler?->construct('Package', Array, 'page') #9 /home/www/kunden/mystasy-rs.de/typo3/forum/acp/index.php(8): RequestHandler::handle(Array) #10 {main}

Change History

Changed 2 years ago by Torben Brodt

  • status changed from new to closed
  • version set to 3.0
  • resolution set to fixed
  • description modified (diff)

pt(32) zu pt geändert, problem sollte gelöst sein

Note: See TracTickets for help on using tickets.