View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000644 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2009-02-26 18:04 | 2009-04-15 10:31 |
Reporter | mkr | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.0.1.0 revision 15990 | ||||
Fixed in Version | 4.1.1 revision 18442 | ||||
Summary | 0000644: Memory error on showing User List | ||||
Description | An 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 Information | Over 19500 users are stored in the shop. if increase memory_limit to 256M in php.ini, the error disappears. | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
|
Please investigate this case - if there is a bug with incorrectly handling of information, or wrongly setuped shop data. |
|
Reminder sent to: mkr Problem appear when you are in Admin => Administer Users => Users or Admin => Administer Users => List All Users ? |
|
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. |
|
additionally fixed review and order lists |
|
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. |