View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001146 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2009-07-30 10:24 | 2009-07-30 13:22 |
Reporter | henriks | Assigned To | |||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Product Version | 4.1.3 revision 19918 | ||||
Summary | 0001146: Meadia File upload in admin area fails | ||||
Description | If numbers >3 are included, an exception is thrown. There is a simple typo in the "wrong chars in file name?"-check in file: /core/oxutilsfile.php - line 534 Instead of if ( !eregi('^[_a-z0-3\.]+$', $aFileInfo['name'] ) ) { please use: if ( !eregi('^[_a-z0-9\.]+$', $aFileInfo['name'] ) ) { change the 3 into a 9. Thank you! | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
duplicate of | 0000869 | resolved | arvydas_vapsva | Media files with a number bigger than 3 in filename can't be uploaded |