View Issue Details

IDProjectCategoryView StatusLast Update
0000644OXID eShop (all versions)2. ----- eShop backend (admin) -----public2009-04-15 10:31
Reportermkr Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.0.1.0 revision 15990 
Fixed in Version4.1.1 revision 18442 
Summary0000644: Memory error on showing User List
DescriptionAn error occurs on showing User list in admin area:
Fatal error: Allowed memory size of 62914560 bytes exhausted (tried to allocate 90 bytes) in /srv/www/oxid/core/oxlist.php on line 409
Additional InformationOver 19500 users are stored in the shop.
if increase memory_limit to 256M in php.ini, the error disappears.
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

dainius.bigelis

2009-02-27 09:58

reporter   ~0000503

Please investigate this case - if there is a bug with incorrectly handling of information, or wrongly setuped shop data.

arvydas_vapsva

2009-04-01 15:10

reporter   ~0000666

Reminder sent to: mkr

Problem appear when you are in

Admin => Administer Users => Users

or

Admin => Administer Users => List All Users

?

mkr

2009-04-01 20:16

reporter   ~0000674

Admin => Administer Users => List All Users (English)
Admin => Benutzer Verwalten => Liste (Deutsch)

Example Data, with obfuscated data, was delivered to you, that shows the error.

arvydas_vapsva

2009-04-14 13:41

reporter   ~0000756

additionally fixed review and order lists

arvydas_vapsva

2009-04-15 10:31

reporter   ~0000760

List paging implemented, which prevents from memory limitation problems. You can choose from 50 to 200 records. If needed, user can customize template and add additional list item count ranges.