View Issue Details

IDProjectCategoryView StatusLast Update
0003887OXID eShop (all versions)2. ----- eShop backend (admin) -----public2012-04-20 15:07
Reportermarco_steinhaeuser Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionwon't fix 
Product Version4.6.0_RC1 
Summary0003887: missing exception in admin when uploading a too huge icon to brands/manufacturers
DescriptionWhen uploading an icon which is bigger than the given amount (depending on the server settings, max. 10 MB, max. 1500*1500 px in my case) in admin -> Master settings -> brands/manufacturers -> Main -> Icon, there is no error message. Instead, you loose the session, will be logged out will be redirected to the login page of the admin panel.
Steps To ReproduceChecked it with a picture < 10M but > 1.5K px
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

vaidas.matulevicius

2012-04-20 14:59

reporter   ~0006376

Last edited: 2012-04-20 15:17

It's not fixable, because it depends on php.ini settings and php code can't handle that. To avoid redirecting to login page need to increase post_max_size value in php.ini from default 8M to more.