View Issue Details

IDProjectCategoryView StatusLast Update
0000804OXID eShop (all versions)2. ----- eShop backend (admin) -----public2009-08-25 12:32
Reportermarco_steinhaeuser Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.0 revision 17976 
Fixed in Version4.1.6 revision 22740 
Summary0000804: Wrong error message appears when trying to upload an allowed file of the wrong size
DescriptionGo to Admin -> Manage Articles -> Articles -> Extended and try to upload a file with the extension *.mov. It doesn't work because the config.inc.php has to be adopted. After done this, the same error message appears. But this time, because your file is bigger than 2MB. Wrong error message:

"Not allowed file type (please, edit config.inc.php to allow this type of file)"

http://www.oxid-esales.com/de/resources/forum/newbies/dateityp-mov
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

arvydas_vapsva

2009-08-25 12:32

reporter   ~0001513

Problem is clear - you added file extension to config file like "mov", and uploaded file extension was e.g. "MOV" (or vice versa). Case mismatch caused notice.