Moonsoft Software Solutions

List Manager Support

List Manager support
Public write access is disabled. Please login
Last post
corine57

corine57
2 posts
---
30.11.2011 10:05

memory overload

Hi,

I just bought your extension cause I need a simple directory listing for a spareparts catalog.

Now I have created a spareparts listing with five fields.

We have about 5000 spareparts, so this results in 25000 records in the listmanager vlues table.

(imported it with CSV, that worked although it took a while)


now i cannot open the data in my list, I get a memory allocation error:

Fatal error: Allowed memory size of 33554432 bytes exhausted


How can I get this working?

The data list shouldn't try to pick up every record at once, should it?

kind regards,

Corine




 
MSTeam

MSTeam
227 posts
---
30.11.2011 11:00
Re: memory overload
Hi,
it seems you have reached the limit on one of your server variables,you can try to solve it increasing the limit on the screen you're getting that error, don't know if it's at back or front-end, module or component view, so here you have all the paths, you can edit the file and add this line:

ini_set("memory_limit","100M");

at the top section of the code, inside the first php section



For back-end:
\joomla\administrator\components\com_listmanager\views\listing\tmpl\admindata.php

For front-end (component view):
joomla\components\com_listmanager\views\listmanagerfront\tmpl\default.php

For front-end (moduleview):
joomla\modules\mod_listmanager\tmpl\default.php

Hope this helps, best regards
Moonsoft Team


Moonsoft Team
www.moonsoft.es

 
corine57

corine57
2 posts
---
03.12.2011 10:37
Re: memory overload
Hi,

tahnks for your help.

it was in the backend, when I open ListManager and press the data button from my listing.

So I added the line ytou suggested in admindata.php

but I still got an error.

it says this file:

/libraries/joomla/database/database/mysql.php on line 416

isthere anything else I can try?


kind regards,

Corine




 
MSTeam

MSTeam
227 posts
---
03.12.2011 10:57
Re: memory overload
Hello,
that file is a joomla core library, is not part of the list manager extension, very strange to throw an error there. If you could create a temporary access for us to your backend, we could login and give it a look. Please send it to gestion@moonsoft.es and we'll try to help.

Best regards,
Moonsoft Team

Edited by MSTeam - 03.12.2011 19:18


Moonsoft Team
www.moonsoft.es