Jump to content
xt:Commerce Community Forum

Nach Update 408


buschek

Recommended Posts

weiße Seite Admin nach Update auf 4.0.8

Bitte ausführen:

ALTER TABLE `##_acl_user` CHANGE `passwd` `user_password` VARCHAR( 64 ) CHARACTER

SET utf8 COLLATE utf8_general_ci NOT NULL ;

## bitte gegen das gewählte DB Prefix austauschen.

Ihr xt:Commerce Team

Matthias Hinsche

xt:Commerce GmbH Support

Link to comment
Share on other sites

ALTER TABLE `##_acl_user` CHANGE `passwd` `user_password` VARCHAR( 64 ) CHARACTER

SET utf8 COLLATE utf8_general_ci NOT NULL ;

## bitte gegen das gewählte DB Prefix austauschen.

Wenn Du bei der Installation nichts verändert hast, ist dein DB Prefix xt

Also muss da dann stehen:

ALTER TABLE `xt_acl_user` CHANGE `passwd` `user_password` VARCHAR( 64 ) CHARACTER

SET utf8 COLLATE utf8_general_ci NOT NULL ;

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...