Modify

Opened 12 years ago

Closed 12 years ago

#236 closed Bug/Fehler (fixed)

Kundengruppen Icons falsche Dateirechte beim Upload

Reported by: admin@… 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)

Change History (1)

comment:1 by Torsten Riemer, 12 years ago

Resolution: fixed
Status: newclosed

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)) {

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.