|
|||||||
![]() |
|
|
LinkBack | Themen-Optionen | Ansicht |
|
|||
|
Hallo,
beim Klick auf Email in der Datei "customers.php" kommt folgender Fehler: Code:
1054 - Unknown column 'mail' in 'field list' select mail from admin_access where customers_id = '1' [XT SQL Error] So wie ich das seh, fehlt das Feld einfach nur ![]() Greets Andreas |
|
||||
|
stimmt. in phpmyadmin ausf?hren:
Code:
ALTER TABLE `admin_access` ADD `mail` INT( 1 ) DEFAULT '0' NOT NULL; UPDATE `admin_access` SET `mail` = '1' WHERE `customers_id` = '1'; UPDATE `admin_access` SET `mail` = '2' WHERE `customers_id` = 'groups';
__________________
xt:Commerce Helpdesk xt:Commerce Blog xt:Commerce Warenwirtschaft ### ![]() Offene Stellen bei xt:Commerce! xt:Commerce stellt ein ### |
![]() |
| Lesezeichen |
| Stichworte |
| fehler, kunden, mpa |
| Themen-Optionen | |
| Ansicht | |
|
|