Modify ↓
Opened 12 years ago
Closed 12 years ago
#236 closed Bug/Fehler (fixed)
Kundengruppen Icons falsche Dateirechte beim Upload
| Reported by: | Owned by: | somebody | |
|---|---|---|---|
| Priority: | niedrig | Milestone: | modified-shop-2.0.0.0 |
| Component: | Admin | Version: | 1.06 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
Wenn man manuell ein Kundengruppen Icon anlegt, stehen die Rechte für die Datei auf XXX. Dies beeinträchtigt die Funktion.
Siehe auch Thread im Forum dazu:
http://www.modified-shop.org/forum/index.php?topic=24539
Attachments (0)
Note:
See TracTickets
for help on using tickets.

Der Fehler wurde in r6380 korrigiert.
Lösung für die Icons der Kundengruppen, suche in Datei "/admin/customers_status.php":
if ($customers_status_image = xtc_try_upload('customers_status_image', DIR_WS_ICONS, '', $accepted_customers_status_image_files_extensions, $accepted_customers_status_image_files_mime_types)) {und ersetze mit:
if ($customers_status_image = xtc_try_upload('customers_status_image', DIR_WS_ICONS, '644', $accepted_customers_status_image_files_extensions, $accepted_customers_status_image_files_mime_types)) {